[Python-apps-commits] r9677 - in packages/cloud-init/trunk/debian (changelog rules)

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Sun May 26 23:17:32 UTC 2013


    Date: Sunday, May 26, 2013 @ 23:17:30
  Author: plessy
Revision: 9677

Patch from Thomas Goirand.

Message-ID: <51A23899.9050502 at debian.org>

Modified:
  packages/cloud-init/trunk/debian/changelog
  packages/cloud-init/trunk/debian/rules

Modified: packages/cloud-init/trunk/debian/changelog
===================================================================
--- packages/cloud-init/trunk/debian/changelog	2013-05-26 02:38:57 UTC (rev 9676)
+++ packages/cloud-init/trunk/debian/changelog	2013-05-26 23:17:30 UTC (rev 9677)
@@ -1,4 +1,4 @@
-cloud-init (0.7.2-1) UNRELEASED; urgency=low
+cloud-init (0.7.2-2) UNRELEASED; urgency=low
 
   * New upstream release.
 
@@ -10,8 +10,11 @@
   * Normalised debian/control with config-model-edit (this drops some
     constraints on packages versions that are satisfied even in oldstable).
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:04:56 +0200
+  [ Thomas Goirand ]
+  * Made the "make test" respect DEB_BUILD_OPTIONS=nocheck.
 
+ -- Thomas Goirand <zigo at debian.org>  Sun, 26 May 2013 16:29:45 +0000
+
 cloud-init (0.7.1-3) unstable; urgency=low
 
   * Depends on python-prettytable

Modified: packages/cloud-init/trunk/debian/rules
===================================================================
--- packages/cloud-init/trunk/debian/rules	2013-05-26 02:38:57 UTC (rev 9676)
+++ packages/cloud-init/trunk/debian/rules	2013-05-26 23:17:30 UTC (rev 9677)
@@ -7,9 +7,11 @@
 	dh_install
 	rm -rf debian/cloud-init/usr/lib/python?.?/dist-packages/tests
 
+ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	dh_auto_test
 	$(MAKE) test
+endif
 
 override_dh_installinit:
 	dh_installinit --no-start --no-restart-on-upgrade




More information about the Python-apps-commits mailing list