Control: tags 898725 + pending

Dear maintainer,

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

Regards.

diff -u flex-2.6.4/debian/changelog flex-2.6.4/debian/changelog
--- flex-2.6.4/debian/changelog
+++ flex-2.6.4/debian/changelog
@@ -1,3 +1,19 @@
+flex (2.6.4-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Ruben Undheim ]
+  * debian/rules:
+    - Fix build with "dpkg-buildpackage -A" by checking if directory exists
+      first (Closes: #898725)
+
+  [ Niels Thykier ]
+  * debian/control:
+    - Set Rules-Requires-Root (R³) to no as flex does not need/require
+      (fake)root during package build.
+
+ -- Niels Thykier <ni...@thykier.net>  Mon, 06 Aug 2018 19:40:25 +0000
+
 flex (2.6.4-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u flex-2.6.4/debian/control flex-2.6.4/debian/control
--- flex-2.6.4/debian/control
+++ flex-2.6.4/debian/control
@@ -10,6 +10,7 @@
 Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended, 
cm-super-minimal
 Maintainer: Manoj Srivastava <sriva...@debian.org>
 Standards-Version: 4.1.3
+Rules-Requires-Root: no
 
 Package: flex
 Architecture: any
diff -u flex-2.6.4/debian/rules flex-2.6.4/debian/rules
--- flex-2.6.4/debian/rules
+++ flex-2.6.4/debian/rules
@@ -73,7 +73,9 @@
        rm -f debian/flex/usr/share/doc/flex/flex.pdf
        test ! -f debian/flex/usr/share/doc/flex/COPYING ||              \
             rm -f debian/flex/usr/share/doc/flex/COPYING
-       find debian/flex/usr/share/locale  -type d -empty -delete
+       if [ -d debian/flex/usr/share/locale ] ; then \
+         find debian/flex/usr/share/locale  -type d -empty -delete ; \
+       fi
        dh_link
 
 

Reply via email to