Your message dated Thu, 04 Aug 2011 06:18:03 +0000
with message-id <[email protected]>
and subject line Bug#631392: fixed in python-debian 0.1.21
has caused the Debian Bug report #631392,
regarding python-debian: convert to dh_python2?
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.)


-- 
631392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631392
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-debian
Version: 0.1.20
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch oneiric

In Ubuntu 11.10, we'd like to eliminate python-support and
python-central from the Python packages on our CDs, and consolidate on
dh_python2:

  https://wiki.ubuntu.com/BarryWarsaw/PythonHelpers
  http://wiki.debian.org/Python/PythonSupportToDHPython2

We don't yet have a consensus on deprecating python-support in Debian.
Nevertheless, dh_python2 is usable as of squeeze.  Would you be willing
to apply this patch to switch to it?

diff --git a/debian/control b/debian/control
index e8ad071..1d5b984 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Uploaders: Adeodato Simó <[email protected]>,
  Reinhard Tartler <[email protected]>,
  Stefano Zacchiroli <[email protected]>,
  John Wright <[email protected]>
-Build-Depends: debhelper (>= 5.0.37.2), python, python-setuptools, 
python-chardet
-Build-Depends-Indep: python-support (>= 0.3)
+Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.6.6-3~), 
python-setuptools, python-chardet
 Standards-Version: 3.8.4
 Vcs-Browser: http://git.debian.org/?p=pkg-python-debian/python-debian.git
 Vcs-Git: git://git.debian.org/git/pkg-python-debian/python-debian.git
+X-Python-Version: >= 2.5
 
 Package: python-debian
 Architecture: all
@@ -22,6 +22,7 @@ Suggests: gpgv
 Provides: python-deb822
 Conflicts: python-deb822
 Replaces: python-deb822
+Breaks: ${python:Breaks}
 Description: Python modules to work with Debian-related data formats
  This package provides Python modules that abstract many formats of Debian
  related files. Currently handled are:
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index b3dc41e..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.5-
diff --git a/debian/rules b/debian/rules
index 740b153..6a11aeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ install: build
        dh_installdirs
 
        # Add here commands to install the package into debian/tmp
-       python setup.py install --root="$(CURDIR)/debian/python-debian" 
--no-compile
+       python setup.py install --root="$(CURDIR)/debian/python-debian" 
--no-compile --install-layout=deb
 
 
 # Build architecture-independent files here.
@@ -66,7 +66,7 @@ binary-indep: build install
 #      dh_install
        dh_compress -Xexamples
        dh_fixperms
-       dh_pysupport -d
+       dh_python2
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol

Thanks,

-- 
Colin Watson                                       [[email protected]]



--- End Message ---
--- Begin Message ---
Source: python-debian
Source-Version: 0.1.21

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

python-debian_0.1.21.dsc
  to main/p/python-debian/python-debian_0.1.21.dsc
python-debian_0.1.21.tar.gz
  to main/p/python-debian/python-debian_0.1.21.tar.gz
python-debian_0.1.21_all.deb
  to main/p/python-debian/python-debian_0.1.21_all.deb



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.
John Wright <[email protected]> (supplier of updated python-debian 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: SHA1

Format: 1.8
Date: Wed, 03 Aug 2011 23:07:17 -0700
Source: python-debian
Binary: python-debian
Architecture: source all
Version: 0.1.21
Distribution: unstable
Urgency: low
Maintainer: Debian python-debian Maintainers 
<[email protected]>
Changed-By: John Wright <[email protected]>
Description: 
 python-debian - Python modules to work with Debian-related data formats
Closes: 597120 597249 625672 627058 627060 627063 631392 632306
Changes: 
 python-debian (0.1.21) unstable; urgency=low
 .
   [ Tshepang Lekhonkhobe ]
   * test_changelog.py: Close open files. (Closes: #625672)
 .
   [ John Wright ]
   * deb822: Allow ':' as the first character of a value.
     (Closes: #597249)
   * deb822: Avoid dumping unparseable data. (Closes: #597120)
   * Clean up deb822.GpgInfo implementation:
     - Change several @staticmethod decorated methods to @classmethod,
       since they call the class constructor.
     - from_sequence now can accept both sequences of newline-terminated
       strings and the output of str.splitlines().
     - from_file now actually calls the from_sequence method.
       (Closes: #627058)
     - from_sequence now makes a copy of the initial args list before
       extending it. (Closes: #627060)
     - Keyrings are no longer checked for accessibility, since gpgv can
       accept keyring arguments that are under the GnuPG home directory,
       regardless of the current directory. (Closes: #627063)
   * deb822.Deb822.gpg_info takes an optional keyrings argument.
   * deb822: Don't interpret lines starting with '#'. (Closes: #632306)
 .
   [ Colin Watson ]
   * Use dh_python2 instead of python-support. (Closes: #631392)
Checksums-Sha1: 
 d55cecd66ac8dd41ede6f7e65b9d89896c9a02ca 1227 python-debian_0.1.21.dsc
 a4216be3f1a8855e5d5784aa9faa08f74a80beb2 184663 python-debian_0.1.21.tar.gz
 28a7477ea774592e8341c4c7dfdc1ed276dc5f5e 61300 python-debian_0.1.21_all.deb
Checksums-Sha256: 
 bdc7c07e18593be4f64fca45fa8a563836980058b0ac3700cc3c9177917bc46a 1227 
python-debian_0.1.21.dsc
 0ca7bf4808e2a056853319122e5f17cea0f62492cb23a7ef910f314f54476dac 184663 
python-debian_0.1.21.tar.gz
 59e38e88cec8d4f9d7432061d1e4f6352913290d14f01e7f21646f4d65b2a774 61300 
python-debian_0.1.21_all.deb
Files: 
 c67928ca46db93ecc378e72082786c51 1227 python optional python-debian_0.1.21.dsc
 dcbf7f8294108f179509c822d1d57caa 184663 python optional 
python-debian_0.1.21.tar.gz
 4886dca98fc3ad8fc84098c9bd44162b 61300 python optional 
python-debian_0.1.21_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk46N+4ACgkQ0UIZh3p4ZWEYegCeJk3BYi8o6ttRv8LHYJx+AXBB
GhkAn335mDkjGRTvmikYGVtibSk4HsWU
=j4Jx
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to