[pkg-fetchmail-maint] Applied some patches

Nico Golde nico at ngolde.de
Fri Jul 22 09:47:59 UTC 2005


[...]
ok forgot to attach the patch :)
regards nico

-- 
Nico Golde - JAB: nion at jabber.ccc.de | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred
-------------- next part --------------
diff -Nur trunk/debian/changelog drunk/debian/changelog
--- trunk/debian/changelog	2005-07-22 11:37:54.000000000 +0200
+++ drunk/debian/changelog	2005-07-22 11:37:44.000000000 +0200
@@ -11,6 +11,8 @@
     - Adjusted Spanish translation. Thanks Jesus Roncero! (closes: #286044)
     - Adjusted German translation. Thanks Jens Seidel! (closes: #313699)
     - New patch to fix buffer overrun in pop3 UIDs handling CAN-2005-2335
+  * Nico Golde:
+    - Added dpatch to package managment.
 
  -- Lucas Wall <lwall at debian.org>  Fri, 22 Jul 2005 01:02:48 -0300
 
diff -Nur trunk/debian/control drunk/debian/control
--- trunk/debian/control	2005-07-22 11:37:54.000000000 +0200
+++ drunk/debian/control	2005-07-22 11:37:44.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Fetchmail Maintainers <pkg-fetchmail-maint at lists.alioth.debian.org>
 Uploaders: Lucas Wall <lwall at debian.org>, Nico Golde <nico at ngolde.de>, Goswin von Brederlow <brederlo at informatik.uni-tuebingen.de>
-Build-Depends: debhelper (>= 4.1.16), flex, bison, xutils, libssl-dev, autotools-dev
+Build-Depends: debhelper (>= 4.1.16), flex, bison, xutils, libssl-dev, autotools-dev, dpatch
 Standards-Version: 3.6.2
 
 Package: fetchmail
diff -Nur trunk/debian/rules drunk/debian/rules
--- trunk/debian/rules	2005-07-22 11:37:54.000000000 +0200
+++ drunk/debian/rules	2005-07-22 11:37:44.000000000 +0200
@@ -25,7 +25,7 @@
 #
 # IPV6 and IPV6SEC support is untested, and breaks the 'interface'
 # keyword (which is why they will not be enabled by default).
-
+include /usr/share/dpatch/dpatch.make
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -99,7 +99,7 @@
 endif
 export CFLAGS
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	-rm -f build-stamp po/*.gmo NEWS.truncated
@@ -118,7 +118,7 @@
 	./configure $(CONFFLAGS) --prefix=/usr --enable-nls \
 		--disable-fallback $(FETCHCONFOPT)
 
-build: build-stamp
+build: build-stamp patch
 build-stamp: config.status
 	dh_testdir
 	$(MAKE)
@@ -191,4 +191,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch


More information about the pkg-fetchmail-maint mailing list