r13263 - in /trunk/libaudio-flac-header-perl/debian: changelog control patches/ patches/pod-coverage-private patches/series rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Jan 22 12:07:08 UTC 2008


Author: ntyni
Date: Tue Jan 22 12:07:07 2008
New Revision: 13263

URL: http://svn.debian.org/wsvn/?sc=1&rev=13263
Log:
* Manage debian/patches with quilt.
  + pod-coverage-private: fix a test failure with Pod::Coverage 0.19.

Added:
    trunk/libaudio-flac-header-perl/debian/patches/
    trunk/libaudio-flac-header-perl/debian/patches/pod-coverage-private
    trunk/libaudio-flac-header-perl/debian/patches/series
Modified:
    trunk/libaudio-flac-header-perl/debian/changelog
    trunk/libaudio-flac-header-perl/debian/control
    trunk/libaudio-flac-header-perl/debian/rules

Modified: trunk/libaudio-flac-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/changelog?rev=13263&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/changelog (original)
+++ trunk/libaudio-flac-header-perl/debian/changelog Tue Jan 22 12:07:07 2008
@@ -15,6 +15,8 @@
   * Update debian/watch.
   * Add build-dependencies on libpod-coverage-perl and libpod-perl
     for the test suite.
+  * Manage debian/patches with quilt.
+    + pod-coverage-private: fix a test failure with Pod::Coverage 0.19.
 
  -- Niko Tyni <ntyni at debian.org>  Tue, 22 Jan 2008 13:18:45 +0200
 

Modified: trunk/libaudio-flac-header-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/control?rev=13263&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/control (original)
+++ trunk/libaudio-flac-header-perl/debian/control Tue Jan 22 12:07:07 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5), perl (>= 5.8.4), libflac-dev (>= 1.1.2-1),
- libpod-coverage-perl, libtest-pod-perl
+ libpod-coverage-perl, libtest-pod-perl, quilt (>= 0.40)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at debian.org>
 Standards-Version: 3.7.3

Added: trunk/libaudio-flac-header-perl/debian/patches/pod-coverage-private
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/patches/pod-coverage-private?rev=13263&op=file
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/patches/pod-coverage-private (added)
+++ trunk/libaudio-flac-header-perl/debian/patches/pod-coverage-private Tue Jan 22 12:07:07 2008
@@ -1,0 +1,10 @@
+Mark the 'dl_load_flags' function as private to make the test work with Pod::Coverage 0.19.
+
+--- libaudio-flac-header-perl.orig/t/pod-coverage.t
++++ libaudio-flac-header-perl/t/pod-coverage.t
+@@ -6,4 +6,4 @@
+ 
+ plan tests => 1;
+ 
+-pod_coverage_ok("Audio::FLAC::Header", "Audio::FLAC::Header is covered" );
++pod_coverage_ok("Audio::FLAC::Header", { also_private => ['dl_load_flags'] }, "Audio::FLAC::Header is covered" );

Added: trunk/libaudio-flac-header-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/patches/series?rev=13263&op=file
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/patches/series (added)
+++ trunk/libaudio-flac-header-perl/debian/patches/series Tue Jan 22 12:07:07 2008
@@ -1,0 +1,1 @@
+pod-coverage-private

Modified: trunk/libaudio-flac-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/rules?rev=13263&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/rules (original)
+++ trunk/libaudio-flac-header-perl/debian/rules Tue Jan 22 12:07:07 2008
@@ -3,6 +3,8 @@
 # packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
 # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
 # be used freely wherever it is useful.
+
+include /usr/share/quilt/quilt.make
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -29,14 +31,14 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) realclean




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