From d9a381915a5bc66c979a14940d2bf2de70a1365e Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:02:05 +0000 Subject: - Add bug script for collecting configuration info (Clo... Author: mdz Date: 2003-07-21 06:09:12 GMT - Add bug script for collecting configuration info (Closes: #176482) --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 144189189..3ec524cc6 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.49 2003/04/27 06:20:40 doogie Exp $ +# $Id: rules,v 1.50 2003/07/21 06:09:12 mdz 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. @@ -190,7 +190,7 @@ apt: build debian/shlibs.local dh_testdir -p$@ dh_testroot -p$@ dh_clean -p$@ -k - dh_installdirs -p$@ /usr/share + dh_installdirs -p$@ /usr/share/bug/$@ # # apt install # @@ -208,6 +208,8 @@ apt: build debian/shlibs.local cp $(BLD)/scripts/dselect/* debian/apt/usr/lib/dpkg/methods/apt/ cp -r $(BLD)/locale debian/apt/usr/share/ + cp debian/bugscript debian/apt/usr/share/bug/apt/script + # head -n 500 ChangeLog > debian/ChangeLog dh_installexamples -p$@ $(BLD)/docs/examples/* -- cgit v1.2.3