Your message dated Sat, 01 Jul 2017 03:05:16 +0000
with message-id <e1dr8ii-000gsp...@fasolo.debian.org>
and subject line Bug#866520: fixed in pcp 3.12.0
has caused the Debian Bug report #866520,
regarding python3-pcp: Incorrect substitution variable causes missing depends
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.)


-- 
866520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866520
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-pcp
Version: 3.11.10
Severity: serious
Tags: patch
Justification: Policy 3.5

There is a separate depends variable for python3, python3:Depends.  Using the
wrong one for python3-pcp is causing the python3 interpreter related depends
to be missing.  Please see the attached patch.  It also removes a few obsolete
items.  The variable python3:Provides has never existed and python:Provides is
not to be used any longer.

Please see the attached patch.  Since the package is otherwise RC buggy and I
don't have time to attend to the other RC bug, I don't intend to NMU (despite
using that format for debian/changelog).

Scott K
diff -Nru pcp-3.11.10/debian/changelog pcp-3.11.10+nmu1/debian/changelog
--- pcp-3.11.10/debian/changelog	2017-05-17 01:45:38.000000000 -0400
+++ pcp-3.11.10+nmu1/debian/changelog	2017-06-29 14:41:31.000000000 -0400
@@ -1,3 +1,10 @@
+pcp (3.11.10+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix subsitution variable in python3-pcp so correct depends are generated
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 29 Jun 2017 14:40:37 -0400
+
 pcp (3.11.10) unstable; urgency=low
 
   * New release (full details in CHANGELOG).
diff -Nru pcp-3.11.10/debian/control pcp-3.11.10+nmu1/debian/control
--- pcp-3.11.10/debian/control	2017-05-17 01:45:38.000000000 -0400
+++ pcp-3.11.10+nmu1/debian/control	2017-06-29 14:40:31.000000000 -0400
@@ -246,7 +246,6 @@
 Section: python
 Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libpcp3 (= ${binary:Version}), libpcp-pmda3 (= ${binary:Version}), libpcp-mmv1 (= ${binary:Version}), libpcp-gui2 (= ${binary:Version}), libpcp-import1 (= ${binary:Version})
-Provides: ${python:Provides} 
 Description: Performance Co-Pilot Python PMAPI module
  The PCP Python module contains the language bindings for
  building Performance Metric API client tools using Python.
@@ -259,8 +258,7 @@
 Package: python3-pcp
 Section: python
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libpcp3 (= ${binary:Version}), libpcp-pmda3 (= ${binary:Version}), libpcp-mmv1 (= ${binary:Version}), libpcp-gui2 (= ${binary:Version}), libpcp-import1 (= ${binary:Version})
-Provides: ${python:Provides} 
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libpcp3 (= ${binary:Version}), libpcp-pmda3 (= ${binary:Version}), libpcp-mmv1 (= ${binary:Version}), libpcp-gui2 (= ${binary:Version}), libpcp-import1 (= ${binary:Version})
 Description: Performance Co-Pilot Python3 PMAPI module
  The PCP Python3 module contains the language bindings for
  building Performance Metric API client tools using Python3.

--- End Message ---
--- Begin Message ---
Source: pcp
Source-Version: 3.12.0

We believe that the bug you reported is fixed in the latest version of
pcp, 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 866...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nathan Scott <nath...@debian.org> (supplier of updated pcp 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: SHA256

Format: 1.8
Date: Fri, 30 Jun 2017 10:30:27 +1000
Source: pcp
Binary: pcp pcp-conf libpcp3-dev libpcp3 libpcp-gui2-dev libpcp-gui2 
libpcp-mmv1-dev libpcp-mmv1 libpcp-pmda3-dev libpcp-pmda3 libpcp-trace2-dev 
libpcp-trace2 libpcp-import1-dev libpcp-import1 libpcp-web1-dev libpcp-web1 
python-pcp python3-pcp libpcp-pmda-perl libpcp-import-perl 
libpcp-logsummary-perl libpcp-mmv-perl pcp-import-sar2pcp 
pcp-import-ganglia2pcp pcp-import-mrtg2pcp pcp-import-sheet2pcp 
pcp-import-iostat2pcp pcp-import-collectl2pcp pcp-export-pcp2graphite 
pcp-export-pcp2influxdb pcp-export-zabbix-agent pcp-doc pcp-testsuite 
pcp-manager pcp-webapi pcp-gui
Architecture: source
Version: 3.12.0
Distribution: unstable
Urgency: low
Maintainer: PCP Development Team <p...@groups.io>
Changed-By: Nathan Scott <nath...@debian.org>
Description:
 libpcp-gui2 - Performance Co-Pilot graphical client tools library
 libpcp-gui2-dev - Performance Co-Pilot graphical client tools library and 
headers
 libpcp-import-perl - Performance Co-Pilot log import Perl module
 libpcp-import1 - Performance Co-Pilot data import library
 libpcp-import1-dev - Performance Co-Pilot data import library and headers
 libpcp-logsummary-perl - Performance Co-Pilot historical log summary module
 libpcp-mmv-perl - Performance Co-Pilot Memory Mapped Value Perl module
 libpcp-mmv1 - Performance Co-Pilot Memory Mapped Value client library
 libpcp-mmv1-dev - Performance Co-Pilot Memory Mapped Value library and headers
 libpcp-pmda-perl - Performance Co-Pilot Domain Agent Perl module
 libpcp-pmda3 - Performance Co-Pilot Domain Agent library
 libpcp-pmda3-dev - Performance Co-Pilot Domain Agent library and headers
 libpcp-trace2 - Performance Co-Pilot application tracing library
 libpcp-trace2-dev - Performance Co-Pilot application tracing library and 
headers
 libpcp-web1 - Performance Co-Pilot data import library
 libpcp-web1-dev - Performance Co-Pilot web tooling
 libpcp3    - Performance Co-Pilot library
 libpcp3-dev - Performance Co-Pilot library and headers
 pcp        - System level performance monitoring and performance management
 pcp-conf   - Performance Co-Pilot runtime configuration
 pcp-doc    - Documentation and tutorial for the Performance Co-Pilot
 pcp-export-pcp2graphite - Tool for exporting data from PCP to Graphite
 pcp-export-pcp2influxdb - Tool for exporting data from PCP to InfluxDB
 pcp-export-zabbix-agent - Module for exporting PCP metrics to Zabbix agent
 pcp-gui    - Visualisation tools for the Performance Co-Pilot toolkit
 pcp-import-collectl2pcp - Tool for importing data from collectl into PCP 
archive logs
 pcp-import-ganglia2pcp - Tool for importing data from ganglia into PCP archive 
logs
 pcp-import-iostat2pcp - Tool for importing data from iostat into PCP archive 
logs
 pcp-import-mrtg2pcp - Tool for importing data from MRTG into PCP archive logs
 pcp-import-sar2pcp - Tool for importing data from sar into PCP archive logs
 pcp-import-sheet2pcp - Tool for importing data from a spreadsheet into PCP 
archive logs
 pcp-manager - Performance Co-Pilot (PCP) manager daemon
 pcp-testsuite - Performance Co-Pilot (PCP) Test Suite
 pcp-webapi - Performance Co-Pilot (PCP) web API service
 python-pcp - Performance Co-Pilot Python PMAPI module
 python3-pcp - Performance Co-Pilot Python3 PMAPI module
Closes: 866520
Changes:
 pcp (3.12.0) unstable; urgency=low
 .
   * New release (full details in CHANGELOG).
   * Fix some python2/python3 packaging issues (closes: #866520)
Checksums-Sha1:
 8ef5d1d1ab7457d33f439630731ef7f83176107a 4235 pcp_3.12.0.dsc
 2ff1a998c7dde3a05fc3454168385c63864bbfbd 12101468 pcp_3.12.0.tar.xz
 3fd36f73f1ae58d76b0e66380a71f392a2afcd9e 12937 pcp_3.12.0_source.buildinfo
Checksums-Sha256:
 caab4f08d43aa1e7d86a131ce6edbb9904843d3f91f5dd92f69bcdf0ed6d5377 4235 
pcp_3.12.0.dsc
 66ce19d17004350aa65312d98f8eaf52598456cba0fc189921b37e82832e645f 12101468 
pcp_3.12.0.tar.xz
 1a38a0ecb7baa6e167c57ff08583addebd7e9d4716e548bb867dda2edf4fd50e 12937 
pcp_3.12.0_source.buildinfo
Files:
 8990bd706ee20cd1c4821b40043b140f 4235 utils extra pcp_3.12.0.dsc
 d4d1223f082c0378c123c05deb927c3e 12101468 utils extra pcp_3.12.0.tar.xz
 49fe08ccc6c3b8473cd934e545bd8c8a 12937 utils extra pcp_3.12.0_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJZVt7VAAoJEP4IQu423YwMP6AP/A//DgXZuODDS62QZd/GyE/k
WWPTyliSqRZKNvwit25FWBlxckWslmoNqiKrm8LSL6R4WN//YCO+nQ6msPRqo2Pp
ugks2ooX0kxrqHH8pqEezeAX5DnzQz0hXfCmoU+qr8n28bTCBPhbKoUXHWP0EacT
C//Msu1S5fWXej1UdBvu+fHmRNCBdStFMTyjZbJWjWT1raP7LKksGx/bqn3enLsH
CBSmYe8kPgpDimgBfj7k1pFMT0evrq7G8aJvapPaZaNjW/zDJMRonjy4QUrYwfq4
JCFOyO9Heh0AaQYdSziYWsUpSh6PP8rLa+49Pw50Fce/b8DI3JcNRnCYqSQJiTKV
2GAf/f3BrSvj77Ne6ypnP91rM/5MaSyv8XWB3W+VBUvCEgOQgGC8k4iADARX2qex
H0EMmflxKuZQkOlGImWASrzQ2ZMl3jp9emFsMzcyxABJN0Sq2zqwh0NqppS/QeHv
IXNL2PPfLemP5DBJW3dZikO9jzvq0Vcegq2JXKJ8X96vx/FTir1Ksfts/AC0mSTR
R91lkBwC+hpP6B3VkgffHpNYdTaDGIERr0YxXIfjG6pL2SXF+h6tMDPpl7G9PPrd
HkVzk75JA+HJAYLdxXrskehwFQ6bXBZqu+Zxnw+tqwxWoAc5jqh2KIkdDurjRw14
pfKWWgWLGNr+IUJGmyvc
=1sjk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to