diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:17 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:17 +0000 |
commit | c331f7458307a2c2bae9cff53c0b0218422d8d84 (patch) | |
tree | 6897220cfd69306bc1f4daafb77057740da7081e /debian/rules | |
parent | 2baea622a52a27dffa4dd650895791e1c0a225ae (diff) |
Remove debug
Author: mdz
Date: 2003-12-21 00:23:57 GMT
Remove debug
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index ec0150165..504120f81 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.57 2003/12/21 00:22:51 mdz Exp $ +# $Id: rules,v 1.58 2003/12/21 00:23:57 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. @@ -104,7 +104,6 @@ build/configure-stamp: configure build/build-stamp: build/configure-stamp # Add here commands to compile the package. - echo "*************** PATH IS $(PATH) **************" $(MAKE) binary touch $@ |