incorporate patch made in NMU by Riku Voipio to force configure executable
authorBdale Garbee <bdale@gag.com>
Mon, 12 Jan 2009 16:21:43 +0000 (09:21 -0700)
committerBdale Garbee <bdale@gag.com>
Mon, 12 Jan 2009 16:21:43 +0000 (09:21 -0700)
debian/changelog
debian/rules

index f36c3eb9778418db58c9869b7efbaf9c6adcabee..f5eed76e6757820dc2dd57271e84a01072d58f53 100644 (file)
@@ -1,3 +1,16 @@
+as31 (2.3.1-2) UNRELEASED; urgency=low
+
+  * incorporate patch from NMU of 2.3.1-1.1 by Riku Voipio
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 12 Jan 2009 09:21:19 -0700
+
+as31 (2.3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Force ./configure  executable, closes: #479300
+
+ -- Riku Voipio <riku.voipio@iki.fi>  Wed, 04 Jun 2008 12:08:56 +0300
+
 as31 (2.3.1-1) unstable; urgency=low
 
   * Fresh (re-)packaging for Debian
index 287d5a7366c23623e6f697533bf0c1d0c812931a..09c9b16441cc65e91b42102ccfc2d4a51bc1d5bd 100755 (executable)
@@ -6,6 +6,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
+       chmod a+x ./configure
        ./configure --prefix=/usr --mandir=/usr/share/man
        touch configure-stamp