Your message dated Thu, 26 Nov 2015 10:02:37 +0000
with message-id <[email protected]>
and subject line Bug#778932: fixed in python-gitdb 0.6.4-3
has caused the Debian Bug report #778932,
regarding Please build the python3 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.)


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

Dear maintainer,

This package supports python3, so it'd be good if it could build the python3
package, besides the python2 one.

Attached there is a patch to do so.

Thanks for maintaining python-gitdb.


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64, armel, armhf, s390x

Kernel: Linux 3.16.0-4-amd64 (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)

-- 
regards,
                        Mattia Rizzolo

GPG Key: 4096R/B9444540 http://goo.gl/I8TMB
more about me:      http://mapreri.org
Launchpad User:     https://launchpad.net/~mapreri
Ubuntu Wiki page:   https://wiki.ubuntu.com/MattiaRizzolo
diff -Nru python-gitdb-0.6.4/debian/changelog python-gitdb-0.6.4/debian/changelog
--- python-gitdb-0.6.4/debian/changelog	2015-02-06 01:03:55.000000000 +0100
+++ python-gitdb-0.6.4/debian/changelog	2015-02-21 17:35:46.000000000 +0100
@@ -1,3 +1,10 @@
+python-gitdb (0.6.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add a python3, force pybuild as a buildsystem
+
+ -- Mattia Rizzolo <[email protected]>  Sat, 21 Feb 2015 17:35:12 +0100
+
 python-gitdb (0.6.4-1) experimental; urgency=medium
 
   * New upstream release addressing failing tests on some platforms
diff -Nru python-gitdb-0.6.4/debian/control python-gitdb-0.6.4/debian/control
--- python-gitdb-0.6.4/debian/control	2015-02-06 01:03:55.000000000 +0100
+++ python-gitdb-0.6.4/debian/control	2015-02-21 22:33:46.000000000 +0100
@@ -9,6 +9,11 @@
 	,git
 	,python-nose
 	,python-smmap
+	,python3-nose
+	,python3-smmap
+	,python3-setuptools
+	,dh-python
+	,python3-all-dev
 Standards-Version: 3.9.6
 Homepage: https://github.com/gitpython-developers/gitdb
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gitdb/trunk/
@@ -25,3 +30,18 @@
  database types necessary to read a complete git repository. These are
  the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
  into the GitDB to combine every aspect of the git database.
+ .
+ This package provides the python2 build.
+
+Package: python3-gitdb
+Architecture: any
+Depends: python3-smmap, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${python3:Provides}
+Description: pure-Python git object database - python3 package
+ The GitDB project implements interfaces to allow read and write access to
+ git repositories. In its core lies the db package, which contains all
+ database types necessary to read a complete git repository. These are
+ the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
+ into the GitDB to combine every aspect of the git database.
+ .
+ This package provides the python3 build.
diff -Nru python-gitdb-0.6.4/debian/rules python-gitdb-0.6.4/debian/rules
--- python-gitdb-0.6.4/debian/rules	2015-02-06 01:03:55.000000000 +0100
+++ python-gitdb-0.6.4/debian/rules	2015-02-21 17:54:38.000000000 +0100
@@ -9,8 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export PYBUILD_NAME=gitdb
+
 %:
-	dh $@  --with python2
+	dh $@  --with python2,python3 --buildsystem pybuild
 
 override_dh_auto_test:
 	mkdir TESTGITDB

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: python-gitdb
Source-Version: 0.6.4-3

We believe that the bug you reported is fixed in the latest version of
python-gitdb, 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.
TANIGUCHI Takaki <[email protected]> (supplier of updated python-gitdb 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: SHA256

Format: 1.8
Date: Wed, 25 Nov 2015 22:44:11 +0900
Source: python-gitdb
Binary: python-gitdb python3-gitdb
Architecture: source amd64
Version: 0.6.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: TANIGUCHI Takaki <[email protected]>
Description:
 python-gitdb - pure-Python git object database (Python 2)
 python3-gitdb - pure-Python git object database (Python 3)
Closes: 778932
Changes:
 python-gitdb (0.6.4-3) unstable; urgency=medium
 .
   [ SVN-Git Migration ]
   * git-dpm config
   * Update Vcs fields for git migration
 .
   [ TANIGUCHI Takaki ]
   * debian/watch: Use pypy.debian.net.
   * Support Python-3 (Closes: #778932)
Checksums-Sha1:
 31cc607b73f2186fea2046d8a32105265e1d539e 2179 python-gitdb_0.6.4-3.dsc
 4689b74c14374d4c41775916efbd4b1957485436 3060 
python-gitdb_0.6.4-3.debian.tar.xz
 f591a4316d716c8243b0a676448126336028ef37 53578 python-gitdb_0.6.4-3_amd64.deb
 8fc7223b7b44914a1dfbe82dfce666b8f7198eaa 53854 python3-gitdb_0.6.4-3_amd64.deb
Checksums-Sha256:
 b5434a2cda252bf352934747807079b48563eb51a3212f20e45612b2241ee5ee 2179 
python-gitdb_0.6.4-3.dsc
 006ac8b5bed869e5e73e04df1ee2a6fffab1e8f3cd77e08ac9b6e4a7ebe1fa6f 3060 
python-gitdb_0.6.4-3.debian.tar.xz
 74ff783511ab03e74cc5b10e9d09695af4d6a1fe367b1af1be7c49847bda48f7 53578 
python-gitdb_0.6.4-3_amd64.deb
 aaae24b4ab15d93b09a8ecc0267342b429a7c3baa768bed7d4e842e78c89af3e 53854 
python3-gitdb_0.6.4-3_amd64.deb
Files:
 6613f61c032b3e32c26a520192d1075d 2179 python extra python-gitdb_0.6.4-3.dsc
 5d0231b082cf442573769bf59b63a745 3060 python extra 
python-gitdb_0.6.4-3.debian.tar.xz
 fab26198df92c48a8829616298950841 53578 python extra 
python-gitdb_0.6.4-3_amd64.deb
 08522ad62205357777160bb2b8b890bd 53854 python extra 
python3-gitdb_0.6.4-3_amd64.deb

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

iQIcBAEBCAAGBQJWVbuBAAoJEMwUn2wopeJX0vIP/iO0LB0iWQ7ldIDastP2obeB
GLguTOhBb8FglRMYQEuwqqM9DCV/0jGYRICrWC2ILjDgcBkh0IiMPvNi8wRhYyx7
t55D+ZFBZAoubhJ0yA6g2upn1kDVfYcA9jKOYPq3jLciO+IiqvKrfsDULJWinBtU
J2hw7G3FObuVNkKl0XZj62VrJsUAgp/MmKUVbxpiKa8UN7Y9LiliY9sliIfl8Q7W
JZRu94gUpVrUGWoRVzhHmg/6zb5mXeDoGjOh+rSB3HD4SGMqrRMTkfNwm7t9nRBz
s0o7kvsWMMCTmWk5TgfeyehONdIWise2RLRQjx/xktmQUB8q+wQrMEd+JQYzLdA9
9T8ZXxEOpFBuZZmpwIYb6931qn1hzOzUu1C6J7y+bkusYk2hB6U12x1jgMKtUPcx
WylRwRRyB6JPPlPiif+uPCQTElouKKLUdxO8Opk5Lj/fkIxZXmqYI+87eatnTvAF
vGI88a9+SNV20xMhH5fiXnR6cQwfk+PUporQx5OrpaPrJOE0qyxJx99+4qSmZ5u9
/6ULGlYHHtEB5I2eQoAYCecZNv4cgKRLhv6LMiUMVhs1XpXbKyVM2qRgp532mV6L
OK0Luds17LKPa0cP+TwZgPLhbPlpSwa1ZIDwtR4MzIZFAGNCQhuIWDCF01f53Q9L
UeHqeJxp1tzVEMIuEPJr
=0TZD
-----END PGP SIGNATURE-----

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

Reply via email to