diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:29 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:29 +0000 |
commit | 4334f918c1263fcf7bb12c86b30fe110b67e224b (patch) | |
tree | 87383f6cb34679807bbd885a314845eded866298 /debian | |
parent | 42de9d89663d81e8b7c6bac04d54326c5fa9a11d (diff) |
Define libapt-inst:provides when building the -dev pkg.
Author: doogie
Date: 2003-02-02 22:00:24 GMT
Define libapt-inst:provides when building the -dev pkg.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2061d5c0c..3361f0e1f 100755 --- a/debian/rules +++ b/debian/rules @@ -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.44 2003/02/02 21:57:32 doogie Exp $ +# $Id: rules,v 1.45 2003/02/02 22:00:24 doogie 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. @@ -236,7 +236,7 @@ libapt-pkg-dev: build debian/shlibs.local dh_fixperms -p$@ # dh_suidregister -p$@ dh_installdeb -p$@ - dh_gencontrol -p$@ -u -Vlibapt-pkg:provides=$(LIBAPTPKG_PROVIDE) + dh_gencontrol -p$@ -u -Vlibapt-pkg:provides=$(LIBAPTPKG_PROVIDE) -Vlibapt-inst:provides=$(LIBAPTINST_PROVIDE) dh_md5sums -p$@ dh_builddeb -p$@ |