Your message dated Mon, 10 Aug 2015 10:00:33 +0000
with message-id <[email protected]>
and subject line Bug#761465: fixed in python-publicsuffix 1.1.0-1
has caused the Debian Bug report #761465,
regarding python-publicsuffix: Please add support for Python3 to the package
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.)


-- 
761465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761465
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-publicsuffix
Version: 1.0.5-1
Severity: wishlist
Tags: patch

Please see the attached patch for adding a python3 binary.  I did adjust the
short and long descriptions slightly so that the python and python3
descriptions would be different.

Scott K
diff -Nru python-publicsuffix-1.0.5/debian/changelog python-publicsuffix-1.0.5/debian/changelog
--- python-publicsuffix-1.0.5/debian/changelog	2014-03-21 03:30:18.000000000 -0400
+++ python-publicsuffix-1.0.5/debian/changelog	2014-09-13 23:25:14.000000000 -0400
@@ -1,3 +1,9 @@
+python-publicsuffix (1.0.5-2) UNRELEASED; urgency=medium
+
+  * Add support for python3 (python3-publicsuffix)
+
+ -- Scott Kitterman <[email protected]>  Sat, 13 Sep 2014 23:24:30 -0400
+
 python-publicsuffix (1.0.5-1) unstable; urgency=medium
 
   [ Tomaz Solc ]
diff -Nru python-publicsuffix-1.0.5/debian/control python-publicsuffix-1.0.5/debian/control
--- python-publicsuffix-1.0.5/debian/control	2014-03-21 03:17:13.000000000 -0400
+++ python-publicsuffix-1.0.5/debian/control	2014-09-13 23:23:52.000000000 -0400
@@ -2,7 +2,7 @@
 Maintainer: Evgeni Golov <[email protected]>
 Section: python
 Priority: optional
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7.0.50~)
+Build-Depends: python-all (>= 2.6.6-3), python3-all, dh-python, debhelper (>= 7.0.50~)
 Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/publicsuffix
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-publicsuffix.git
@@ -11,9 +11,22 @@
 Package: python-publicsuffix
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, publicsuffix
-Description: get a public suffix for a domain name using the Public Suffix List
- This module allows you to get the public suffix of a domain name using the
- Public Suffix List from http://publicsuffix.org.
+Description: Python module to get a domain suffix using the Public Suffix List
+ This Python module allows you to get the public suffix of a domain name using
+ the Public Suffix List from http://publicsuffix.org.
+ .
+ A public suffix is one under which Internet users can directly register
+ names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
+ Accurately knowing the public suffix of a domain is useful when handling
+ web browser cookies, highlighting the most important part of a domain name
+ in a user interface or sorting URLs by web site.
+
+Package: python3-publicsuffix
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, publicsuffix
+Description: Python3 module to get a domain suffix using the Public Suffix List
+ This Python3 module allows you to get the public suffix of a domain name
+ using the Public Suffix List from http://publicsuffix.org.
  .
  A public suffix is one under which Internet users can directly register
  names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
diff -Nru python-publicsuffix-1.0.5/debian/rules python-publicsuffix-1.0.5/debian/rules
--- python-publicsuffix-1.0.5/debian/rules	2014-03-21 03:12:44.000000000 -0400
+++ python-publicsuffix-1.0.5/debian/rules	2014-09-13 23:34:22.000000000 -0400
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=publicsuffix
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install
-	$(RM) $(CURDIR)/debian/python-publicsuffix/usr/lib/python*/dist-packages/publicsuffix.txt
+	$(RM) $(CURDIR)/debian/python*-publicsuffix/usr/lib/python*/dist-packages/publicsuffix.txt

--- End Message ---
--- Begin Message ---
Source: python-publicsuffix
Source-Version: 1.1.0-1

We believe that the bug you reported is fixed in the latest version of
python-publicsuffix, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Evgeni Golov <[email protected]> (supplier of updated python-publicsuffix 
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 [email protected])


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

Format: 1.8
Date: Sun, 09 Aug 2015 20:17:03 +0200
Source: python-publicsuffix
Binary: python-publicsuffix python3-publicsuffix
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Evgeni Golov <[email protected]>
Changed-By: Evgeni Golov <[email protected]>
Description:
 python-publicsuffix - Python module to get a domain suffix using the Public 
Suffix List
 python3-publicsuffix - Python3 module to get a domain suffix using the Public 
