You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2012/04/10 00:25:34 UTC

svn commit: r1311497 - in /tcl/rivet/debian: changelog control rules

Author: mxmanghi
Date: Mon Apr  9 22:25:34 2012
New Revision: 1311497

URL: http://svn.apache.org/viewvc?rev=1311497&view=rev
Log:
correct depends and more clean up in 'rules'. Changelog updated accordingly

Modified:
    tcl/rivet/debian/changelog
    tcl/rivet/debian/control
    tcl/rivet/debian/rules

Modified: tcl/rivet/debian/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/changelog?rev=1311497&r1=1311496&r2=1311497&view=diff
==============================================================================
--- tcl/rivet/debian/changelog (original)
+++ tcl/rivet/debian/changelog Mon Apr  9 22:25:34 2012
@@ -8,8 +8,12 @@ libapache2-mod-rivet (2.0.4-2) unstable;
   * Introduced compilation hardening flags to debian/rules and an unused
     variable. Created with dquilt a patch to be applied to 
     src/apache-2/mod_rivet.c (mod_rivet-hardening.patch)
-    
- -- Massimo Manghi <mx...@apache.org>  Sat, 07 Apr 2012 00:13:15 +0200
+  * added libtool to BuildDepends since automake doesn't depend on it,
+    still we are using it to produce the mod_rivet.so shared library.
+  * removed unused definition of DH_OPTIONS
+  * removed from debian/rules compilation flags commented and therefore unused
+
+ -- Massimo Manghi <mx...@apache.org>  Mon, 09 Apr 2012 18:35:06 +0200
 
 libapache2-mod-rivet (2.0.4-1) unstable; urgency=low
 

Modified: tcl/rivet/debian/control
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/control?rev=1311497&r1=1311496&r2=1311497&view=diff
==============================================================================
--- tcl/rivet/debian/control (original)
+++ tcl/rivet/debian/control Mon Apr  9 22:25:34 2012
@@ -2,7 +2,7 @@ Source: libapache2-mod-rivet
 Section: web
 Priority: extra
 Maintainer: Massimo Manghi <mx...@apache.org>
-Build-Depends: tcl-dev, apache2-dev, dh-apache2, autoconf, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~)
+Build-Depends: tcl8.5-dev, apache2-dev, dh-apache2, automake, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~)
 Standards-Version: 3.9.3
 Homepage: http://tcl.apache.org/rivet/
 

Modified: tcl/rivet/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/rules?rev=1311497&r1=1311496&r2=1311497&view=diff
==============================================================================
--- tcl/rivet/debian/rules (original)
+++ tcl/rivet/debian/rules Mon Apr  9 22:25:34 2012
@@ -6,9 +6,6 @@
 TCL_VERSION=8.5
 package=libapache2-mod-rivet
 
-#LDFLAGS += -Wl,--as-needed
-#CFLAGS = -Wall -g
-
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
@@ -22,8 +19,6 @@ else
         CFLAGS += -O2
 endif
 
-export DH_OPTIONS
-
 clean: 
 	dh_testdir
 	dh_testroot



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org