summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-12 15:29:07 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-12 15:29:07 +0100
commit9d378975e38a565404132ed9bb4c94ba5572d6fc (patch)
treef12235d9c3e7a4cae56728061cdc3be3dca9ae11 /debian
parentd59a67ff100ef7006376a14ceef833a460c2f404 (diff)
* debian/rules:
- Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules4
2 files changed, 5 insertions, 2 deletions
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 <bubulle@debian.org> 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