Suffix Lis
Closes: 761465
Changes:
 python-publicsuffix (1.1.0-1) unstable; urgency=medium
 .
   [ Scott Kitterman ]
   * Add support for python3 (python3-publicsuffix) Closes: #761465
 .
   [ Evgeni Golov ]
   * Import new upstream release
   * update d/watch, thanks PyPI!
   * adjust use_global_publicsuffix_list.patch to 1.1.0
   * ignore tox.ini, it's in git but not in the tarball
   * remove publicsuffix/public_suffix_list.dat instead of publicsuffix.txt
   * skip network tests
   * fix wildcard tests, cy does not have a wildcard entry enymore
   * Standards-Version: 3.9.6
   * add publicsuffix to B-D, needed for tests
   * update d/copyright
   * add setuptools to B-D
   * add depends on pkg-resources
   * enable autopkgtests
Checksums-Sha1:
 c6b9ae402e59cd715417b5f1229b4ed25b4f0d6c 2157 python-publicsuffix_1.1.0-1.dsc
 8069607badf32dc45dd00b474159ba2056ed2767 61602 
python-publicsuffix_1.1.0.orig.tar.gz
 bc75ea07f8b62602dc38b308557eb807c2c57af7 8376 
python-publicsuffix_1.1.0-1.debian.tar.xz
 f983bc9ab62a09c7a1bd68546c109db6dc095eeb 11530 
python-publicsuffix_1.1.0-1_all.deb
 0225b07e7ff57e7c04cd2b4159af187f9397c3e4 11598 
python3-publicsuffix_1.1.0-1_all.deb
Checksums-Sha256:
 93d99edc468a8fefbacc15b5635bbbcae874c2911b476c5f366d4224130b5f23 2157 
python-publicsuffix_1.1.0-1.dsc
 ae77593d269e1e5131723259cc1142c25690c20c59f2e98f67e227228028bda9 61602 
python-publicsuffix_1.1.0.orig.tar.gz
 f7ebf7631a79c1eaed2d969f9f1995778b065d9b6a9d604201e258af179a29f9 8376 
python-publicsuffix_1.1.0-1.debian.tar.xz
 5ef9108a3f1456f45fa9027a8088c03bffaf3ed7757356c071bcf999ae4ef140 11530 
python-publicsuffix_1.1.0-1_all.deb
 9afc1765aacde214360ba510b169326148addca6e5a41c2ba4ca1fe2460e51e7 11598 
python3-publicsuffix_1.1.0-1_all.deb
Files:
 f9078873112c67abfbce7b05a3d6dd0f 2157 python optional 
python-publicsuffix_1.1.0-1.dsc
 3342905389812d4ad7e6c50699eba6b4 61602 python optional 
python-publicsuffix_1.1.0.orig.tar.gz
 6fa37785f97d851dd93216e6734c8ee6 8376 python optional 
python-publicsuffix_1.1.0-1.debian.tar.xz
 9efb3b0d24ffa82b643e69543e72ac46 11530 python optional 
python-publicsuffix_1.1.0-1_all.deb
 dad5098fc5d3aecb1aff2d59477871ff 11598 python optional 
python3-publicsuffix_1.1.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJVx5nFAAoJEKGwm0IzOWHozKIQAOuF3nfbAibdEFzaO2Iy8LYo
gO0jUiF0NYNQwhmzwMLt+SjobQE1RL33884zECFh8dffTMeKWOSjpktEy9WiKCWI
qPKuzTOKfIQWpcxqGvoX0bEyKKHiHM46csn7UP6Xqz/J617JWcJ8q/ufa6tbAhT3
a/0sxYhpn3qUynHlXzqMHAUOWgPbaZfwRwTbyNHXp7LsQbxLXvTohPZGc7VpzBHz
B8jLFaSAS/wgdldTbKA1EHMMrjrA9yC1h237MTSocJK5C5qugnne4kYq/r1rAdhh
10Yggbn5ZZSKm8c3+9D0b4jXQHApCWXfa+Edli6kQW93ntjq4aXfffXaYQXzjuVE
cnnVFC/0N2mia8eBu5J/ahNWCXqu8bvvyx4ny8q+77DFze0amiOr0UTsQvvYq99y
i2kGTgiqKOSyXU4z6qkpNBnTB1tORleNrPH9HZ3MTBI2cyWLPI4EhmFbV2Y+xFj6
RVG5Scdujdx9FPMFLRrOesOpcV1LSWeRLv3sW/OSxnKhOMqBfIJpVbWlEgaEJxDr
NgIE40hFKxbzwJ1cw+jO8L8DnniUV/PkPGQQ4dzO1Ney7NZmGt4l0EieCr6LV24E
aEQi8Rksu2H7jA3KLgQKj92MbiKFJVRzZ8Xn9/SQdXbfVjdmlaSgSicBH4yXjiuE
OSpXOqvIsCswYLHpimKP
=N02J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to