summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:48 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:48 +0000
commit9b2e67ebe6ba24063d675f0c321098427fabe05b (patch)
tree3f50cf8f0bf622a6a4e3d3fcd9112e57e12cbdac /debian/rules
parent418349f014b591678219381ea88c36ed21e02b54 (diff)
Fixed the not-apt bugs
Author: jgg Date: 2001-04-29 05:49:27 GMT Fixed the not-apt bugs
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7cc06d8fc..657acee1f 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.32 2001/04/17 06:46:13 jgg Exp $
+# $Id: rules,v 1.33 2001/04/29 05:49:27 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.
@@ -89,6 +89,7 @@ configure: configure.in
build/configure-stamp: configure
dh_testdir
-mkdir build
+ cp COPYING debian/copyright
(cd build; ../configure)
touch $@