r28296 - in /trunk/libnetaddr-ip-perl/debian: README.source changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 16 16:07:01 UTC 2008


Author: gregoa
Date: Tue Dec 16 16:06:58 2008
New Revision: 28296

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28296
Log:
Remove patch 10_special-chars-to-utf8.patch, not needed any more. Remove
quilt framework and debian/README.source.

Removed:
    trunk/libnetaddr-ip-perl/debian/README.source
    trunk/libnetaddr-ip-perl/debian/patches/
Modified:
    trunk/libnetaddr-ip-perl/debian/changelog
    trunk/libnetaddr-ip-perl/debian/control
    trunk/libnetaddr-ip-perl/debian/rules

Modified: trunk/libnetaddr-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/changelog?rev=28296&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/changelog (original)
+++ trunk/libnetaddr-ip-perl/debian/changelog Tue Dec 16 16:06:58 2008
@@ -12,6 +12,8 @@
     (source stanza).
 
   * New upstream release.
+  * Remove patch 10_special-chars-to-utf8.patch, not needed any more. Remove
+    quilt framework and debian/README.source.
 
  -- Franck Joncourt <franck.mail at dthconnex.com>  Sat, 15 Nov 2008 00:02:04 +0100
 

Modified: trunk/libnetaddr-ip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/control?rev=28296&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/control (original)
+++ trunk/libnetaddr-ip-perl/debian/control Tue Dec 16 16:06:58 2008
@@ -1,7 +1,7 @@
 Source: libnetaddr-ip-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.6.0-17), libtest-pod-perl, quilt
+Build-Depends: debhelper (>= 6), perl (>= 5.6.0-17), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julian Mehnle <julian at mehnle.net>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>

Modified: trunk/libnetaddr-ip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetaddr-ip-perl/debian/rules?rev=28296&op=diff
==============================================================================
--- trunk/libnetaddr-ip-perl/debian/rules (original)
+++ trunk/libnetaddr-ip-perl/debian/rules Tue Dec 16 16:06:58 2008
@@ -10,8 +10,6 @@
 # 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)
 
@@ -31,7 +29,7 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -41,7 +39,7 @@
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 




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