summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-03-22 00:59:51 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-03-22 00:59:51 +0100
commit6d2500e267ce42fadaf301791ee0b6bc351bb176 (patch)
treeea07b9d7767d96e963be7a4b46fd16a1400e9501
parent53ec04bb0fd4c086e54e2a6779fa88ee53139628 (diff)
use the correct line to get the currently configure.in version
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 00e6bd4b7..b819460c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ build:
PKG=apt
DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS)
APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p' | sed -e 's/\+.*$$//')
-APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"\(.*\)")/\1/p' configure.in)
+APT_CONFVER=$(shell sed -n -e 's/^PACKAGE_VERSION="\(.*\)"/\1/p' configure.in)
APT_CVSTAG=$(shell echo "$(APT_DEBVER)" | sed -e 's/^/v/' -e 's/\./_/g')
# Determine the build directory to use