tags 855275 + pending
thanks

I've uploaded dot-forward 0.71-2.2 to DELAYED/5:
  
  dot-forward (1:0.71-2.2) unstable; urgency=medium
  
    * Non-maintainer upload.
    * Fix FTBFS ("cannot read [...] usr/sbin/*"); we don't install anything to
      sbin, so use Make's $(wildcard ..) over the shell's "*". (Closes: #855275)

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -u dot-forward-0.71/debian/changelog dot-forward-0.71/debian/changelog
--- dot-forward-0.71/debian/changelog
+++ dot-forward-0.71/debian/changelog
@@ -1,3 +1,11 @@
+dot-forward (1:0.71-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS ("cannot read [...] usr/sbin/*"); we don't install anything to
+    sbin, so use Make's $(wildcard ..) over the shell's "*". (Closes: #855275)
+
+ -- Chris Lamb <la...@debian.org>  Fri, 17 Feb 2017 14:07:22 +1300
+
 dot-forward (1:0.71-2.1) unstable; urgency=medium
 
   * Non-maintainer upload with permission.
diff -u dot-forward-0.71/debian/rules dot-forward-0.71/debian/rules
--- dot-forward-0.71/debian/rules
+++ dot-forward-0.71/debian/rules
@@ -62,7 +62,7 @@
 
 binary: binary-indep binary-arch
 binary-arch: install dot-forward.deb
-       dpkg-shlibdeps '$(DIR)'/usr/bin/* '$(DIR)'/usr/sbin/*
+       dpkg-shlibdeps $(wildcard $(DIR)/usr/bin/*) $(wildcard 
$(DIR)/usr/sbin/*)
        dpkg-gencontrol -isp -pdot-forward -P'$(DIR)'
        dpkg -b '$(DIR)' ..
 binary-indep:

Reply via email to