r9956 - in /trunk/libmail-imapclient-perl/debian: changelog control patches/ rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Nov 28 20:01:21 UTC 2007


Author: gregoa-guest
Date: Wed Nov 28 20:01:20 2007
New Revision: 9956

URL: http://svn.debian.org/wsvn/?sc=1&rev=9956
Log:
* Remove patch 40_pod_whatis_parse_error, not relevant for new upstream
  code any more.
* Remove debian/patches, remove dpatch from build dependencies and patch
  targets from debian/rules after removing all patches.

Removed:
    trunk/libmail-imapclient-perl/debian/patches/
Modified:
    trunk/libmail-imapclient-perl/debian/changelog
    trunk/libmail-imapclient-perl/debian/control
    trunk/libmail-imapclient-perl/debian/rules

Modified: trunk/libmail-imapclient-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-imapclient-perl/debian/changelog?rev=9956&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/changelog (original)
+++ trunk/libmail-imapclient-perl/debian/changelog Wed Nov 28 20:01:20 2007
@@ -27,6 +27,10 @@
     (Raw)Socket method.
   * Remove patch 30_uninitialized_warning, not relevant for new upstream
     code any more.
+  * Remove patch 40_pod_whatis_parse_error, not relevant for new upstream
+    code any more.
+  * Remove debian/patches, remove dpatch from build dependencies and patch
+    targets from debian/rules after removing all patches.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 28 Nov 2007 19:58:54 +0100
 

Modified: trunk/libmail-imapclient-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmail-imapclient-perl/debian/control?rev=9956&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/control (original)
+++ trunk/libmail-imapclient-perl/debian/control Wed Nov 28 20:01:20 2007
@@ -3,7 +3,7 @@
 Section: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>, Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>, Russ Allbery <rra at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.6.0-17), libparse-recdescent-perl, libio-socket-ssl-perl
 Standards-Version: 3.7.2.2
 Homepage: http://search.cpan.org/dist/Mail-IMAPClient/

Modified: trunk/libmail-imapclient-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-imapclient-perl/debian/rules?rev=9956&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/rules (original)
+++ trunk/libmail-imapclient-perl/debian/rules Wed Nov 28 20:01:20 2007
@@ -4,9 +4,8 @@
 PERL ?= /usr/bin/perl
 TMP  := $(CURDIR)/debian/libmail-imapclient-perl
 
-include /usr/share/dpatch/dpatch.make
 
-build: patch-stamp build-arch build-indep
+build: build-arch build-indep
 build-arch:
 build-indep: build-stamp
 build-stamp:
@@ -18,9 +17,7 @@
 	$(MAKE) test
 	touch build-stamp
 
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean




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