r39556 - /desktop/unstable/libsecret/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 17 00:25:16 UTC 2013


Author: biebl
Date: Tue Sep 17 00:25:16 2013
New Revision: 39556

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39556
Log:
Re-order override_dh_auto_test rule a bit

Modified:
    desktop/unstable/libsecret/debian/rules

Modified: desktop/unstable/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/rules?rev=39556&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/rules	[utf-8] Tue Sep 17 00:25:16 2013
@@ -2,10 +2,6 @@
 
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-
-# Disable tests as they don't work for some reason
-override_dh_auto_test:
-	make -p check || true
 
 %:
 	dh $@ --with autoreconf,gir
@@ -16,3 +12,8 @@
 override_dh_install:
 	find debian/tmp/usr/lib -name *.la -delete
 	dh_install --fail-missing
+
+# Disable tests as they don't work for some reason
+override_dh_auto_test:
+	make -p check || true
+




More information about the pkg-gnome-commits mailing list