[Pkg-irc-commits] r140 - /packages/atheme-services/trunk/debian/rules

nenolod-guest at users.alioth.debian.org nenolod-guest at users.alioth.debian.org
Sun Jan 20 03:50:46 UTC 2008


Author: nenolod-guest
Date: Sun Jan 20 03:50:46 2008
New Revision: 140

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=140
Log:
More cleanup of the craqful package.
I knew I should have just redone this 100% from scratch.

Modified:
    packages/atheme-services/trunk/debian/rules

Modified: packages/atheme-services/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/atheme-services/trunk/debian/rules?rev=140&op=diff
==============================================================================
--- packages/atheme-services/trunk/debian/rules (original)
+++ packages/atheme-services/trunk/debian/rules Sun Jan 20 03:50:46 2008
@@ -20,8 +20,8 @@
 	CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-fhs-paths --prefix=/ --exec-prefix=/usr --datadir=/usr/share --sysconfdir=/etc/atheme --mandir=\$${prefix}/share/man --bindir=\$${prefix}/usr/sbin --disable-rpath
 	touch $@
 
-build: build-stamp
-build-stamp:  configure
+build: configure-stamp build-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch $@




More information about the Pkg-irc-commits mailing list