[Python-modules-commits] r32364 - in packages/python-dmidecode/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Apr 15 15:22:04 UTC 2015


    Date: Wednesday, April 15, 2015 @ 15:22:03
  Author: morph
Revision: 32364

* debian/rules
  - run tests at build time

Modified:
  packages/python-dmidecode/trunk/debian/changelog
  packages/python-dmidecode/trunk/debian/rules

Modified: packages/python-dmidecode/trunk/debian/changelog
===================================================================
--- packages/python-dmidecode/trunk/debian/changelog	2015-04-15 13:25:34 UTC (rev 32363)
+++ packages/python-dmidecode/trunk/debian/changelog	2015-04-15 15:22:03 UTC (rev 32364)
@@ -1,3 +1,10 @@
+python-dmidecode (3.12.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules
+    - run tests at build time
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 15 Apr 2015 16:21:55 +0100
+
 python-dmidecode (3.12.1-1) experimental; urgency=medium
 
   * New upstream release

Modified: packages/python-dmidecode/trunk/debian/rules
===================================================================
--- packages/python-dmidecode/trunk/debian/rules	2015-04-15 13:25:34 UTC (rev 32363)
+++ packages/python-dmidecode/trunk/debian/rules	2015-04-15 15:22:03 UTC (rev 32364)
@@ -22,3 +22,8 @@
 		$$python     src/setup.py     install --root=debian/$(PACKAGE)     --install-layout=deb ;\
 		$$python-dbg src/setup-dbg.py install --root=debian/$(PACKAGE)-dbg --install-layout=deb ;\
 	done
+
+override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+	$(MAKE) -C unit-tests test
+endif




More information about the Python-modules-commits mailing list