Package: dhcpcd5
Version: 6.0.5-1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for dhcpcd5 (versioned as 6.0.5-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
diff -Nru dhcpcd5-6.0.5/debian/changelog dhcpcd5-6.0.5/debian/changelog
--- dhcpcd5-6.0.5/debian/changelog	2013-08-04 09:00:48.000000000 +0200
+++ dhcpcd5-6.0.5/debian/changelog	2013-12-04 14:49:45.000000000 +0100
@@ -1,3 +1,14 @@
+dhcpcd5 (6.0.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules (taken from Ubuntu, thanks!):
+      - If config.mk doesn't exist, don't try to run dh_auto_clean.
+        This fixes a FTBFS. (Closes: #723967) (LP: #1251776)
+  * Add missing include for platform-bsd using patch from Petr Salinger
+    (Closes: #719588)
+
+ -- Christoph Egger <christ...@debian.org>  Wed, 04 Dec 2013 14:47:10 +0100
+
 dhcpcd5 (6.0.5-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru dhcpcd5-6.0.5/debian/patches/kfreebsd.diff dhcpcd5-6.0.5/debian/patches/kfreebsd.diff
--- dhcpcd5-6.0.5/debian/patches/kfreebsd.diff	1970-01-01 01:00:00.000000000 +0100
+++ dhcpcd5-6.0.5/debian/patches/kfreebsd.diff	2013-12-04 14:53:00.000000000 +0100
@@ -0,0 +1,10 @@
+--- a/platform-bsd.c
++++ a/platform-bsd.c
+@@ -44,6 +44,7 @@
+ #include <syslog.h>
+ #include <unistd.h>
+
++#include "common.h"
+ #include "dhcpcd.h"
+ #include "if-options.h"
+ #include "platform.h"
diff -Nru dhcpcd5-6.0.5/debian/patches/series dhcpcd5-6.0.5/debian/patches/series
--- dhcpcd5-6.0.5/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ dhcpcd5-6.0.5/debian/patches/series	2013-12-04 14:52:31.000000000 +0100
@@ -0,0 +1 @@
+kfreebsd.diff
diff -Nru dhcpcd5-6.0.5/debian/rules dhcpcd5-6.0.5/debian/rules
--- dhcpcd5-6.0.5/debian/rules	2011-04-06 11:15:18.000000000 +0200
+++ dhcpcd5-6.0.5/debian/rules	2013-12-04 14:46:58.000000000 +0100
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+override_dh_auto_clean:
+	[ ! -f config.mk ] || dh_auto_clean
+
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix= --libexecdir=/lib/dhcpcd \
 		--mandir=/usr/share/man --dbdir=/var/lib/dhcpcd5 \

Reply via email to