r38162 - in /trunk/libcddb-get-perl/debian: manpages rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Jun 16 04:39:54 UTC 2009


Author: ryan52-guest
Date: Tue Jun 16 04:39:48 2009
New Revision: 38162

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38162
Log:
fix it to install the script to where it did before, and install the man page

Added:
    trunk/libcddb-get-perl/debian/manpages
Modified:
    trunk/libcddb-get-perl/debian/rules

Added: trunk/libcddb-get-perl/debian/manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-get-perl/debian/manpages?rev=38162&op=file
==============================================================================
--- trunk/libcddb-get-perl/debian/manpages (added)
+++ trunk/libcddb-get-perl/debian/manpages Tue Jun 16 04:39:48 2009
@@ -1,0 +1,1 @@
+debian/cddbget.1

Modified: trunk/libcddb-get-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-get-perl/debian/rules?rev=38162&op=diff
==============================================================================
--- trunk/libcddb-get-perl/debian/rules (original)
+++ trunk/libcddb-get-perl/debian/rules Tue Jun 16 04:39:48 2009
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+CMD=$(shell echo "$@" | sed 's/^override_//')
+DEST=debian/$(shell dh_listpackages)/
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	$(CMD)
+	mv $(DEST)/usr/bin/cddb.pl $(DEST)/usr/bin/cddbget




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