From e491706947931c8d67b42a37c9de6f3a08098ac4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 9 Jun 2006 16:38:44 +0200 Subject: * debian/changelog: - sync with the debian upload --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1dfd27a..effa0191 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ python-apt (0.6.17) unstable; urgency=low * python/indexfile.cc: - added ArchiveURI() method - -- + -- Michael Vogt Mon, 8 May 2006 22:34:58 +0200 python-apt (0.6.16.2) unstable; urgency=low -- cgit v1.2.3 From 7d1a38d1ce6f2f6de7e3fe096eeb0c0f88ab04a1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 30 Jun 2006 23:23:10 -0300 Subject: - add dh_installexamples in package building --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d9b428bd..9f681950 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ 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 -- diff --git a/debian/rules b/debian/rules index ffd39a6f..6a187e7f 100755 --- a/debian/rules +++ b/debian/rules @@ -52,6 +52,7 @@ binary-arch: build dh_installdocs dh_installchangelogs + dh_installexamples dh_strip dh_compress dh_fixperms -- cgit v1.2.3 From 316789f0e803bd5266f3868743f30f10245a6261 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 24 Jul 2006 22:35:28 +0200 Subject: * merged the NMUs from debian --- debian/changelog | 23 +++++++++++++++++++---- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f681950..456fb544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,24 @@ python-apt (0.6.19) unstable; urgency=low - 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 - - -- + + -- + +python-apt (0.6.18-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Add ${shlibs:Depends} and ${misc:Depends} (Closes: #377615). + + -- Christoph Berg 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 Wed, 12 Jul 2006 23:26:50 +0200 python-apt (0.6.18) unstable; urgency=low @@ -37,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 @@ -46,7 +61,7 @@ python-apt (0.6.17) unstable; urgency=low * python/indexfile.cc: - added ArchiveURI() method - -- Michael Vogt Mon, 8 May 2006 22:34:58 +0200 + -- Michael Vogt 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/rules b/debian/rules index 6a187e7f..ee159b89 100755 --- a/debian/rules +++ b/debian/rules @@ -53,13 +53,13 @@ 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 -- cgit v1.2.3 From 481e8bd432099e38aa176a990a7d4b2187e58039 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 25 Jul 2006 11:22:44 +0200 Subject: * debian/changelog: - updated --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 456fb544..f556704a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-apt (0.6.19) unstable; urgency=low * doc/examples/print_uris.py: - added a example to show how the indexfile.ArchiveURI() can be used with binary packages + * re-added dh_installexamples (NMU breakage). Closes: #376014 [ Otavio Salvador ] * apt/cache.py: -- cgit v1.2.3 From 71022104cf64547ba54029555799d72e6fb8027f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 25 Jul 2006 11:49:10 +0200 Subject: * added debian/examples --- debian/changelog | 3 +-- debian/examples | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 debian/examples diff --git a/debian/changelog b/debian/changelog index f556704a..a086ded0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,13 +4,12 @@ python-apt (0.6.19) unstable; urgency=low * doc/examples/print_uris.py: - added a example to show how the indexfile.ArchiveURI() can be used with binary packages - * re-added dh_installexamples (NMU breakage). Closes: #376014 [ Otavio Salvador ] * 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 + - add dh_installexamples in package building Closes: #376014 -- 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 -- cgit v1.2.3