[Python-modules-commits] r18831 - in packages/flufl.bounce/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Oct 6 18:36:22 UTC 2011


    Date: Thursday, October 6, 2011 @ 18:36:21
  Author: piotr
Revision: 18831

respect DEB_BUILD_OPTIONS=nocheck
few cosmetic changes

Modified:
  packages/flufl.bounce/trunk/debian/changelog
  packages/flufl.bounce/trunk/debian/control
  packages/flufl.bounce/trunk/debian/rules

Modified: packages/flufl.bounce/trunk/debian/changelog
===================================================================
--- packages/flufl.bounce/trunk/debian/changelog	2011-10-06 16:51:37 UTC (rev 18830)
+++ packages/flufl.bounce/trunk/debian/changelog	2011-10-06 18:36:21 UTC (rev 18831)
@@ -5,10 +5,6 @@
     - Add Vcs-* fields.
 
   [ Barry Warsaw ]
-  * debian/control:
-    - Add ${sphinxdoc:Depends} to Depends.
-  * debian/python-flufl.bounce.pyremove
-    - Do not install several files used only during the build process.
   * Initial release (closes: #638861)
 
  -- Barry Warsaw <barry at python.org>  Thu, 06 Oct 2011 10:29:37 -0400

Modified: packages/flufl.bounce/trunk/debian/control
===================================================================
--- packages/flufl.bounce/trunk/debian/control	2011-10-06 16:51:37 UTC (rev 18830)
+++ packages/flufl.bounce/trunk/debian/control	2011-10-06 18:36:21 UTC (rev 18831)
@@ -24,4 +24,4 @@
 Description: email bounce detectors
  This library provides a set of heuristics and an API for detecting the
  original bouncing email addresses from a bounce message.  Many formats found
- in the wild are supported, as are VERP_ and RFC 3464 (DSN_).
+ in the wild are supported, as are VERP and RFC 3464 (DSN).

Modified: packages/flufl.bounce/trunk/debian/rules
===================================================================
--- packages/flufl.bounce/trunk/debian/rules	2011-10-06 16:51:37 UTC (rev 18830)
+++ packages/flufl.bounce/trunk/debian/rules	2011-10-06 18:36:21 UTC (rev 18831)
@@ -6,7 +6,10 @@
 	dh $@ --with python2,sphinxdoc
 
 test-python%:
+	-
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	python$* setup.py test -vv
+endif
 
 override_dh_auto_test: $(PYTHON2:%=test-python%)
 




More information about the Python-modules-commits mailing list