r7981 - in /trunk/libpdf-api2-perl/debian: changelog control patches/ patches/createmanpages.diff patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Sep 27 21:17:42 UTC 2007


Author: gregoa-guest
Date: Thu Sep 27 21:17:42 2007
New Revision: 7981

URL: http://svn.debian.org/wsvn/?sc=1&rev=7981
Log:
LINTIAN THROWS TONS OF BUGS REGARDING MANPAGES (and linda yells about fonts.)
* Add patch to create manpages.

Added:
    trunk/libpdf-api2-perl/debian/patches/
    trunk/libpdf-api2-perl/debian/patches/createmanpages.diff
    trunk/libpdf-api2-perl/debian/patches/series
Modified:
    trunk/libpdf-api2-perl/debian/changelog
    trunk/libpdf-api2-perl/debian/control
    trunk/libpdf-api2-perl/debian/rules

Modified: trunk/libpdf-api2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/changelog?rev=7981&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/changelog (original)
+++ trunk/libpdf-api2-perl/debian/changelog Thu Sep 27 21:17:42 2007
@@ -1,11 +1,16 @@
 libpdf-api2-perl (0.65-1) UNRELEASED; urgency=low
 
+  LINTIAN THROWS TONS OF BUGS REGARDING MANPAGES (and linda yells about fonts.)
+
+  [ Damyan Ivanov ]
   * New upstream release
   * Add missing Homepage field to source stanza in debian/control.
   * Add examples to the package
 
-
- -- Damyan Ivanov <dmn at debian.org>  Thu, 27 Sep 2007 23:38:58 +0300
+  [ gregor herrmann ]
+  * Add patch to create manpages.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Sep 2007 23:16:40 +0200
 
 libpdf-api2-perl (0.64-1) unstable; urgency=low
 

Modified: trunk/libpdf-api2-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/control?rev=7981&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/control (original)
+++ trunk/libpdf-api2-perl/debian/control Thu Sep 27 21:17:42 2007
@@ -5,7 +5,7 @@
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Gustavo Franco <stratus at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>=5.8.0), perl-modules, libcompress-zlib-perl
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/PDF-API2/

Added: trunk/libpdf-api2-perl/debian/patches/createmanpages.diff
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/patches/createmanpages.diff?rev=7981&op=file
==============================================================================
--- trunk/libpdf-api2-perl/debian/patches/createmanpages.diff (added)
+++ trunk/libpdf-api2-perl/debian/patches/createmanpages.diff Thu Sep 27 21:17:42 2007
@@ -1,0 +1,13 @@
+Index: libpdf-api2-perl/Makefile.PL
+===================================================================
+--- libpdf-api2-perl/Makefile.PL	(revision 7979)
++++ libpdf-api2-perl/Makefile.PL	(working copy)
+@@ -49,8 +49,6 @@
+         ZIPFLAGS    => " -v -o -r -9 ",
+         COMPRESS    => "gzip -9 -f ", 
+     }, 
+-    MAN1PODS        => {}, 
+-    MAN3PODS        => {}, 
+     PREREQ_PM       => { 'Compress::Zlib' => 1.0, }, 
+     VERSION_FROM    => $versionfile,
+     BINARY_LOCATION => q|PDF-API2-|.$PDF::API2::Version::CVersion{vPerl}.q|.ppm.tar.gz|,

Added: trunk/libpdf-api2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/patches/series?rev=7981&op=file
==============================================================================
--- trunk/libpdf-api2-perl/debian/patches/series (added)
+++ trunk/libpdf-api2-perl/debian/patches/series Thu Sep 27 21:17:42 2007
@@ -1,0 +1,1 @@
+createmanpages.diff

Modified: trunk/libpdf-api2-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/rules?rev=7981&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/rules (original)
+++ trunk/libpdf-api2-perl/debian/rules Thu Sep 27 21:17:42 2007
@@ -5,16 +5,19 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 PACKAGE= libpdf-api2-perl
 config = INSTALLDIRS=vendor
 
 
-build:
+build: patch
 	dh_testdir
 	# Add here commands to compile the package.
 	perl Makefile.PL $(config)
 	$(MAKE) test
-clean:
+
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean




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