On Mon, Aug 25, 2014 at 09:32:02PM +1200, Robert Collins wrote:
> Please nmu.
Thanks for the permission to NMU. I have just done it, please find the
diff attached.
Aurelien
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://www.aurel32.net
diff -u fl-cow-0.6/debian/changelog fl-cow-0.6/debian/changelog
--- fl-cow-0.6/debian/changelog
+++ fl-cow-0.6/debian/changelog
@@ -1,3 +1,14 @@
+fl-cow (0.6-4.2) unstable; urgency=medium
+
+ [ Aurelien Jarno ]
+ * Non-maintainer upload with maintainer's permission. Thanks!
+
+ [ Logan Rosen ]
+ * Pass -f to autoreconf so that it updates config.{sub,guess} for new
+ arches. closes: #536117.
+
+ -- Aurelien Jarno <[email protected]> Mon, 22 Sep 2014 21:52:04 +0200
+
fl-cow (0.6-4.1) unstable; urgency=low
[ Jari Aalto ]
diff -u fl-cow-0.6/debian/rules fl-cow-0.6/debian/rules
--- fl-cow-0.6/debian/rules
+++ fl-cow-0.6/debian/rules
@@ -7,7 +7,7 @@
configure-stamp:
dh_testdir
- autoreconf -i
+ autoreconf -fi
./configure --prefix=/usr --disable-static --libdir=/usr/lib/fl-cow
touch configure-stamp