r14075 - in /trunk/libogg-vorbis-decoder-perl/debian: changelog control patches/ patches/pod-coverage_trustme.patch patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 3 00:39:44 UTC 2008


Author: gregoa-guest
Date: Sun Feb  3 00:39:44 2008
New Revision: 14075

URL: http://svn.debian.org/wsvn/?sc=1&rev=14075
Log:
Add patch pod-coverage_trustme.patch to prevent test failure; add quilt
  framework.

Added:
    trunk/libogg-vorbis-decoder-perl/debian/patches/
    trunk/libogg-vorbis-decoder-perl/debian/patches/pod-coverage_trustme.patch
    trunk/libogg-vorbis-decoder-perl/debian/patches/series
Modified:
    trunk/libogg-vorbis-decoder-perl/debian/changelog
    trunk/libogg-vorbis-decoder-perl/debian/control
    trunk/libogg-vorbis-decoder-perl/debian/rules

Modified: trunk/libogg-vorbis-decoder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-decoder-perl/debian/changelog?rev=14075&op=diff
==============================================================================
--- trunk/libogg-vorbis-decoder-perl/debian/changelog (original)
+++ trunk/libogg-vorbis-decoder-perl/debian/changelog Sun Feb  3 00:39:44 2008
@@ -22,8 +22,10 @@
     - let install-stamp target depend on build-stamp
   * debian/control: add libtest-pod-coverage-perl and libtest-pod-perl to
     build dependencies.
+  * Add patch pod-coverage_trustme.patch to prevent test failure; add quilt
+    framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 03 Feb 2008 01:28:18 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 03 Feb 2008 01:36:28 +0100
 
 libogg-vorbis-decoder-perl (0.6-1) unstable; urgency=low
 

Modified: trunk/libogg-vorbis-decoder-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-decoder-perl/debian/control?rev=14075&op=diff
==============================================================================
--- trunk/libogg-vorbis-decoder-perl/debian/control (original)
+++ trunk/libogg-vorbis-decoder-perl/debian/control Sun Feb  3 00:39:44 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7), libvorbis-dev,
- libogg-dev, libtest-pod-coverage-perl, libtest-pod-perl
+ libogg-dev, libtest-pod-coverage-perl, libtest-pod-perl, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Ogg-Vorbis-Decoder/

Added: trunk/libogg-vorbis-decoder-perl/debian/patches/pod-coverage_trustme.patch
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-decoder-perl/debian/patches/pod-coverage_trustme.patch?rev=14075&op=file
==============================================================================
--- trunk/libogg-vorbis-decoder-perl/debian/patches/pod-coverage_trustme.patch (added)
+++ trunk/libogg-vorbis-decoder-perl/debian/patches/pod-coverage_trustme.patch Sun Feb  3 00:39:44 2008
@@ -1,0 +1,7 @@
+--- libogg-vorbis-decoder-perl.orig/t/pod-coverage.t
++++ libogg-vorbis-decoder-perl/t/pod-coverage.t
+@@ -1,3 +1,3 @@
+ use Test::Pod::Coverage tests => 1;
+ 
+-pod_coverage_ok("Ogg::Vorbis::Decoder", "Ogg::Vorbis::Decoder is covered" );
++pod_coverage_ok("Ogg::Vorbis::Decoder", { trustme => [ qr/^dl_load_flags$/ ], }, "Ogg::Vorbis::Decoder is covered" );

Added: trunk/libogg-vorbis-decoder-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-decoder-perl/debian/patches/series?rev=14075&op=file
==============================================================================
--- trunk/libogg-vorbis-decoder-perl/debian/patches/series (added)
+++ trunk/libogg-vorbis-decoder-perl/debian/patches/series Sun Feb  3 00:39:44 2008
@@ -1,0 +1,1 @@
+pod-coverage_trustme.patch

Modified: trunk/libogg-vorbis-decoder-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libogg-vorbis-decoder-perl/debian/rules?rev=14075&op=diff
==============================================================================
--- trunk/libogg-vorbis-decoder-perl/debian/rules (original)
+++ trunk/libogg-vorbis-decoder-perl/debian/rules Sun Feb  3 00:39:44 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
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -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
 	dh_clean build-stamp install-stamp




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