r12239 - in /trunk/libfinance-streamer-perl/debian: changelog control rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Tue Jan 8 18:54:31 UTC 2008


Author: ghostbar-guest
Date: Tue Jan  8 18:54:31 2008
New Revision: 12239

URL: http://svn.debian.org/wsvn/?sc=1&rev=12239
Log:
fixed debian/changelog to -1 release and merged with the older changes.
debian/rules: `touch $@' instead of `touch *-stamp'
debian/control: updated to 3.7.3 S-V

Modified:
    trunk/libfinance-streamer-perl/debian/changelog
    trunk/libfinance-streamer-perl/debian/control
    trunk/libfinance-streamer-perl/debian/rules

Modified: trunk/libfinance-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfinance-streamer-perl/debian/changelog?rev=12239&op=diff
==============================================================================
--- trunk/libfinance-streamer-perl/debian/changelog (original)
+++ trunk/libfinance-streamer-perl/debian/changelog Tue Jan  8 18:54:31 2008
@@ -1,4 +1,4 @@
-libfinance-streamer-perl (1.10-2) unstable; urgency=low
+libfinance-streamer-perl (1.10-1) unstable; urgency=low
 
   [ Carlo Segre ]
   * Modified source package name to libfinance-streamer-perl to be
@@ -22,17 +22,16 @@
   * debian/rules:
     - set debhelper compatibility level to 5
     - move debhelper to Build-Depends
-    - set Standards-Version to 3.7.2 (no changes needed)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 23:20:06 +0100
-
-finance-streamer (1.10-1) unstable; urgency=low
-
+  [ Dirk Eddelbuettel ]
   * Upgraded to new upstream release 1.10
   * debian/control: Section changed to perl
-  * debian/control: Standards-Version upgraded to 3.6.1.0
 
- -- Dirk Eddelbuettel <edd at debian.org>  Thu, 29 Jan 2004 20:13:18 -0600
+  [ Jose Luis Rivas ]
+  * debian/control: updated to 3.7.3 Standards-Version (no changes needed)
+  * debian/rules: `touch $@' instead of `touch *-stamp'
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 14:22:49 -0430
 
 finance-streamer (1.09-1) unstable; urgency=low
 

Modified: trunk/libfinance-streamer-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfinance-streamer-perl/debian/control?rev=12239&op=diff
==============================================================================
--- trunk/libfinance-streamer-perl/debian/control (original)
+++ trunk/libfinance-streamer-perl/debian/control Tue Jan  8 18:54:31 2008
@@ -5,7 +5,7 @@
 Uploaders: Carlo Segre <segre at iit.edu>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Finance-Streamer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfinance-streamer-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfinance-streamer-perl/

Modified: trunk/libfinance-streamer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfinance-streamer-perl/debian/rules?rev=12239&op=diff
==============================================================================
--- trunk/libfinance-streamer-perl/debian/rules (original)
+++ trunk/libfinance-streamer-perl/debian/rules Tue Jan  8 18:54:31 2008
@@ -14,7 +14,7 @@
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -31,7 +31,7 @@
 	dh_installdirs
 	$(MAKE) install PREFIX=$(debtmp)/usr
 	rmdir --parents --ignore-fail-on-non-empty $(debtmp)/usr/lib/perl5
-	touch install-stamp
+	touch $@
 
 binary-indep: build install
 	dh_testdir




More information about the Pkg-perl-cvs-commits mailing list