r20371 - in /trunk/libpdf-create-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 23 20:14:47 UTC 2008


Author: gregoa
Date: Fri May 23 20:14:47 2008
New Revision: 20371

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20371
Log:
debian/rules: remove some comments; don't install sample.pl into
/usr/share/perl5.

Modified:
    trunk/libpdf-create-perl/debian/changelog
    trunk/libpdf-create-perl/debian/rules

Modified: trunk/libpdf-create-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-create-perl/debian/changelog?rev=20371&op=diff
==============================================================================
--- trunk/libpdf-create-perl/debian/changelog (original)
+++ trunk/libpdf-create-perl/debian/changelog Fri May 23 20:14:47 2008
@@ -5,6 +5,8 @@
     CPAN.
   * debian/copyright: fix typos, add /me to packaging copyright.
   * Refresh patch manpage.patch.
+  * debian/rules: remove some comments; don't install sample.pl into
+    /usr/share/perl5.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 23 May 2008 21:59:39 +0200
 

Modified: trunk/libpdf-create-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-create-perl/debian/rules?rev=20371&op=diff
==============================================================================
--- trunk/libpdf-create-perl/debian/rules (original)
+++ trunk/libpdf-create-perl/debian/rules Fri May 23 20:14:47 2008
@@ -20,7 +20,6 @@
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -30,7 +29,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -38,8 +36,8 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -f $(TMP)/usr/share/perl5/PDF/sample.pl ] || $(RM) $(TMP)/usr/share/perl5/PDF/sample.pl
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5




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