diff options
author | Sylvain <syt@logilab.fr> | 2006-09-26 18:27:17 +0200 |
---|---|---|
committer | Sylvain <syt@logilab.fr> | 2006-09-26 18:27:17 +0200 |
commit | 4269889f208a3bcc1e08fd4a88b29ee76586a202 (patch) | |
tree | d9c23530d77b21794cbc8092d9b440b1cff7263f /debian | |
parent | dc9f2e96e9cf4e33b90c5df4f14d27663f72c6e2 (diff) | |
download | astroid-4269889f208a3bcc1e08fd4a88b29ee76586a202.tar.gz |
try to fix debian package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/python-logilab-astng.postinst | 6 | ||||
-rw-r--r-- | debian/python-logilab-astng.prerm | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 7 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index 85f9e21..e73eec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-astng (0.16.1-2) unstable; urgency=low + + * duh? + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 26 Sep 2006 17:55:38 +0200 + logilab-astng (0.16.1-1) unstable; urgency=low * new upstream release diff --git a/debian/python-logilab-astng.postinst b/debian/python-logilab-astng.postinst deleted file mode 100644 index c426afd..0000000 --- a/debian/python-logilab-astng.postinst +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh -e -# - -#DEBHELPER# - -exit 0 diff --git a/debian/python-logilab-astng.prerm b/debian/python-logilab-astng.prerm deleted file mode 100644 index c426afd..0000000 --- a/debian/python-logilab-astng.prerm +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh -e -# - -#DEBHELPER# - -exit 0 diff --git a/debian/rules b/debian/rules index fb9e7a0..7bfbe8e 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ install: build dh_testroot dh_clean -k dh_installdirs - python setup.py -q install --no-compile --prefix=debian/python-logilab-astng/usr + python setup.py -q install --no-compile --prefix=debian/python-logilab-astng/usr/ # remove sub-package __init__ file (created in postinst) rm debian/python-logilab-astng/usr/lib/python*/site-packages/logilab/__init__.py # remove test directory (installed in a separated package) |