r46323 - in /trunk/libarchive-ar-perl/debian: README.source changelog control patches/ rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Oct 24 15:31:30 UTC 2009


Author: carnil-guest
Date: Sat Oct 24 15:31:25 2009
New Revision: 46323

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46323
Log:
* Drop debian/patches since all fixes are now integrated upstream (See DBTS
  #419101) and drop use of quilt patch system. Delete debian/README.source
  from source package. 
* debian/control:
  - Add myself to Uploaders. 

Removed:
    trunk/libarchive-ar-perl/debian/README.source
    trunk/libarchive-ar-perl/debian/patches/
Modified:
    trunk/libarchive-ar-perl/debian/changelog
    trunk/libarchive-ar-perl/debian/control
    trunk/libarchive-ar-perl/debian/rules

Modified: trunk/libarchive-ar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/changelog?rev=46323&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/changelog (original)
+++ trunk/libarchive-ar-perl/debian/changelog Sat Oct 24 15:31:25 2009
@@ -17,8 +17,13 @@
       (Closes: #523515)
   * Fix debian/watch file to match also upstram version with no trailing
     letter in version number. 
+  * Drop debian/patches since all fixes are now integrated upstream (See DBTS
+    #419101) and drop use of quilt patch system. Delete debian/README.source
+    from source package. 
+  * debian/control:
+    - Add myself to Uploaders. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 24 Oct 2009 16:58:55 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 24 Oct 2009 17:31:00 +0200
 
 libarchive-ar-perl (1.13b-2) unstable; urgency=low
 

Modified: trunk/libarchive-ar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/control?rev=46323&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/control (original)
+++ trunk/libarchive-ar-perl/debian/control Sat Oct 24 15:31:25 2009
@@ -1,10 +1,11 @@
 Source: libarchive-ar-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-mockobject-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>, 
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Archive-Ar/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libarchive-ar-perl/

Modified: trunk/libarchive-ar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/rules?rev=46323&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/rules (original)
+++ trunk/libarchive-ar-perl/debian/rules Sat Oct 24 15:31:25 2009
@@ -11,21 +11,19 @@
 # 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)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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