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
commite82955b5eee4d93a3860e42f91c9e92c8862a0e5 (patch)
tree192db93a31ccde6a1820f972db5208cdfd65a9e7 /debian
parent282a9dc47d5dcf84396a631d04c64f0d1137532d (diff)
downloadastroid-git-e82955b5eee4d93a3860e42f91c9e92c8862a0e5.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 13dc7b72..a9710eea 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 1d98c643..f4921aec 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
+
+