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 2011/09/22 23:48:52 UTC

svn commit: r1174402 - in /tcl/rivet/tags/2.0.4/debian: changelog rules

Author: mxmanghi
Date: Thu Sep 22 21:48:52 2011
New Revision: 1174402

URL: http://svn.apache.org/viewvc?rev=1174402&view=rev
Log:
this changeset is concerning debian stuff, nothing of the code just
voted for release was changed.

 * changelog: reflects new Rivet version
 * rules: target build-arch: and build-indep added as per lintian
  request

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

Modified: tcl/rivet/tags/2.0.4/debian/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/tags/2.0.4/debian/changelog?rev=1174402&r1=1174401&r2=1174402&view=diff
==============================================================================
--- tcl/rivet/tags/2.0.4/debian/changelog (original)
+++ tcl/rivet/tags/2.0.4/debian/changelog Thu Sep 22 21:48:52 2011
@@ -1,3 +1,9 @@
+libapache2-mod-rivet (2.0.4-1) unstable; urgency=low
+
+  * New release 2.0.4
+
+ -- Massimo Manghi <mx...@apache.org>  Wed, 21 Sep 2011 22:20:30 +0200
+
 libapache2-mod-rivet (2.0.3-2) unstable; urgency=low
 
   * Added installation targets for removing unneeded .la libtool files 

Modified: tcl/rivet/tags/2.0.4/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/tags/2.0.4/debian/rules?rev=1174402&r1=1174401&r2=1174402&view=diff
==============================================================================
--- tcl/rivet/tags/2.0.4/debian/rules (original)
+++ tcl/rivet/tags/2.0.4/debian/rules Thu Sep 22 21:48:52 2011
@@ -28,8 +28,11 @@ clean: 
 	dh_auto_clean
 	dh_clean
 
+build: build-arch build-indep
 
-build: configure build-stamp
+build-arch: build-stamp
+
+build-indep: build-stamp
 
 build-stamp: configure-stamp
 	dh_testdir
@@ -37,8 +40,6 @@ build-stamp: configure-stamp
 	( cd doc; $(MAKE) docs )
 	touch build-stamp
 
-configure: configure-stamp
-
 configure-stamp:
 	dh_testdir
 	chmod +x ./configure
@@ -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 configure
+.PHONY: build build-stamp 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