r13009 - /desktop/unstable/ekiga/debian/rules
kilian at users.alioth.debian.org
kilian at users.alioth.debian.org
Sat Oct 6 19:58:13 UTC 2007
Author: kilian
Date: Sat Oct 6 19:58:13 2007
New Revision: 13009
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13009
Log:
try to get rid of re-running configure
Modified:
desktop/unstable/ekiga/debian/rules
Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=13009&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules (original)
+++ desktop/unstable/ekiga/debian/rules Sat Oct 6 19:58:13 2007
@@ -82,7 +82,7 @@
DIE=0 REQUIRED_AUTOMAKE_VERSION=1.8 PKG_NAME="ekiga" \
ACLOCAL_FLAGS="-I /usr/share/aclocal" GNOME_DATADIR=/usr/share USE_GNOME2_MACROS=1 \
/usr/bin/gnome-autogen.sh $(confflags) $(confflags_common) \
- --disable-gnome --disable-gdu --disable-avahi --disable-scrollkeeper
+ --disable-maintainer-mode --disable-gnome --disable-gdu --disable-avahi --disable-scrollkeeper
# and the regular one, too
sed -i -e 's#-Os#-O2#' configure.in
CXXFLAGS="$(CXXFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
@@ -91,6 +91,7 @@
touch $@
build: build-stamp
+
build-stamp: config.status
dh_testdir
$(MAKE) -C build-gtkonly
More information about the pkg-gnome-commits
mailing list