diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-01 14:39:55 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-01 14:39:55 +0100 |
| commit | e542d9c5e2663bafc3f16ed8d9adba5f5e34d87d (patch) | |
| tree | 4a919287b6b8d02a33c26ca3ef8f2c5770fbbe1a | |
| parent | a1611b6a1d0754eb54a751797d5be0137740f081 (diff) | |
| download | python-apt-e542d9c5e2663bafc3f16ed8d9adba5f5e34d87d.tar.gz | |
* debian/rules: python-apt is the name of the pacakge
| -rwxr-xr-x | debian/rules | 2 |
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) |
