summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-03-01 14:39:55 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-03-01 14:39:55 +0100
commite542d9c5e2663bafc3f16ed8d9adba5f5e34d87d (patch)
tree4a919287b6b8d02a33c26ca3ef8f2c5770fbbe1a
parenta1611b6a1d0754eb54a751797d5be0137740f081 (diff)
downloadpython-apt-e542d9c5e2663bafc3f16ed8d9adba5f5e34d87d.tar.gz
* debian/rules: python-apt is the name of the pacakge
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7e837e8b..63c9bc3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_PYTHON_PACKAGES_EXCLUDE=python-apt-dbg
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-PKG=gdebi
+PKG=python-apt
DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p')
DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS)