r4714 - in /packages/libpdf-api2-perl/trunk/debian: changelog rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed Jan 10 16:55:02 CET 2007


Author: gwolf
Date: Wed Jan 10 16:55:01 2007
New Revision: 4714

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4714
Log:
Moved fonts documentation into /usr/share/doc

Modified:
    packages/libpdf-api2-perl/trunk/debian/changelog
    packages/libpdf-api2-perl/trunk/debian/rules

Modified: packages/libpdf-api2-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-api2-perl/trunk/debian/changelog?rev=4714&op=diff
==============================================================================
--- packages/libpdf-api2-perl/trunk/debian/changelog (original)
+++ packages/libpdf-api2-perl/trunk/debian/changelog Wed Jan 10 16:55:01 2007
@@ -1,4 +1,4 @@
-libpdf-api2-perl (0.57-1) unstable; urgency=low
+libpdf-api2-perl (0.57-1) unstable; urgency=high (should enter Etch despite freeze)
 
   * New upstream release. Fixes alignment problem with generated PDFs
     opened under latest Adobe Acrobat Reader (Closes: #406248)

Modified: packages/libpdf-api2-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpdf-api2-perl/trunk/debian/rules?rev=4714&op=diff
==============================================================================
--- packages/libpdf-api2-perl/trunk/debian/rules (original)
+++ packages/libpdf-api2-perl/trunk/debian/rules Wed Jan 10 16:55:01 2007
@@ -30,8 +30,12 @@
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
 	install -d $(CURDIR)/debian/$(PACKAGE)/usr/share/lintian/overrides
 	install -m 644 debian/lintian_overrides $(CURDIR)/debian/$(PACKAGE)/usr/share/lintian/overrides/libpdf-api2-perl
-	# The fonts' license text is included in debian/copyright
-	rm -f $(CURDIR)/debian/$(PACKAGE)/usr/share/perl5/PDF/API2/fonts/LICENSE.txt
+	# The fonts' license text is included in debian/copyright, other text
+	# files inside the fonts directory should be installed in 
+	# /usr/share/doc/libpdf-api2-perl
+	install -d $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/fonts
+	mv $(CURDIR)/debian/$(PACKAGE)/usr/share/perl5/PDF/API2/fonts/*.txt $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/fonts/
+	rm -f $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/fonts/LICENSE.txt
 
 binary-arch:;
 binary-indep: build install




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