control: tags -1 +patch

Hi,

 I've made a patch for this FTBFS issue, just ignoring config.mk
 in Makefile and build fine. Please check and consider to apply it.

 Thanks.
 

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru openresolv-3.5.2/debian/changelog openresolv-3.5.2/debian/changelog
--- openresolv-3.5.2/debian/changelog	2012-04-07 00:04:35.000000000 +0900
+++ openresolv-3.5.2/debian/changelog	2014-04-22 05:59:54.000000000 +0900
@@ -1,3 +1,11 @@
+openresolv (3.5.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+    - add ignore-nonexist-config.mk-file.patch to fix FTBFS (Closes: #724105)
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 22 Apr 2014 05:48:08 +0900
+
 openresolv (3.5.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru openresolv-3.5.2/debian/patches/ignore-nonexist-config.mk-file.patch openresolv-3.5.2/debian/patches/ignore-nonexist-config.mk-file.patch
--- openresolv-3.5.2/debian/patches/ignore-nonexist-config.mk-file.patch	1970-01-01 09:00:00.000000000 +0900
+++ openresolv-3.5.2/debian/patches/ignore-nonexist-config.mk-file.patch	2014-04-22 05:59:27.000000000 +0900
@@ -0,0 +1,31 @@
+Description: just ignore config.mk file
+
+ upstream doesn't ship source with config.mk file but Makefile looks it.
+
+Bug-Debian: http://bugs.debian.org/724105
+Forwarded: no
+Last-Update: 2014-04-23
+
+Index: openresolv-3.5.2/Makefile
+===================================================================
+--- openresolv-3.5.2.orig/Makefile	2014-04-22 05:47:35.000000000 +0900
++++ openresolv-3.5.2/Makefile	2014-04-22 05:53:33.536800942 +0900
+@@ -1,5 +1,3 @@
+-include config.mk
+-
+ NAME=		openresolv
+ VERSION=	3.5.2
+ PKG=		${NAME}-${VERSION}
+@@ -34,10 +32,10 @@
+ 		$< > $@
+ 
+ clean:
+-	rm -f ${TARGET} openresolv-${VERSION}.tar.bz2
++	-rm -f ${TARGET} openresolv-${VERSION}.tar.bz2
+ 
+ distclean: clean
+-	rm -f config.mk
++	-rm -f config.mk
+ 
+ installdirs:
+ 
diff -Nru openresolv-3.5.2/debian/patches/series openresolv-3.5.2/debian/patches/series
--- openresolv-3.5.2/debian/patches/series	1970-01-01 09:00:00.000000000 +0900
+++ openresolv-3.5.2/debian/patches/series	2014-04-22 05:58:10.000000000 +0900
@@ -0,0 +1 @@
+ignore-nonexist-config.mk-file.patch

Reply via email to