summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:59:39 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:59:39 +0000
commit0b3e884979228557c0032ae01febe05c490a83ff (patch)
treedbe3eb790b25b8a92f245329c05b03014776f431 /debian
parent6d38ddb8047ac3589fe25fded7df35257fc71ff7 (diff)
Remove debian/copyright during cleaning, and silence ma...
Author: doogie Date: 2002-11-09 06:34:13 GMT Remove debian/copyright during cleaning, and silence make when build/environment.mak doesn't exist.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index ba723b6bc..ffbc7a427 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.38 2002/10/16 05:58:16 jgg Exp $
+# $Id: rules,v 1.39 2002/11/09 06:34:13 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.
@@ -17,7 +17,7 @@
export DH_COMPAT=2
# See below
-include build/environment.mak
+-include build/environment.mak
# Default rule
build:
@@ -108,7 +108,7 @@ clean:
# Add here commands to clean up after the build process.
-$(MAKE) clean
-$(MAKE) distclean
- dh_clean
+ dh_clean debian/copyright
binary-indep: libapt-pkg-doc
# Build architecture-independent files here.