From a164c9c08d9e2045ef1db21388c70f1f698acd33 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 12 Jan 2009 09:21:43 -0700 Subject: [PATCH] incorporate patch made in NMU by Riku Voipio to force configure executable --- debian/changelog | 13 +++++++++++++ debian/rules | 1 + 2 files changed, 14 insertions(+) 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 -- 2.30.2