diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-02 16:28:45 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-02 16:28:45 +0100 |
| commit | 9650108bea5e4f4195eabe7814638446082f81cd (patch) | |
| tree | 7e6394c8574170c582603c01b985a0ea9bffa8e2 | |
| parent | 68673966c0fb8b9563b1521f08f1baeaa6d17b6e (diff) | |
| download | python-apt-9650108bea5e4f4195eabe7814638446082f81cd.tar.gz | |
* added pycompat
* finalized changelog
* added versionized b-d to python-central
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/pycompat | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ffceba45..545034c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ python-apt (0.6.20ubuntu2) feisty; urgency=low * python/depcache.cc: - MarkInstall() has new FromUser argument to support marking packages as automatically installed + * merged the 'aptsources' module for sources.list handling + (thanks to Sebastian Heinlein) - -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 26 Jan 2007 16:39:10 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 2 Feb 2007 16:26:38 +0100 python-apt (0.6.20ubuntu1) feisty; urgency=low diff --git a/debian/control b/debian/control index 4ea3a31c..9e304c29 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.7.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central, python-distutils-extra, cdbs +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-distutils-extra, cdbs, python-central (>= 0.5) Package: python-apt Architecture: any diff --git a/debian/pycompat b/debian/pycompat new file mode 100644 index 00000000..0cfbf088 --- /dev/null +++ b/debian/pycompat @@ -0,0 +1 @@ +2 |
