[Pkg-cli-libs-commits] r3893 - /packages/libgoogle-data-mono/trunk/debian/rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Wed Nov 5 20:55:06 UTC 2008


Author: raof-guest
Date: Wed Nov  5 20:55:05 2008
New Revision: 3893

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3893
Log:
Use dh properly, rather than relying on internal implementation details

Modified:
    packages/libgoogle-data-mono/trunk/debian/rules

Modified: packages/libgoogle-data-mono/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libgoogle-data-mono/trunk/debian/rules?rev=3893&op=diff
==============================================================================
--- packages/libgoogle-data-mono/trunk/debian/rules (original)
+++ packages/libgoogle-data-mono/trunk/debian/rules Wed Nov  5 20:55:05 2008
@@ -8,7 +8,7 @@
 	# Don't run the tests until I can work out how to only run the
 	# non-internet requiring ones
 	dh build --before dh_auto_test
-	echo dh_auto_test >> debian/libgoogle-gdata-core1.2-cil.debhelper.log
+	dh build --after dh_auto_test
 
 clean: unpatch
 	dh $@




More information about the Pkg-cli-libs-commits mailing list