summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-02-27 10:53:51 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-02-27 10:53:51 +0100
commit2fd8253d205afd8341efe5775e2fab1b76ef1f52 (patch)
tree4a919287b6b8d02a33c26ca3ef8f2c5770fbbe1a /debian
parenta1611b6a1d0754eb54a751797d5be0137740f081 (diff)
downloadpython-apt-2fd8253d205afd8341efe5775e2fab1b76ef1f52.tar.gz
* debian/rules:
- the package is python-apt not gdebi (blush)
Diffstat (limited to 'debian')
-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)