r38369 - in /trunk/libcddb-get-perl/debian: changelog copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jun 21 19:26:58 UTC 2009


Author: ryan52-guest
Date: Sun Jun 21 19:26:51 2009
New Revision: 38369

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38369
Log:
fix

Modified:
    trunk/libcddb-get-perl/debian/changelog
    trunk/libcddb-get-perl/debian/copyright
    trunk/libcddb-get-perl/debian/rules

Modified: trunk/libcddb-get-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-get-perl/debian/changelog?rev=38369&op=diff
==============================================================================
--- trunk/libcddb-get-perl/debian/changelog (original)
+++ trunk/libcddb-get-perl/debian/changelog Sun Jun 21 19:26:51 2009
@@ -1,9 +1,4 @@
-libcddb-get-perl (2.27-1) UNRELEASED; urgency=low
-
-    TODO: stray cddb.pl in /usr/share/perl5/
-    TODO: some files have different years of copyright than the ones in d/copyright
-    EXTREME NITPICK: debian/rules forks too many processes in $CMD. please use
-                     $(subst ..) make function (or ignore the nitpick)
+libcddb-get-perl (2.27-1) unstable; urgency=low
 
   [ Ryan Niebur ]
   * Take over for the Debian Perl Group; Closes: #533086 -- RFA
@@ -22,7 +17,7 @@
   [ Salvatore Bonaccorso ]
   * Bump Standards-Version to 3.8.2 (No changes) 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 17 Jun 2009 22:35:17 +0200
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 21 Jun 2009 12:26:23 -0700
 
 libcddb-get-perl (2.23-2.1) unstable; urgency=low
 

Modified: trunk/libcddb-get-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-get-perl/debian/copyright?rev=38369&op=diff
==============================================================================
--- trunk/libcddb-get-perl/debian/copyright (original)
+++ trunk/libcddb-get-perl/debian/copyright Sun Jun 21 19:26:51 2009
@@ -5,7 +5,7 @@
 Upstream-Name: CDDB_get
 
 Files: *
-Copyright: (c) 2003 Armin Obersteiner <armin(at)xos(dot)net>
+Copyright: (c) 2003-2004 Armin Obersteiner <armin(at)xos(dot)net>
 License: Artistic | GPL-1+
 
 Files: debian/*

Modified: trunk/libcddb-get-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-get-perl/debian/rules?rev=38369&op=diff
==============================================================================
--- trunk/libcddb-get-perl/debian/rules (original)
+++ trunk/libcddb-get-perl/debian/rules Sun Jun 21 19:26:51 2009
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CMD=$(shell echo "$@" | sed 's/^override_//')
+CMD=$(subst override_,,$@)
 DEST=debian/$(shell dh_listpackages)/
 
 %:
@@ -9,3 +9,4 @@
 override_dh_auto_install:
 	$(CMD)
 	mv $(DEST)/usr/bin/cddb.pl $(DEST)/usr/bin/cddbget
+	rm $(DEST)/usr/share/perl5/cddb.pl




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