r17505 - in /trunk/libaudio-flac-header-perl/debian: changelog control patches/ rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Mar 16 00:55:40 UTC 2008


Author: roberto
Date: Sun Mar 16 00:55:39 2008
New Revision: 17505

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17505
Log:
* debian/patches/uint64: Removed.  Included upstream.
* Removed quilt dependency and infrastructure.

Removed:
    trunk/libaudio-flac-header-perl/debian/patches/
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/pkg-perl/trunk/libaudio-flac-header-perl/debian/changelog?rev=17505&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/changelog (original)
+++ trunk/libaudio-flac-header-perl/debian/changelog Sun Mar 16 00:55:39 2008
@@ -2,8 +2,10 @@
 
   * New upstream release.
   * debian/patches/pod-coverage-private: Removed.  Included upstream.
+  * debian/patches/uint64: Removed.  Included upstream.
+  * Removed quilt dependency and infrastructure.
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 15 Mar 2008 20:50:15 -0400
+ -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 15 Mar 2008 20:54:15 -0400
 
 libaudio-flac-header-perl (1.9-2) unstable; urgency=low
 

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

Modified: trunk/libaudio-flac-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaudio-flac-header-perl/debian/rules?rev=17505&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/rules (original)
+++ trunk/libaudio-flac-header-perl/debian/rules Sun Mar 16 00:55:39 2008
@@ -3,8 +3,6 @@
 # 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
@@ -31,14 +29,14 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) realclean




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