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/12 01:48:57 UTC

svn commit: r1325068 - in /tcl/rivet/debian: changelog rules

Author: mxmanghi
Date: Wed Apr 11 23:48:57 2012
New Revision: 1325068

URL: http://svn.apache.org/viewvc?rev=1325068&view=rev
Log:
removed build-stamp from phony targets

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

Modified: tcl/rivet/debian/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/changelog?rev=1325068&r1=1325067&r2=1325068&view=diff
==============================================================================
--- tcl/rivet/debian/changelog (original)
+++ tcl/rivet/debian/changelog Wed Apr 11 23:48:57 2012
@@ -10,10 +10,11 @@ libapache2-mod-rivet (2.0.4-2) unstable;
     src/apache-2/mod_rivet.c (mod_rivet-hardening.patch)
   * 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
+  * unused definition of DH_OPTIONS removed from 'rules'
+  * compilation flags commented (and therefore unused) removed from debian/rules 
+  * in 'rules' build-stamp target removed from list of phony targets 
 
- -- Massimo Manghi <mx...@apache.org>  Mon, 09 Apr 2012 18:35:06 +0200
+ -- Massimo Manghi <mx...@apache.org>  Tue, 10 Apr 2012 17:08:53 +0200
 
 libapache2-mod-rivet (2.0.4-1) unstable; urgency=low
 

Modified: tcl/rivet/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/rules?rev=1325068&r1=1325067&r2=1325068&view=diff
==============================================================================
--- tcl/rivet/debian/rules (original)
+++ tcl/rivet/debian/rules Wed Apr 11 23:48:57 2012
@@ -44,11 +44,12 @@ configure-stamp:
 	chmod +x ./configure
 	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"				\
 	./configure --host=$(DEB_HOST_GNU_TYPE) 			\
-		    --build=$(DEB_BUILD_GNU_TYPE)				\
+		    --build=$(DEB_BUILD_GNU_TYPE)			\
 		    --with-tcl=/usr/lib/tcl$(TCL_VERSION)/		\
-		    --with-apache=/usr							\
-		    --with-apxs=/usr/bin/apxs					\
-		    --with-apache-version=2						\
+		    --with-apache=/usr					\
+		    --with-apxs=/usr/bin/apxs				\
+		    --with-tclsh=/usr/bin/tclsh$(TCL_VERSION)		\
+		    --with-apache-version=2				\
 		    --with-rivet-target-dir=/usr/lib/tcltk/rivet2.0	\
 		    --enable-version-display 
 	touch configure-stamp
@@ -99,4 +100,4 @@ libapache2-mod-rivet-doc: build
 	dh_md5sums -p$@
 	dh_builddeb -p$@ 
 
-.PHONY: build build-stamp clean binary binary-indep binary-arch
+.PHONY: build clean binary binary-indep binary-arch



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