From 216a8c89c3c7f15e705c800a1f458f0577bc24b1 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 24 Feb 2010 22:14:21 +0100 Subject: German translation update --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ca731d11b..c855c77d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.7.26~exp3) UNRELEASED; urgency=low + + * German translation update. Closes: #571037 + + -- Christian Perrier Wed, 24 Feb 2010 22:13:50 +0100 + apt (0.7.26~exp2) experimental; urgency=low * fix crash when LANGUAGE is not set -- cgit v1.2.3 From 946b0e068e431df81badf88ab795cbad7cd846dd Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 1 Mar 2010 13:47:56 +0100 Subject: * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). --- debian/changelog | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c855c77d5..6003477ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ apt (0.7.26~exp3) UNRELEASED; urgency=low + [ Christian Perrier ] * German translation update. Closes: #571037 + [ Julian Andres Klode ] + * cmdline/apt-mark: + - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). + -- Christian Perrier Wed, 24 Feb 2010 22:13:50 +0100 apt (0.7.26~exp2) experimental; urgency=low diff --git a/debian/control b/debian/control index de2bf6544..c2b6c17a5 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Architecture: any Depends: ${shlibs:Depends}, debian-archive-keyring, ${misc:Depends} Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} +Conflicts: python-apt (<< 0.7.93.2~) Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Description: Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. -- cgit v1.2.3 From f23e1e940214c7abbf87c28bc71a5d37d117aa57 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 10 Mar 2010 22:39:44 +0100 Subject: Spanish manpages translation update --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6003477ba..faeac0e2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apt (0.7.26~exp3) UNRELEASED; urgency=low [ Christian Perrier ] * German translation update. Closes: #571037 + * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: -- cgit v1.2.3 From d59a67ff100ef7006376a14ceef833a460c2f404 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 12 Mar 2010 15:28:24 +0100 Subject: apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the list of members. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index faeac0e2b..68c86479f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ apt (0.7.26~exp3) UNRELEASED; urgency=low [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). + * apt-inst/contrib/arfile.h: + - Add public ARArchive::Members() which returns the list of members. -- Christian Perrier Wed, 24 Feb 2010 22:13:50 +0100 -- cgit v1.2.3 From 9d378975e38a565404132ed9bb4c94ba5572d6fc Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 12 Mar 2010 15:29:07 +0100 Subject: * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9. --- debian/changelog | 3 +++ debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 68c86479f..8411d3541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ apt (0.7.26~exp3) UNRELEASED; urgency=low - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. + * debian/rules: + - Fix the libraries name to be e.g. libapt-pkg4.9 instead of + libapt-pkg-4.9. -- Christian Perrier Wed, 24 Feb 2010 22:13:50 +0100 diff --git a/debian/rules b/debian/rules index ab384b123..2fe6ed69c 100755 --- a/debian/rules +++ b/debian/rules @@ -78,8 +78,8 @@ APT_UTILS=ftparchive sortpkgs extracttemplates include buildlib/libversion.mak # Determine which package we should provide in the control files -LIBAPTPKG_PROVIDE=libapt-pkg-$(LIBAPTPKG_MAJOR) -LIBAPTINST_PROVIDE=libapt-inst-$(LIBAPTINST_MAJOR) +LIBAPTPKG_PROVIDE=libapt-pkg$(LIBAPTPKG_MAJOR) +LIBAPTINST_PROVIDE=libapt-inst$(LIBAPTINST_MAJOR) debian/shlibs.local: apt-pkg/makefile # We have 3 shlibs.local files.. One for 'apt', one for 'apt-utils' and -- cgit v1.2.3