summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/Debian.info.in6
-rw-r--r--debian/changelog54
2 files changed, 56 insertions, 4 deletions
diff --git a/data/templates/Debian.info.in b/data/templates/Debian.info.in
index c3ce7fd7..dd040c20 100644
--- a/data/templates/Debian.info.in
+++ b/data/templates/Debian.info.in
@@ -20,6 +20,8 @@ _Description: Proposed updates
Suite: lenny/updates
RepositoryType: deb
+BaseURI: http://security.debian.org/
+MatchURI: security\.debian\.org
ParentSuite: lenny
_Description: Security updates
@@ -43,6 +45,8 @@ _Description: Proposed updates
Suite: etch/updates
RepositoryType: deb
+BaseURI: http://security.debian.org/
+MatchURI: security\.debian\.org
ParentSuite: etch
_Description: Security updates
@@ -66,6 +70,8 @@ _Description: Proposed updates
Suite: sarge/updates
RepositoryType: deb
+BaseURI: http://security.debian.org/
+MatchURI: security\.debian\.org
ParentSuite: sarge
_Description: Security updates
diff --git a/debian/changelog b/debian/changelog
index 6e080478..77bab380 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,30 @@
-python-apt (0.7.8~ubuntu2) jaunty; urgency=low
+python-apt (0.7.8) unstable; urgency=low
[ Michael Vogt ]
+ * python/cache.cc:
+ - fix crash if Ver.PriorityType() returns NULL
+ - fix GetCandidateVer() reporting incorrect versions after
+ SetCandidateVer() was used. Thanks to Julian Andres Klode for
+ the test-case (LP: #237372)
+ * python/apt_instmodule.cc:
+ - do not change working dir in debExtractArchive() (LP: #184093)
+ * apt/cache.py:
+ - support "in" in apt.Cache() (LP: #251587)
+ * apt/package.py:
+ - do not return None in sourcePackageName (LP: #123062)
+ * python/progress.cc:
+ - when pulse() does not return a boolean assume "true"
+ (thanks to Martin Pitt for telling me about the problem)
+ * python/apt_pkgmodule.cc:
+ - add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants
+ * aptsources/__init__.py, aptsources/distinfo.py:
+ - run apt_pkg.init() when aptsources gets imported and not
+ the distinfo function
+ - fix detection of cdrom sources and add test for it
+ * python/metaindex.cc
+ - fix crash when incorrect attribute is given
* data/templates/Ubuntu.info.in:
- - updated to fix ports.ubuntu.com for powerpc and lpia
- (LP: #220890)
+ - updated
* aptsources/distro.py:
- add parameter to get_distro() to make unit testing easier
* tests/test_aptsources_ports.py:
@@ -13,7 +34,7 @@ python-apt (0.7.8~ubuntu2) jaunty; urgency=low
[ Julian Andres Klode ]
* python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.
- -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Nov 2008 11:35:03 +0100
+ -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:24:30 +0200
python-apt (0.7.8~ubuntu1) jaunty; urgency=low
@@ -68,6 +89,31 @@ python-apt (0.7.7.1ubuntu1) intrepid; urgency=low
python-apt (0.7.7ubuntu2) intrepid; urgency=low
+ * python/metaindex.cc
+ - fix crash when incorrect attribute is given
+ * data/templates/Ubuntu.info.in:
+ - updated
+ * aptsources/distro.py:
+ - add parameter to get_distro() to make unit testing easier
+ * tests/test_aptsources_ports.py:
+ - add test for arch specific handling (when sub arch is on
+ a different mirror than "main" arches)
+
+ [ Julian Andres Klode ]
+ * python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.
+
+ -- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:24:30 +0200
+
+python-apt (0.7.7.1+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * data/templates/Debian.info.in: Set the BaseURI to security.debian.org for
+ lenny/updates, etch/updates and sarge/updates. (Closes: #503237)
+
+ -- Jonny Lamb <jonny@debian.org> Fri, 24 Oct 2008 12:44:33 +0100
+
+python-apt (0.7.7.1) unstable; urgency=low
+
* data/templates/Debian.info.in:
- add 'lenny' template info (closes: #476364)
* aptsources/distinfo.py: