diff options
| author | Michael Vogt <egon@bottom> | 2006-07-26 17:29:50 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2006-07-26 17:29:50 +0200 |
| commit | 9887b008d40503a75514edb8ea0c71a23a620623 (patch) | |
| tree | 6dd30490a93632d4a1afe655d52a02e520d2bc3c | |
| parent | 70c850f4910cfcb6a825c67f577d8bc554612044 (diff) | |
| parent | d27dee5e4d80f10a8a37cf59e855484c4016e6b1 (diff) | |
| download | python-apt-9887b008d40503a75514edb8ea0c71a23a620623.tar.gz | |
* merged with debian-sid
| -rw-r--r-- | debian/changelog | 24 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/examples | 1 | ||||
| -rwxr-xr-x | debian/rules | 5 |
4 files changed, 25 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index d9b428bd..deb50ab7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,25 @@ python-apt (0.6.19) unstable; urgency=low * apt/cache.py: - fix commit doc string to also cite the open related callbacks - allow change of rootdir for APT database loading - - -- + - add dh_installexamples in package building Closes: #376014 + + -- Michael Vogt <mvo@debian.org> Tue, 25 Jul 2006 11:45:28 +0200 + +python-apt (0.6.18-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Add ${shlibs:Depends} and ${misc:Depends} (Closes: #377615). + + -- Christoph Berg <myon@debian.org> Tue, 18 Jul 2006 11:39:52 +0200 + +python-apt (0.6.18-0.1) unstable; urgency=high + + * Non-maintainer upload. + * Call dh_pycentral and dh_python before dh_installdeb, to make sure + the dh_pycentral snippets are put into the maintainer scripts; patch from + Sam Morris. (Closes: #376416) + + -- Steinar H. Gunderson <sesse@debian.org> Wed, 12 Jul 2006 23:26:50 +0200 python-apt (0.6.18) unstable; urgency=low @@ -36,7 +53,6 @@ python-apt (0.6.17) unstable; urgency=low - fix various pychecker warnings - check if looupRecords succeeded - fix bug in the return statement of _downloadable() - * apt/cache.py: * python/srcrecords.cc: - add "Restart" method - don't run auto "Restart" before performing a Lookup @@ -45,7 +61,7 @@ python-apt (0.6.17) unstable; urgency=low * python/indexfile.cc: - added ArchiveURI() method - -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:34:58 +0200 + -- Michael Vogt <mvo@debian.org> Mon, 8 May 2006 22:34:58 +0200 python-apt (0.6.16.2) unstable; urgency=low diff --git a/debian/control b/debian/control index f313dff5..5fa1bc83 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.40), apt-utils, p Package: python-apt Architecture: any -Depends: ${python:Depends} +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) diff --git a/debian/examples b/debian/examples new file mode 100644 index 00000000..80a386c8 --- /dev/null +++ b/debian/examples @@ -0,0 +1 @@ +doc/examples/*.py diff --git a/debian/rules b/debian/rules index ffd39a6f..ee159b89 100755 --- a/debian/rules +++ b/debian/rules @@ -52,13 +52,14 @@ binary-arch: build dh_installdocs dh_installchangelogs + dh_installexamples + dh_pycentral + dh_python dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps - dh_pycentral - dh_python dh_gencontrol dh_md5sums dh_builddeb |
