]> git.saurik.com Git - apt.git/commitdiff
* debian/rules:
authorJulian Andres Klode <jak@debian.org>
Fri, 12 Mar 2010 14:29:07 +0000 (15:29 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 12 Mar 2010 14:29:07 +0000 (15:29 +0100)
  - Fix the libraries name to be e.g. libapt-pkg4.9 instead of
    libapt-pkg-4.9.

debian/changelog
debian/rules

index 68c86479f7b99d9dde138fb3e783e5f617ec9295..8411d35419ac2f8fab17288b654d05344ae86e5d 100644 (file)
@@ -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
 
index ab384b123dd3a87478c134384b47d26f6d3d7377..2fe6ed69c31ca604d879de86037b4b5842bae34f 100755 (executable)
@@ -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