Your message dated Mon, 11 Aug 2014 19:04 -0400
with message-id <2888147.qTpzDN9dA9@scott-latitude-e6320>
and subject line Fixed in 1.3.dfsg2-1
has caused the Debian Bug report #723755,
regarding blinker: Please enable tests during build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
723755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: blinker
Version: 1.2.dfsg1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu saucy ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to run the tests during package
build. Thanks for considering it.
-- System Information:
Debian Release: wheezy/sid
APT prefers saucy-updates
APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.11.0-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru blinker-1.2.dfsg1/debian/changelog blinker-1.2.dfsg1/debian/changelog
diff -Nru blinker-1.2.dfsg1/debian/control blinker-1.2.dfsg1/debian/control
--- blinker-1.2.dfsg1/debian/control 2013-04-15 05:26:01.000000000 -0400
+++ blinker-1.2.dfsg1/debian/control 2013-09-19 11:35:16.000000000 -0400
@@ -2,7 +2,7 @@
Maintainer: Ondřej Surý <[email protected]>
Section: python
Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), python-nose
Standards-Version: 3.9.4
Package: python-blinker
diff -Nru blinker-1.2.dfsg1/debian/rules blinker-1.2.dfsg1/debian/rules
--- blinker-1.2.dfsg1/debian/rules 2013-04-15 05:26:01.000000000 -0400
+++ blinker-1.2.dfsg1/debian/rules 2013-09-19 11:31:08.000000000 -0400
@@ -6,4 +6,5 @@
%:
dh $@ --with python2 --buildsystem=python_distutils
-
+override_dh_auto_test:
+ nosetests
--- End Message ---
--- Begin Message ---
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team