Your message dated Tue, 15 Dec 2015 11:00:28 +0000
with message-id <[email protected]>
and subject line Bug#807496: fixed in python-systemd 231-2
has caused the Debian Bug report #807496,
regarding python-systemd: Please provide Python 2 version of python-systemd
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.)


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

Hi,

salt 2015.8.3+ds-1 requires python-systemd since it does not yet support
Python 3. So please provide python-systemd. A patch for that is
attached.

PS: The patch also includes a run of wrap-and-sort.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: [email protected]
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506B.
Geschäftsführer: Andreas Gauger, Achim Weiss.
diff -Nru python-systemd-231/debian/changelog python-systemd-231/debian/changelog
--- python-systemd-231/debian/changelog	2015-10-29 01:55:04.000000000 +0100
+++ python-systemd-231/debian/changelog	2015-12-09 17:11:19.000000000 +0100
@@ -1,3 +1,10 @@
+python-systemd (231-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Introduce python-systemd (Python 2 version).
+
+ -- Benjamin Drung <[email protected]>  Wed, 09 Dec 2015 17:10:51 +0100
+
 python-systemd (231-1) unstable; urgency=medium
 
   [ Martin Pitt ]
diff -Nru python-systemd-231/debian/control python-systemd-231/debian/control
--- python-systemd-231/debian/control	2015-10-29 01:55:04.000000000 +0100
+++ python-systemd-231/debian/control	2015-12-09 17:12:11.000000000 +0100
@@ -2,25 +2,43 @@
 Section: python
 Priority: optional
 Maintainer: Debian systemd Maintainers <[email protected]>
-Uploaders: Michael Biebl <[email protected]>,
-           Martin Pitt <[email protected]>
+Uploaders: Michael Biebl <[email protected]>, Martin Pitt <[email protected]>
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-systemd/python-systemd.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-systemd/python-systemd.git
 Homepage: http://www.freedesktop.org/wiki/Software/systemd
 X-Python3-Version: >=3.1
 Build-Depends: debhelper (>= 9),
+               dh-python,
                libsystemd-dev,
-               python3-all-dev,
-               pkg-config
+               pkg-config,
+               python-all-dev,
+               python3-all-dev
+
+Package: python-systemd
+Section: python
+Priority: optional
+Architecture: linux-any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Python 2 bindings for systemd
+ This package contains Python 2 bindings for native access to the
+ systemd facilities.
+ .
+ Functionality is separated into a number of modules:
+  * systemd.journal supports sending of structured messages to the
+    journal and reading journal files
+  * systemd.daemon wraps parts of libsystemd useful for writing daemons
+    and socket activation
+  * systemd.id128 provides functions for querying machine and boot
+    identifiers and a list of message identifiers provided by systemd
+  * systemd.login wraps parts of libsystemd used to query logged in
+    users and available seats and machines
 
 Package: python3-systemd
 Section: python
 Priority: optional
 Architecture: linux-any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: Python 3 bindings for systemd
  This package contains Python 3 bindings for native access to the
  systemd facilities.
diff -Nru python-systemd-231/debian/rules python-systemd-231/debian/rules
--- python-systemd-231/debian/rules	2015-10-29 01:55:04.000000000 +0100
+++ python-systemd-231/debian/rules	2015-12-09 17:11:36.000000000 +0100
@@ -2,8 +2,9 @@
 
 #export DH_VERBOSE=1
 #export DEB_BUILD_OPTIONS="nostrip"
+export PYBUILD_NAME=systemd
 
 # Explicitly tell dh to use pybuild, otherwise it will pick the
 # makefile build system.
 %:
-	dh $@ --with python3 --buildsystem=pybuild --parallel
+	dh $@ --with python2,python3 --buildsystem=pybuild --parallel

--- End Message ---
--- Begin Message ---
Source: python-systemd
Source-Version: 231-2

We believe that the bug you reported is fixed in the latest version of
python-systemd, 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.
Martin Pitt <[email protected]> (supplier of updated python-systemd 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: Mon, 14 Dec 2015 08:07:44 +0100
Source: python-systemd
Binary: python-systemd python3-systemd
Architecture: source amd64
Version: 231-2
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
 python-systemd - Python 2 bindings for systemd
 python3-systemd - Python 3 bindings for systemd
Closes: 807496
Changes:
 python-systemd (231-2) unstable; urgency=medium
 .
   [ Benjamin Drung ]
   * debian/control: Run wrap-and-sort -a.
   * Add python-systemd (Python 2 version) package. (Closes: #807496)
 .
   [ Martin Pitt ]
   * Add autopkgtest for Python 2 package.
Checksums-Sha1:
 d75899d60414ebe014e3b84eaf60a487d0be1905 2181 python-systemd_231-2.dsc
 c6b014ea317460e708889e8880cd0a9789d96615 2600 
python-systemd_231-2.debian.tar.xz
 354479a648fd1e50ac0fff240640de3f1783c867 30270 python-systemd_231-2_amd64.deb
 2e91b9740526f58a5cc3db8e01c78eec426ef921 31456 python3-systemd_231-2_amd64.deb
Checksums-Sha256:
 ad047f5055fc71ef65f639f0169d7477a74c610a1aa2e33294efbdb1e5962ad1 2181 
python-systemd_231-2.dsc
 f253a49d3015b4cbe6c47323ef7386a94c43a227aa7888aeec493711e1ab33ef 2600 
python-systemd_231-2.debian.tar.xz
 6dc652a347adabb23500688528be0895cc874cd147d0870e48cb48070d542af6 30270 
python-systemd_231-2_amd64.deb
 47d7611f648712322f491e75875d740a0dc0e3be8037f79c3608156faa2577d7 31456 
python3-systemd_231-2_amd64.deb
Files:
 3c75ba15ba053f2c48f20f36fabfbea0 2181 python optional python-systemd_231-2.dsc
 f149386b3f4978ff73dff18ef88c1b10 2600 python optional 
python-systemd_231-2.debian.tar.xz
 334286c708b7705b484b52ef6800d7a2 30270 python optional 
python-systemd_231-2_amd64.deb
 20af71b001b3807be565e814b0c255d3 31456 python optional 
python3-systemd_231-2_amd64.deb

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

iQIcBAEBCAAGBQJWbm0aAAoJENFO8V2v4RNHq3UP/R2SUSTljMq5oCjC+hDC4VBq
V9xuvsXysSzxMOdbD6sVCszkEmpICCjwtHcGH/PQGjLAXWCirUuLW0KJ6vZtkxVX
9hnxRwqziFaLxmuBpJ+u6xwNRg2HORUoDRApjNusSIb9cfNtl+FAuiVobSwfTM1Q
NuhAOsTD/Njoc24LNRj1q8JhbkwUapEAYuL682codyrDd5d4NtQ5syqrGtvdUstz
Kjko40VtKwxEmiI6Yp/xvfl2vxE/aNsd5LigbcY4Vm7nfgP77b1YERvIEir6MR3k
odGmhPbmGjqHd6SdocXpNQOStOyDEO74PZbUqqfpD6gkWKRuVd9P6gK/GUBv5gPo
44IUNv3glUb7zOhhoDE1a4345jJt5vOrPoABc29HSBllNoPFbygdGD1MHvnujtOe
57i6x9w5BjmQ8cKx37HS3cVseVwhao/wO9/CAZMgHVDPRVdAFSN8/LU7jchKMV9M
brZ8WIfp2fBowyRgpl4dZa/ofqRNnyRCVzmd8YyakxykDx4M5N4aE6F/KUQGkByM
r28zEw64KzAU0ALsLlOBI0oGqhAG8ryZeg/z4D3g6bL8i0fL09O2vXIn2C6pi08H
6LqhDB8sXnzzT5eDZcr4234b7+y43bbrRwDDBESs4VGamTYY4SdG5K7wqgSXvsfO
cEoWEUPs9Z4S1IB1Wbwf
=0K3P
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to