]> git.saurik.com Git - apt.git/commitdiff
Remove leading blank line.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:53 +0000 (16:59 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:53 +0000 (16:59 +0000)
Author: doogie
Date: 2002-11-10 00:11:32 GMT
Remove leading blank line.

debian/changelog
debian/rules

index bec05281c70990014a7a78c29a49bc222c629b95..a25ea8e96cacc7c9f397b7f1904c1e715b5e3231 100644 (file)
@@ -1,4 +1,3 @@
-
 apt (0.5.5) unstable; urgency=low
 
   * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
index 6599a0d1dc7ec0196e30e50295d0e35d9b05dac8..addd653e27880ab3c5855ff81627a50e3c8d5c1a 100755 (executable)
@@ -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.41 2002/11/09 20:21:54 doogie Exp $
+# $Id: rules,v 1.42 2002/11/10 00:11:32 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.
@@ -108,7 +108,7 @@ ifneq ($(wildcard /usr/share/misc/config.guess),)
        cp -a /usr/share/misc/config.guess buildlib/config.guess
        echo Updating buildlib/config.guess
 endif
-       (cd build; ../configure $(confflags))
+       cd build && ../configure $(confflags)
        touch $@
 
 build/build-stamp: build/configure-stamp