r27651 - in /trunk/audio-cd/debian: changelog control patches/ patches/fix_pod patches/series rules

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Tue Dec 2 11:35:05 UTC 2008


Author: mxey-guest
Date: Tue Dec  2 11:35:01 2008
New Revision: 27651

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27651
Log:
Fixed manpage-has-errors-from-pod2man

Added:
    trunk/audio-cd/debian/patches/
    trunk/audio-cd/debian/patches/fix_pod
    trunk/audio-cd/debian/patches/series
Modified:
    trunk/audio-cd/debian/changelog
    trunk/audio-cd/debian/control
    trunk/audio-cd/debian/rules

Modified: trunk/audio-cd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/audio-cd/debian/changelog?rev=27651&op=diff
==============================================================================
--- trunk/audio-cd/debian/changelog (original)
+++ trunk/audio-cd/debian/changelog Tue Dec  2 11:35:01 2008
@@ -1,7 +1,11 @@
 audio-cd (0.05-9) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+
+  [ Maximilian Gaß ]
+  * Added patch to fix manpage-has-errors-from-pod2man in CD.pm.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:17 +0100
 

Modified: trunk/audio-cd/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/audio-cd/debian/control?rev=27651&op=diff
==============================================================================
--- trunk/audio-cd/debian/control (original)
+++ trunk/audio-cd/debian/control Tue Dec  2 11:35:01 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5), perl, libcdaudio-dev
+Build-Depends: debhelper (>= 5), perl, libcdaudio-dev, quilt
 Standards-Version: 3.8.0
 Homepage: http://www.vanhemert.co.uk/disc-cover.html
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/audio-cd/

Added: trunk/audio-cd/debian/patches/fix_pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/audio-cd/debian/patches/fix_pod?rev=27651&op=file
==============================================================================
--- trunk/audio-cd/debian/patches/fix_pod (added)
+++ trunk/audio-cd/debian/patches/fix_pod Tue Dec  2 11:35:01 2008
@@ -1,0 +1,12 @@
+# Fix manpage-has-errors-from-pod2man
+--- a/CD.pm
++++ b/CD.pm
+@@ -149,7 +149,7 @@
+ 
+ =back
+ 
+-=item Audio::CD::Data Class
++=head1 Audio::CD::Data Class
+ 
+ =over 4
+ 

Added: trunk/audio-cd/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/audio-cd/debian/patches/series?rev=27651&op=file
==============================================================================
--- trunk/audio-cd/debian/patches/series (added)
+++ trunk/audio-cd/debian/patches/series Tue Dec  2 11:35:01 2008
@@ -1,0 +1,1 @@
+fix_pod

Modified: trunk/audio-cd/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/audio-cd/debian/rules?rev=27651&op=diff
==============================================================================
--- trunk/audio-cd/debian/rules (original)
+++ trunk/audio-cd/debian/rules Tue Dec  2 11:35:01 2008
@@ -10,6 +10,8 @@
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
+
+include /usr/share/quilt/quilt.make
 
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
@@ -25,7 +27,7 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
@@ -33,7 +35,7 @@
 	# $(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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