debian/rules |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit d75ef1dfdb0857bf82a3ec6a5db4827981383f11
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Sat May 19 02:58:01 2007 +0300

    debian/rules: various fixes.

diff --git a/debian/rules b/debian/rules
index 6fe134d..db9f8cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# set this to the name of the main shlib's binary package
-PACKAGE = xauth
-
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
@@ -41,8 +38,8 @@ build-stamp:
        ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
                     --infodir=\$${prefix}/share/info $(confflags) \
                     CFLAGS="$(CFLAGS)" 
-                    MANCONF="/etc/manpath.config" && \
-       $(MAKE)) || exit 1
+                    MANCONF="/etc/manpath.config"
+       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) || exit 1
 
        touch build-stamp
 
@@ -55,7 +52,7 @@ clean: xsfclean
        rm -f */config.cache */config.log */config.status
        rm -f conftest* */conftest*
        rm -rf autom4te.cache */autom4te.cache
-       rm -rf *-obj-*
+       rm -rf obj-*
 
        dh_clean
 
@@ -65,7 +62,7 @@ install: build
        dh_clean -k
        dh_installdirs
 
-       cd -obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
 
 # Build architecture-dependent files here.
 binary-arch: build install


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to