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(-) (limited to 'debian') 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 036d3715da9858ef9c6fdd832934bf64359849bf Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 26 Jul 2006 17:31:31 +0200 Subject: * changelog updated --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index deb50ab7..d8ad9da4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-apt (0.6.19) unstable; urgency=low +python-apt (0.6.19exp1) experimental; urgency=low [ Michael Vogt ] * doc/examples/print_uris.py: @@ -10,8 +10,10 @@ 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 Closes: #376014 + * python/depcache.cc: + - "IsGarbage()" method added (to support auto-mark) - -- Michael Vogt Tue, 25 Jul 2006 11:45:28 +0200 + -- Michael Vogt Wed, 26 Jul 2006 17:30:08 +0200 python-apt (0.6.18-0.2) unstable; urgency=low -- cgit v1.2.3 From 2571bf092c384cc29b11db18d6259830d9db80cb Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 2 May 2007 19:04:01 +0200 Subject: * debian/control: added versionized dependency for python-central --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index e2f97b78..f8d9dc93 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team Uploaders: Matt Zimmerman , Michael Vogt Standards-Version: 3.6.2.0 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central (>= 0.5) Package: python-apt Architecture: any -- cgit v1.2.3 From be05af84c65c7d4bae3cbd949304b9dd7020054f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 May 2007 09:43:45 +0200 Subject: * python/pkgrecords.cc: - added SourceVer --- debian/changelog | 2 ++ debian/control | 2 +- python/pkgrecords.cc | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 75725676..665c45ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-apt (0.6.22) unstable; urgency=low * python/apt_pkgmodule.cc: - added pkgCache::State::PkgCurrentState enums + * python/pkgrecords.cc: + - added SourceVer -- diff --git a/debian/control b/debian/control index e2f97b78..49d84734 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team Uploaders: Matt Zimmerman , Michael Vogt Standards-Version: 3.6.2.0 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.47), apt-utils, python-all-dev, python-central Package: python-apt Architecture: any diff --git a/python/pkgrecords.cc b/python/pkgrecords.cc index 4a5556f2..466a2f30 100644 --- a/python/pkgrecords.cc +++ b/python/pkgrecords.cc @@ -67,6 +67,8 @@ static PyObject *PkgRecordsAttr(PyObject *Self,char *Name) return CppPyString(Struct.Last->SHA1Hash()); else if (strcmp("SourcePkg",Name) == 0) return CppPyString(Struct.Last->SourcePkg()); + else if (strcmp("SourceVer",Name) == 0) + return CppPyString(Struct.Last->SourceVer()); else if (strcmp("Maintainer",Name) == 0) return CppPyString(Struct.Last->Maintainer()); else if (strcmp("ShortDesc",Name) == 0) -- cgit v1.2.3 From a1dcc6a2e3afe8c649c05273955331b97aa50c41 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 11 Jun 2007 00:06:53 +0200 Subject: * finalized chanagelog * fixed bug in tests/pkgrecords.py --- debian/changelog | 2 +- tests/pkgrecords.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8d8363ee..f8afaddc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ python-apt (0.7.0) unstable; urgency=low * merged translated package descriptions branch * update build-depends - -- + -- Michael Vogt Sun, 10 Jun 2007 20:13:38 +0200 python-apt (0.6.22) unstable; urgency=low diff --git a/tests/pkgrecords.py b/tests/pkgrecords.py index 8bfe4b82..d0616d29 100644 --- a/tests/pkgrecords.py +++ b/tests/pkgrecords.py @@ -21,6 +21,8 @@ def main(): #print "no available version, cruft" continue version = depcache.GetCandidateVer(pkg) + if not version: + continue file, index = version.FileList.pop(0) if records.Lookup((file,index)): #print records.FileName -- cgit v1.2.3