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 | 9f150fa54a58fc04f452b12f07a245ddd15fb748 (patch) | |
| tree | b7a1f92a1169fc553783bc3b9f3bdd4bd86194e3 | |
| parent | b83323454ac16a1a137450acac1983e27468e6ac (diff) | |
| download | astroid-git-9f150fa54a58fc04f452b12f07a245ddd15fb748.tar.gz | |
packaging fixes
| -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 75cf370a..0f74913e 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 00000000..7ed6ff82 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/rules b/debian/rules index 01e5f6a6..7bfbe8e1 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: |
