[Pkg-tcltk-commits] r1878 - tdom/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Sat Oct 7 20:18:59 UTC 2017


Author: ssoberni-guest
Date: 2017-10-07 20:18:58 +0000 (Sat, 07 Oct 2017)
New Revision: 1878

Modified:
   tdom/trunk/debian/changelog
   tdom/trunk/debian/rules
Log:
Enabled make test during source build

Modified: tdom/trunk/debian/changelog
===================================================================
--- tdom/trunk/debian/changelog	2017-10-07 20:02:50 UTC (rev 1877)
+++ tdom/trunk/debian/changelog	2017-10-07 20:18:58 UTC (rev 1878)
@@ -8,6 +8,7 @@
   * Corrected download URL in debian/watch.
   * Corrected upstream URL in debian/control.
   * Added to the debian/control descriptions (gumbo, JSON).
+  * Override to dh_auto_test so that test suite is picked up correctly.
 
   [ Hector Romojaro ]
   * Multiarch support.

Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules	2017-10-07 20:02:50 UTC (rev 1877)
+++ tdom/trunk/debian/rules	2017-10-07 20:18:58 UTC (rev 1878)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 #export DH_OPTIONS=-v
 
 # Hardening
@@ -147,3 +147,5 @@
 	dh_installdeb
 	tcltk-depends
 
+override_dh_auto_test:
+	(cd unix/; $(MAKE) test)




More information about the Pkg-tcltk-commits mailing list