Control: tags -1 +patch +pending Hi,
I've fixed this FTBFS (as log suggested ;), attached debdiff. And also I'll upload it to 7-delayed queue, if you don't want it, please tell me. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru lldpad-0.9.46/debian/changelog lldpad-0.9.46/debian/changelog --- lldpad-0.9.46/debian/changelog 2013-07-16 23:19:39.000000000 +0900 +++ lldpad-0.9.46/debian/changelog 2014-02-11 19:07:03.000000000 +0900 @@ -1,3 +1,11 @@ +lldpad (0.9.46-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches + - add specify_subdir-objects.patch (Closes: #725579) + + -- Hideki Yamane <henr...@debian.org> Tue, 11 Feb 2014 19:07:02 +0900 + lldpad (0.9.46-1) unstable; urgency=low * [8e5431e] Imported Upstream version 0.9.46 diff -Nru lldpad-0.9.46/debian/patches/series lldpad-0.9.46/debian/patches/series --- lldpad-0.9.46/debian/patches/series 2013-07-16 23:19:39.000000000 +0900 +++ lldpad-0.9.46/debian/patches/series 2014-02-11 19:05:25.000000000 +0900 @@ -3,3 +3,4 @@ fix-cannot-adjust-line-in-dcbtool-8.patch dont-touch-var-lock-subsys-lldpad-when-start.patch fix-typo-in-lldptool-ets-8.patch +specify_subdir-objects.patch diff -Nru lldpad-0.9.46/debian/patches/specify_subdir-objects.patch lldpad-0.9.46/debian/patches/specify_subdir-objects.patch --- lldpad-0.9.46/debian/patches/specify_subdir-objects.patch 1970-01-01 09:00:00.000000000 +0900 +++ lldpad-0.9.46/debian/patches/specify_subdir-objects.patch 2014-02-11 19:06:26.000000000 +0900 @@ -0,0 +1,12 @@ +Description: specify subdir-objects for directories +Bug-Debian: http://bugs.debian.org/725579 +Last-Update: 2014-02-10 + +--- lldpad-0.9.46.orig/Makefile.am ++++ lldpad-0.9.46/Makefile.am +@@ -1,3 +1,5 @@ ++AUTOMAKE_OPTIONS = subdir-objects ++ + # target programs to be installed in ${sbindir} + sbin_PROGRAMS = lldpad dcbtool lldptool +