]> git.saurik.com Git - apt.git/commitdiff
Neuros fix for missing Provides
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:30 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:30 +0000 (16:57 +0000)
Author: jgg
Date: 2001-04-17 06:46:13 GMT
Neuros fix for missing Provides

debian/rules

index 99164c183a3e08350b0cce83f0ee114e8b0d3aab..7cc06d8fce1902398c4323d5dc2c6359487ecdd3 100755 (executable)
@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.31 2001/03/04 23:01:45 tausq Exp $
+# $Id: rules,v 1.32 2001/04/17 06:46:13 jgg Exp $
 
 # LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt
 # dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found.
@@ -245,7 +245,7 @@ apt-utils: build debian/shlibs.local
        dh_fixperms -p$@
        dh_installdeb -p$@
        LD_LIBRARY_PATH=`pwd`/debian/apt/usr/lib:`pwd`/debian/$@/usr/lib dh_shlibdeps -p$@ -- -Ldebian/shlibs.local.apt-utils
-       dh_gencontrol -p$@ -u -Vlibapt-inst:major=$(LIBAPTINST_MAJOR)
+       dh_gencontrol -p$@ -u -Vlibapt-inst:provides=$(LIBAPTINST_PROVIDE)
        dh_makeshlibs -m$(LIBAPTINST_MAJOR) -V '$(LIBAPTINST_PROVIDE)' -p$@
        dh_md5sums -p$@
        dh_builddeb -p$@