Your message dated Sun, 18 Sep 2016 22:09:23 +0000
with message-id <e1blkh5-0004ts...@franck.debian.org>
and subject line Bug#833180: fixed in python-setproctitle 1.1.10-1
has caused the Debian Bug report #833180,
regarding python-setproctitle: Enable py2 tests for setproctitle and fix 
Linitian copyright error
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 ow...@bugs.debian.org
immediately.)


-- 
833180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-setproctitle
Version: 1.1.8-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu yakkety ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:
  * d/rules: Enable tests for py2. Tests are still disabled for py3, see:
    https://github.com/dvarrazzo/py-setproctitle/issues/50
  * d/copyright: Drop (s) from Upstream Author(s) to fix Lintian error.

Thanks for considering the patch.
Corey Bryant


-- System Information:
Debian Release: stretch/sid
  APT prefers yakkety
  APT policy: (500, 'yakkety')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-31-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
Init: systemd (via /run/systemd/system)
diff -Nru python-setproctitle-1.1.8/debian/copyright python-setproctitle-1.1.8/debian/copyright
--- python-setproctitle-1.1.8/debian/copyright	2014-03-05 14:37:54.000000000 -0500
+++ python-setproctitle-1.1.8/debian/copyright	2016-08-01 14:49:48.000000000 -0400
@@ -4,7 +4,7 @@
 
 It was downloaded from http://pypi.python.org/pypi/setproctitle/
 
-Upstream Author(s):
+Upstream Author:
 
     Daniele Varrazzo <daniele.varra...@gmail.com>
 
diff -Nru python-setproctitle-1.1.8/debian/rules python-setproctitle-1.1.8/debian/rules
--- python-setproctitle-1.1.8/debian/rules	2014-03-05 14:37:54.000000000 -0500
+++ python-setproctitle-1.1.8/debian/rules	2016-08-01 14:49:54.000000000 -0400
@@ -16,22 +16,23 @@
 #	dh_strip --dbg-package=python-setproctitle-dbg
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#
-#override_dh_auto_test: $(PYTHON2:%=test-%-stamp) $(PYTHON3:%=test-%-stamp)
-#test-%-stamp:	
-#	mkdir -p build/test-$*
-#	python$* setup.py build
-#	python$* setup.py install_lib -d build/test-$*
-#ifeq (,$(findstring kfreebsd,$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)))
-#	PYTHONPATH=build/test-$* python$* /usr/bin/nosetests -v tests
-#endif
-#	touch test-python-$*-stamp
-#
-test-python%:
-	true
+
+override_dh_auto_test: $(PYTHON2:%=test-%-stamp) #$(PYTHON3:%=test-%-stamp)
+test-%-stamp:	
+	mkdir -p build/test-$*
+	python$* setup.py build
+	python$* setup.py install_lib -d build/test-$*
+	$(CC) tests/pyrun.c $$(python$*-config --includes --libs) -o tests/pyrun2
+ifeq (,$(findstring kfreebsd,$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)))
+	PYTHONPATH=build/test-$* python$* /usr/bin/nosetests -v tests
+endif
+	touch test-python-$*-stamp
+
+#test-python%:
+#	true
 #	python$* nosetests-$* -v tests
 
-override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
+#override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
 endif
 
 build-python%:

--- End Message ---
--- Begin Message ---
Source: python-setproctitle
Source-Version: 1.1.10-1

We believe that the bug you reported is fixed in the latest version of
python-setproctitle, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 833...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 
(supplier of updated python-setproctitle package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 14 Sep 2016 01:05:17 +0200
Source: python-setproctitle
Binary: python-setproctitle python-setproctitle-dbg python3-setproctitle 
python3-setproctitle-dbg
Architecture: source
Version: 1.1.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Description:
 python-setproctitle - Setproctitle implementation for Python 2
 python-setproctitle-dbg - Setproctitle implementation for Python 2 (debug)
 python3-setproctitle - Setproctitle implementation for Python 3
 python3-setproctitle-dbg - Setproctitle implementation for Python 3 (debug)
Closes: 833180
Changes:
 python-setproctitle (1.1.10-1) unstable; urgency=medium
 .
   * Team upload.
   * Maintain package in git with git-dpm.
   * Change copyright file into DEP-5 format and add myself to copyright.
   * Change build system to pybuild.
   * Build with hardening flags.
   * Bump Standard-Versions to 3.9.8. Nothing to change.
   * Fix some lintian errors in the descriptions and copyright (Closes: 
#833180).
   * Add VCS fields and change homepage to github.
   * Move compat to version 9.
   * New upstream release.
   * Add Multi-Arch:same in control as suggested by dedup.
Checksums-Sha1:
 e6d95eeee524639a0a4c10a73b0223d362295a4e 2408 python-setproctitle_1.1.10-1.dsc
 9331e4cdd416c5d2bd2c1abccd2d9292965e613d 24042 
python-setproctitle_1.1.10.orig.tar.gz
 e9ddbf2be5b81d4de37e5c7f5ed8e9dd3ec67bd6 3428 
python-setproctitle_1.1.10-1.debian.tar.xz
Checksums-Sha256:
 d308d91cee074d65365a395e0dac2183bae044e9a29d485873cda5d798780cf0 2408 
python-setproctitle_1.1.10-1.dsc
 6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 24042 
python-setproctitle_1.1.10.orig.tar.gz
 c73ae382c0ae9c429e20342677abd8791eaa277b31afb5ac014ac1215df61386 3428 
python-setproctitle_1.1.10-1.debian.tar.xz
Files:
 4786ea180a7cca3a41cff0913a3f11ff 2408 python extra 
python-setproctitle_1.1.10-1.dsc
 2dcdd1b761700a5a13252fea3dfd1977 24042 python extra 
python-setproctitle_1.1.10.orig.tar.gz
 52b089e791d2aa7f155440c59f3f77f5 3428 python extra 
python-setproctitle_1.1.10-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJX3u83AAoJEEsEP825REVAFXgP/0kdkMGL6X719MNqKE1FsHpD
2OvgUor0Bs9ONIOqjdDpLZDo6RFRcmqj1UGfNxe2Y/lNHLICSlWAjq2faNowr0Te
ETRXJzIVO5eDS3yCHF8img+Dmm/PYZ+KBknU1x67ucBoxjv6FkcDHwSjGwdOQzey
moop0uJW2JWkYOl95TeNOP06K72DRSFfJIqHi7XJYkGdHOzIa8PqsABcM6DLM0Vn
Xeetu0fvkCQW4P26/ZQeYUXb6QcA7hztsFgK4aCTdK7sMYIdPr+ArUL8b4ldjt9n
Lc6dsGcK7XOONbN8Mmn8nw4s2TpL/SMMSB4TkUt5wdFtK9SbyPFZyNmJrYHAVQOm
q+QY2xFX82Uo4cd/2TSuiduPBaRLlgVDgLVcUKeHkBagyyg+TcN3ZBRWLWuI1GTl
Gbsyj7aX8KC99WYeHgri6KQ0WptA6ExlpE5KSk40M11v27LeFpcx60W4d21Yy2Hn
hQGhiKT/jUws7IiEqzCJCUe4fWrUkn6kgO28768XOTENJOhg9vRm4EBKjsDwoWvy
gRH8hnuqcSKBw/vJPjpB2VyFAuaj5Com6820tMOUB/B0Ir4d3gC/AmzxwIaJTIPA
pg/2W1fDjahlMbz1N1rtZZX98chuKS53WKRNB1CTXJsY2NBnIdy+pYNiEl5oeiHq
ZY2fQ27CBijIIqRqt+ML
=l83I
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to