tags 538555 patch
thanks

The attached (not yet tested) patch is a proposal to fix this issue.

I'm not a deep make wizard, but the problem seems fairly simple. I'd
appreciate if you had a look at it, Raphaƫl, still.

As postgrey is orphaned, I think I can (and should) try to fix that
issue in the upcoming l10n NMU.

-- 



--- postgrey-1.32.old/debian/rules      2009-08-25 22:28:54.957020668 +0200
+++ postgrey-1.32/debian/rules  2009-09-01 07:34:59.069125325 +0200
@@ -7,17 +7,22 @@
 #export DH_VERBOSE=1
 
 # hgdebuild:
-include debian/patches.mk
+# include debian/patches.mk
+
+# quilt
+include /usr/share/quilt/quilt.make
 
 # installation base directory
 BASE=$(CURDIR)/debian/postgrey
 
-build: build-stamp
+build: patch build-stamp
 
 build-stamp:
        touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+
+clean-patched:
        dh_testdir
        dh_testroot
        rm -f build-stamp
@@ -75,4 +80,4 @@
        dh_builddeb
 
 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

Attachment: signature.asc
Description: Digital signature

Reply via email to