diff options
| author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> | 2006-11-21 13:51:43 +0100 |
|---|---|---|
| committer | Alexandre Fayolle <alexandre.fayolle@logilab.fr> | 2006-11-21 13:51:43 +0100 |
| commit | ef81c58b731bc32aea6cc6e0faca7e00c69bcca0 (patch) | |
| tree | b7a1f92a1169fc553783bc3b9f3bdd4bd86194e3 /debian | |
| parent | a4ccfe4a8feda859cb34f4328c1142d28a11c265 (diff) | |
| download | astroid-ef81c58b731bc32aea6cc6e0faca7e00c69bcca0.tar.gz | |
packaging fixes
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 75cf370..0f74913 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +logilab-astng (0.16.2-2) unstable; urgency=low + + * Debian upload + * The new release fixes has_dynamic_getattr crash in pylint (closes: #395126) + * cleanup upstream source tarball to remove uncleaned debian/ directory + * added debian/compat and removed DH_COMPAT from debian/rules to get a proper dh_clean behavior + + -- Alexandre Fayolle <afayolle@debian.org> Tue, 21 Nov 2006 13:50:22 +0100 + logilab-astng (0.16.2-1) unstable; urgency=low * new upstream release diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/rules b/debian/rules index 01e5f6a..7bfbe8e 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DH_COMPAT=5 build: build-stamp build-stamp: |
