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 2010/10/06 22:38:49 UTC

svn commit: r1005239 - in /tcl/rivet/trunk/debian: changelog files rules

Author: mxmanghi
Date: Wed Oct  6 20:38:49 2010
New Revision: 1005239

URL: http://svn.apache.org/viewvc?rev=1005239&view=rev
Log:
  * debian/changelog,debian/files: version reset to correct value. 
  * debian/rules: file installation now is done with the appropriate
  debhelper method 

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

Modified: tcl/rivet/trunk/debian/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/changelog?rev=1005239&r1=1005238&r2=1005239&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/changelog (original)
+++ tcl/rivet/trunk/debian/changelog Wed Oct  6 20:38:49 2010
@@ -1,10 +1,4 @@
-libapache2-mod-rivet (2.0.2-2) unstable; urgency=low
-
-  * Cruft removed from debian/
-
- -- Massimo Manghi <mx...@apache.org>  Mon, 21 Sep 2010 16:37:14 +0200
-
-libapache2-mod-rivet (2.0.2-1) unstable; urgency=low
+libapache2-mod-rivet (2.0.1-1) unstable; urgency=low
 
   * Initial release 
 

Modified: tcl/rivet/trunk/debian/files
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/files?rev=1005239&r1=1005238&r2=1005239&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/files (original)
+++ tcl/rivet/trunk/debian/files Wed Oct  6 20:38:49 2010
@@ -1,2 +1,2 @@
-libapache2-mod-rivet_2.0.2-2_amd64.deb web extra
-libapache2-mod-rivet-doc_2.0.2-2_all.deb web extra
+libapache2-mod-rivet_2.0.1-1_amd64.deb web extra
+libapache2-mod-rivet-doc_2.0.1-1_all.deb web extra

Modified: tcl/rivet/trunk/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/rules?rev=1005239&r1=1005238&r2=1005239&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/rules (original)
+++ tcl/rivet/trunk/debian/rules Wed Oct  6 20:38:49 2010
@@ -59,9 +59,9 @@ libapache2-mod-rivet: build
 	dh_installdirs -p$@
 	dh_installchangelogs ChangeLog
 	dh_install -a
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/$@
+#	$(MAKE) install DESTDIR=$(CURDIR)/debian/$@
 	dh_installexamples -a -p$@
-	dh_auto_install -a -p$@ 
+	dh_auto_install -a -p$@ --destdir=$(CURDIR)/debian/$@
 #	dh_install -a $(CURDIR)/debian/tmp $(CURDIR/debian/$(package)
 	dh_install -a -p$@
 #	dh_installmenu



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