diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:05 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:05 +0000 |
commit | d9a381915a5bc66c979a14940d2bf2de70a1365e (patch) | |
tree | 729f550c9fc92f8d05cd3c1b746ffdf6e180bba4 /debian/rules | |
parent | a296e16581ccb462bb6f134acd85184cfccffba6 (diff) |
- 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)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 4 insertions, 2 deletions
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/* |