Your message dated Tue, 16 Feb 2016 21:54:38 +0000
with message-id <[email protected]>
and subject line Bug#758465: fixed in libproxy 0.4.11-5
has caused the Debian Bug report #758465,
regarding [libproxy] Explicitly build-depend on zlib
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.)
--
758465: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758465
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libproxy
Version: 0.4.11-4
Severity: minor
Tags: patch
Hi,
While looking at the libproxy source for another reason related to
the "Bootstrappable Debian" GSoC project (two more suggested patches
coming up), I noticed that the libmodman test suite tries to link
against zlib. IMHO it's good practice to explicitly build-depend on any
non-essential packages used during the build, even if they are pulled in
indirectly by other dependencies. So what do you think about the
attached patch that adds zlib1g-dev to the list of build dependencies of
libproxy, just to make absolutely certain that it will be there?
If anything should go wrong with this e-mail, the patches are also
available in my Gitorious repository:
https://gitorious.org/roam-debian-bootstrap/libproxy-debian/commits/roam-zlib
Thanks for your work on libproxy!
G'luck,
Peter
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
From b366069db52c1b10a6e1dac4ccc41f595f86c3a6 Mon Sep 17 00:00:00 2001
From: Peter Pentchev <[email protected]>
Date: Sat, 2 Aug 2014 01:55:46 +0300
Subject: [PATCH 1/2] Explicitly build-depend on zlib.
It's used in the libmodman tests.
---
debian/control.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control.in b/debian/control.in
index 06368c1..e36f5e7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9),
gnome-pkg-tools,
netbase,
cmake,
+ zlib1g-dev,
python-all-dev (>= 2.6.6-3~),
network-manager-dev [linux-any],
libdbus-1-dev,
--
2.1.0.rc1
From 5a6044df7c400f7b385ba6f57fe66173396deae5 Mon Sep 17 00:00:00 2001
From: Peter Pentchev <[email protected]>
Date: Sat, 2 Aug 2014 01:56:20 +0300
Subject: [PATCH 2/2] Regenerate the control file.
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index ef270b3..cc432f1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
gnome-pkg-tools,
netbase,
cmake,
+ zlib1g-dev,
python-all-dev (>= 2.6.6-3~),
network-manager-dev [linux-any],
libdbus-1-dev,
--
2.1.0.rc1
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libproxy
Source-Version: 0.4.11-5
We believe that the bug you reported is fixed in the latest version of
libproxy, 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.
Iain Lane <[email protected]> (supplier of updated libproxy 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: Tue, 16 Feb 2016 13:17:41 +0000
Source: libproxy
Binary: libproxy1v5 libproxy1-plugin-gsettings libproxy1-plugin-kconfig
libproxy1-plugin-networkmanager libproxy1-plugin-mozjs libproxy1-plugin-webkit
libproxy-dev libproxy-tools python-libproxy libproxy0.4-cil libproxy-cil-dev
Architecture: source
Version: 0.4.11-5
Distribution: unstable
Urgency: medium
Maintainer: Emilio Pozuelo Monfort <[email protected]>
Changed-By: Iain Lane <[email protected]>
Description:
libproxy-cil-dev - automatic proxy configuration management library (CLI devel)
libproxy-dev - automatic proxy configuration management library (devel)
libproxy-tools - automatic proxy configuration management library (tools)
libproxy0.4-cil - automatic proxy configuration management library (CLI)
libproxy1-plugin-gsettings - automatic proxy configuration management library
(GSettings plugi
libproxy1-plugin-kconfig - automatic proxy configuration management library
(KConfig plugin)
libproxy1-plugin-mozjs - automatic proxy configuration management library
(mozjs plugin)
libproxy1-plugin-networkmanager - automatic proxy configuration management
library (Network Manager
libproxy1-plugin-webkit - automatic proxy configuration management library
(Webkit plugin)
libproxy1v5 - automatic proxy configuration management library (shared)
python-libproxy - automatic proxy configuration management library (python)
Closes: 758465 758466 758467 768435 768437
Changes:
libproxy (0.4.11-5) unstable; urgency=medium
.
[ Peter Pentchev ]
* Add explicit zlib build-dependency (Closes: #758465)
* Break a couple of build dependency loops (Closes: #758466)
* Add build profile annotations to debian/control (Closes: #758467)
.
[ Andreas Henriksson ]
* Build-depend on dpkg-dev (>= 1.17.2) and bump debhelper to >= 9.20140227
- these versions introduced build profiles support.
* Bump Standards-Version to 3.9.5
.
[ Iain Lane ]
* Ack the NMUs, thanks!
* Fix the build profiles syntax to the current version.
*
debian/patches/0001-pacrunner_webkit-allow-linking-against-javascriptcor.patch:
Cherry-pick - allow building against webkit2gtk. Update BDs too.
* Add Enhances: from the plugin packages to the library so that people can
find them easier. (Closes: #768435, #768437)
* Use the substvar we just added to add Depends on our shared package.
Checksums-Sha1:
674041e69d74da7aa61640a66356809e6acb084a 3329 libproxy_0.4.11-5.dsc
de30e4984212017bd8640363588012cc351926b1 9988 libproxy_0.4.11-5.debian.tar.xz
Checksums-Sha256:
61dcfe3e568c3ea482c9440218ac19274693c64c78d8850382f26eb9c9258244 3329
libproxy_0.4.11-5.dsc
bac4502a16b7253e80aff18d16f267ffedf0e8e27c3032dbb6a3333ea5a75dc9 9988
libproxy_0.4.11-5.debian.tar.xz
Files:
ff4951ae67e99251c35bd170c144b073 3329 libs optional libproxy_0.4.11-5.dsc
6cc7c3acc8fb48b225c812040d7515ae 9988 libs optional
libproxy_0.4.11-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWwyG2AAoJEONS1cUcUEHU7PUP/26BRbzclpEdAUoQCukRgdi2
5cqG5hsMrmGEvR9smic1ZQ+56a+Vhdhw5N/Rm2x+Djwsjfvv1Iei5iOpTDeRgmQN
THhPJsZwIQOIqwBeNpuwcTPaib8TCGuyV3QFuXI+KHutukJH3IgmX7QZnDFvB5vm
jJ9qqpcFDfB1302vFqHfhOujVo4iQMyU8VGJAhA7uD2bbhWgjToZOOI/5YoTewcl
mDFMmKCabP7upJ3MBtrf+v1LxZ+QzN7diAi9wj1njC1/0fpSbynSyAgzE6UhkEDm
o1JC1sFmNqMEf/h1jbyy7gnrOAt3eG3u2I0LL6pWXz5DQY66scWkOBoxmlOt0ncv
Ix1P4E9F6L02K5SwEhferboYQFTYscEWKJsgGiJtNMKw77dW5vCRcIg4iWTd3o+F
urATPMnYhfemrqMoANPjnfsr4lirVKj45u8WyFUJJNFlVmTBLIRoD/8WlAeL821h
JrqZHsW9uQIm3zJD8QKE1AsIIQ9cvK25WG6kf9VULd/THp6ZkrXSQZLHKJfR3lV6
grmdWbuDECY75loi6aoKhUV7BaBQMVPMS/+coLvS3gqxfGbC+F+ZFruDfFbJ13oi
ePvgA9rJ5fi5twtJ/EDqwir5LxrQr1amstoJyeIvAeJoHuP7jeJylrkW8fuNP3HI
VZX4AEvzpj85e6JmGogz
=SsDy
-----END PGP SIGNATURE-----
--- End Message ---