summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-02-14 15:59:03 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-02-14 15:59:03 +0100
commita9ff17e7050cd62a0d36f58972128234bb9a524e (patch)
tree675adfdcfcd9e3b89bc9b17fc76d047f9f9bf5e8 /debian
parent1b3fc8eceea7f2b94f5629e6e7da3006983043b9 (diff)
downloadastroid-a9ff17e7050cd62a0d36f58972128234bb9a524e.tar.gz
updated debian package
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control7
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 13dc7b7..a9710ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+logilab-astng (0.17.2-2) unstable; urgency=low
+
+ * Updated standards version (no changes required)
+ * Moved Homepage from description to source package
+ * Upload package to Debian archive
+
+ -- Alexandre Fayolle <afayolle@debian.org> Thu, 14 Feb 2008 15:58:06 +0100
+
logilab-astng (0.17.2-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 1d98c64..f4921ae 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,12 @@
Source: logilab-astng
Section: python
Priority: optional
+Homepage: http://www.logilab.org/project/logilab-astng
Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7), python-central (>=0.5)
XS-Python-Version: all
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: python-logilab-astng
Architecture: all
@@ -20,6 +21,6 @@ Description: extend python's abstract syntax tree
builder object, which can either generate extended ast (let's call
them astng ;) by visiting an existant ast tree or by inspecting
living object. Methods are added by monkey patching ast classes.
- .
- Homepage: http://www.logilab.org/Project/name/logilab-astng
+
+