r50891 - in /desktop/unstable/d-conf/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 18:05:49 UTC 2016


Author: biebl
Date: Tue Sep 20 18:05:49 2016
New Revision: 50891

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50891
Log:
Run the test-suite but don't make it fatal yet. Needs further tweaks to
run successfully in a build chroot.

Modified:
    desktop/unstable/d-conf/debian/changelog
    desktop/unstable/d-conf/debian/rules

Modified: desktop/unstable/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/changelog?rev=50891&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog	[utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog	[utf-8] Tue Sep 20 18:05:49 2016
@@ -2,6 +2,8 @@
 
   * Convert from cdbs to dh.
   * Bump debhelper compat level to 10.
+  * Run the test-suite but don't make it fatal yet. Needs further tweaks to
+    run successfully in a build chroot.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 19:38:48 +0200
 

Modified: desktop/unstable/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/rules?rev=50891&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/rules	[utf-8] (original)
+++ desktop/unstable/d-conf/debian/rules	[utf-8] Tue Sep 20 18:05:49 2016
@@ -21,3 +21,6 @@
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V -- -c4
+
+override_dh_auto_test:
+	dh_auto_test || true




More information about the pkg-gnome-commits mailing list