[Pkg-xfce-commits] r2690 - goodies/xfce4-hdaps/debian
sargentd-guest at alioth.debian.org
sargentd-guest at alioth.debian.org
Thu Feb 12 14:20:08 UTC 2009
Author: sargentd-guest
Date: 2009-02-12 14:20:08 +0000 (Thu, 12 Feb 2009)
New Revision: 2690
Modified:
goodies/xfce4-hdaps/debian/rules
Log:
dont clean configure, we dont run autogen anymore
and skip make check, it fails
Modified: goodies/xfce4-hdaps/debian/rules
===================================================================
--- goodies/xfce4-hdaps/debian/rules 2009-02-12 14:05:07 UTC (rev 2689)
+++ goodies/xfce4-hdaps/debian/rules 2009-02-12 14:20:08 UTC (rev 2690)
@@ -6,16 +6,12 @@
build-stamp: $(QUILT_STAMPFN)
dh build --before dh_auto_configure
dh_auto_configure -- --libexec=/usr/lib LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
- dh build --remaining
+ dh build --before dh_auto_test
+ dh build --after dh_auto_test
touch build-stamp
clean: unpatch
dh clean
- dh_clean INSTALL Makefile.in aclocal.m4 config.guess \
- config.h.in config.sub configure configure.in \
- depcomp icons/48x48/Makefile.in icons/Makefile.in \
- icons/scalable/Makefile.in install-sh missing \
- mkinstalldirs panel-plugin/Makefile.in po/Makefile.in.in
install: build
dh install
More information about the Pkg-xfce-commits
mailing list