From: Bdale Garbee Date: Mon, 12 Jan 2009 16:21:43 +0000 (-0700) Subject: incorporate patch made in NMU by Riku Voipio to force configure executable X-Git-Tag: debian/2.3.1-2~2 X-Git-Url: https://git.gag.com/?p=debian%2Fas31;a=commitdiff_plain;h=a164c9c08d9e2045ef1db21388c70f1f698acd33 incorporate patch made in NMU by Riku Voipio to force configure executable --- diff --git a/debian/changelog b/debian/changelog index f36c3eb..f5eed76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Wed, 04 Jun 2008 12:08:56 +0300 + as31 (2.3.1-1) unstable; urgency=low * Fresh (re-)packaging for Debian diff --git a/debian/rules b/debian/rules index 287d5a7..09c9b16 100755 --- a/debian/rules +++ b/debian/rules @@ -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