diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:30 +0000 |
commit | 5d622d510f558981275d6004ec015013dea9cdbf (patch) | |
tree | 05c7ae6421d7d5fa6ff755aa73ced5268dc33288 /debian | |
parent | 40e5a99ac3606b4eaf19e204bcca8bada5c88908 (diff) |
Neuros fix for missing Provides
Author: jgg
Date: 2001-04-17 06:46:13 GMT
Neuros fix for missing Provides
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 99164c183..7cc06d8fc 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.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$@ |