Your message dated Fri, 27 Nov 2015 16:20:47 +0000
with message-id <[email protected]>
and subject line Bug#798709: fixed in packagekit 1.0.11-1
has caused the Debian Bug report #798709,
regarding packagekit: FTBFS against APT from experimental
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.)
--
798709: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798709
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: packagekit
Version: 1.0.8-1
Severity: important
Control: tag -1 sid stretch
Dear Maintainer,
During a rebuild of your package against APT 1.1 from experimental, which
we intend to upload to unstable soon, your package failed to build from
source.
I attached a patch that makes it compile further, but it's not complete
yet, as pkgAcqFileSane needs to be changed or replaced.
If you have questions, join #debian-apt on OFTC or send us
a mail to [email protected]
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (900, 'unstable'), (100, 'experimental'), (1,
'buildd-experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
--
Julian Andres Klode - Debian Developer, Ubuntu Member
See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
Be friendly, do not top-post, and follow RFC 1855 "Netiquette".
- If you don't I might ignore you.
diff -Nru packagekit-1.0.8/debian/changelog packagekit-1.0.8/debian/changelog
--- packagekit-1.0.8/debian/changelog 2015-08-28 18:03:08.000000000 +0200
+++ packagekit-1.0.8/debian/changelog 2015-09-11 21:56:58.000000000 +0200
@@ -1,3 +1,9 @@
+packagekit (1.0.8-2) UNRELEASED; urgency=medium
+
+ * Add support for APT 1.1
+
+ -- Julian Andres Klode <[email protected]> Fri, 11 Sep 2015 21:56:51 +0200
+
packagekit (1.0.8-1) unstable; urgency=medium
* New upstream release: 1.0.8
diff -Nru packagekit-1.0.8/debian/patches/99_apt_1.1.patch packagekit-1.0.8/debian/patches/99_apt_1.1.patch
--- packagekit-1.0.8/debian/patches/99_apt_1.1.patch 1970-01-01 01:00:00.000000000 +0100
+++ packagekit-1.0.8/debian/patches/99_apt_1.1.patch 2015-09-11 22:03:25.000000000 +0200
@@ -0,0 +1,72 @@
+--- a/backends/aptcc/deb-file.cpp
++++ b/backends/aptcc/deb-file.cpp
+@@ -38,8 +38,6 @@ DebFile::DebFile(const string &filename)
+ } else {
+ m_isValid = true;
+ }
+-
+- m_controlData = m_extractor->Section;
+ }
+
+ bool DebFile::isValid() const
+@@ -54,27 +52,27 @@ string DebFile::filePath() const
+
+ string DebFile::packageName() const
+ {
+- return m_controlData.FindS("Package");
++ return m_extractor->Section.FindS("Package");
+ }
+
+ string DebFile::sourcePackage() const
+ {
+- return m_controlData.FindS("Source");
++ return m_extractor->Section.FindS("Source");
+ }
+
+ string DebFile::version() const
+ {
+- return m_controlData.FindS("Version");
++ return m_extractor->Section.FindS("Version");
+ }
+
+ string DebFile::architecture() const
+ {
+- return m_controlData.FindS("Architecture");
++ return m_extractor->Section.FindS("Architecture");
+ }
+
+ string DebFile::conflicts() const
+ {
+- return m_controlData.FindS("Conflicts");
++ return m_extractor->Section.FindS("Conflicts");
+ }
+
+ string DebFile::summary() const
+@@ -87,7 +85,7 @@ string DebFile::summary() const
+
+ string DebFile::description() const
+ {
+- return m_controlData.FindS("Description");
++ return m_extractor->Section.FindS("Description");
+ }
+
+ bool DebFile::check()
+--- a/backends/aptcc/deb-file.h
++++ b/backends/aptcc/deb-file.h
+@@ -23,6 +23,8 @@
+ #ifndef DEB_FILE_H
+ #define DEB_FILE_H
+
++// FIXME: Hack for APT 1.1 pre-releases, remove
++#include <stdint.h>
+ #include <apt-pkg/debfile.h>
+
+ using std::string;
+@@ -50,7 +52,6 @@ public:
+ private:
+ string m_filePath;
+ debDebFile::MemControlExtract *m_extractor;
+- pkgTagSection m_controlData;
+ string m_errorMsg;
+ bool m_isValid;
+ };
diff -Nru packagekit-1.0.8/debian/patches/series packagekit-1.0.8/debian/patches/series
--- packagekit-1.0.8/debian/patches/series 2015-08-28 18:03:08.000000000 +0200
+++ packagekit-1.0.8/debian/patches/series 2015-09-11 21:56:16.000000000 +0200
@@ -4,3 +4,4 @@
02_add-vapi-metadata.patch
03_critical-warnings.patch
04_dont-assume-time_t-is-long.patch
+99_apt_1.1.patch
--- End Message ---
--- Begin Message ---
Source: packagekit
Source-Version: 1.0.11-1
We believe that the bug you reported is fixed in the latest version of
packagekit, 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.
Matthias Klumpp <[email protected]> (supplier of updated packagekit 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: Fri, 27 Nov 2015 15:46:22 +0100
Source: packagekit
Binary: packagekit packagekit-tools packagekit-docs libpackagekit-glib2-18
libpackagekit-glib2-dev gir1.2-packagekitglib-1.0 packagekit-gtk3-module
gstreamer1.0-packagekit browser-plugin-packagekit packagekit-command-not-found
packagekit-dbg
Architecture: source amd64 all
Version: 1.0.11-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp <[email protected]>
Changed-By: Matthias Klumpp <[email protected]>
Description:
browser-plugin-packagekit - Plugin to install missing plugins using PackageKit
gir1.2-packagekitglib-1.0 - GObject introspection data for the PackageKit GLib
library
gstreamer1.0-packagekit - GStreamer plugin to install codecs using PackageKit
libpackagekit-glib2-18 - Library for accessing PackageKit using GLib
libpackagekit-glib2-dev - Library for accessing PackageKit using GLib
(development files)
packagekit - Provides a package management service
packagekit-command-not-found - Offer to install missing programs automatically
packagekit-dbg - Debugging symbols for PackageKit
packagekit-docs - Documentation for PackageKit
packagekit-gtk3-module - Install fonts automatically using PackageKit
packagekit-tools - Provides PackageKit command-line tools
Closes: 794697 798709
Changes:
packagekit (1.0.11-1) unstable; urgency=medium
.
* New upstream release: 1.0.11
- Reworked downloading of changelogs (Closes: #794697)
- Works with APT 1.1 now (Closes: #798709)
* Update .symbols file
Checksums-Sha1:
5564104acb159d60192e850c8639f5aab140de25 3239 packagekit_1.0.11-1.dsc
d0c49dc17a3073c36a3fffa8a1b8a5c2923161ae 1427404 packagekit_1.0.11.orig.tar.xz
0680bbb46ffb90f4a8cc8b03f87c8ba5d57ba9ac 21528
packagekit_1.0.11-1.debian.tar.xz
9f45a4291cedd7425156a7a596a2c7aac59f8285 32304
browser-plugin-packagekit_1.0.11-1_amd64.deb
52af36feac3a808682c8ca911e4fc2a5a66ba6db 33576
gir1.2-packagekitglib-1.0_1.0.11-1_amd64.deb
bd6e5401ee137ba7d1501e6c964dc32edc0bef3c 20910
gstreamer1.0-packagekit_1.0.11-1_amd64.deb
9410b4365e974176f1c90fb99038a0aa705b9e56 110930
libpackagekit-glib2-18_1.0.11-1_amd64.deb
f50b4c16e79ce652277b19bb6904558a7670d649 67416
libpackagekit-glib2-dev_1.0.11-1_amd64.deb
462189cac32fbe2c9dcd04657e8b4fb11701d47e 28468
packagekit-command-not-found_1.0.11-1_amd64.deb
1f50750395281a947368f13f13a9f667594c4a2f 1594182
packagekit-dbg_1.0.11-1_amd64.deb
0465061f3a0e0bca1aa7e0e795dc0621a6d5f9a8 383198
packagekit-docs_1.0.11-1_all.deb
2690fc82db285dfbce679ebd6d01291728e1fcde 20430
packagekit-gtk3-module_1.0.11-1_amd64.deb
254162cf3bf9445bec765e448ca0622a7fd8287e 44130
packagekit-tools_1.0.11-1_amd64.deb
cd5dc001b70c695ac068c912b4e45d2ab1a7fb74 551204 packagekit_1.0.11-1_amd64.deb
Checksums-Sha256:
2035be7244999017be9d6a9b5636ef744f7321ba01703f5e353ded7ae1b650eb 3239
packagekit_1.0.11-1.dsc
bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7 1427404
packagekit_1.0.11.orig.tar.xz
bf66785b0f50e7186ada52b5db9e3f2791519fdb6ebc4f81ce72645cb7930a0c 21528
packagekit_1.0.11-1.debian.tar.xz
eaf18f23685085ad475df73cd69c0522ca4476dfddcfafa5dcd26f625a75ee47 32304
browser-plugin-packagekit_1.0.11-1_amd64.deb
3ffefaa68bbee892b98f1c717c8cdcc6432e1f1e00d0545e519e53b8f8516631 33576
gir1.2-packagekitglib-1.0_1.0.11-1_amd64.deb
580c508241b534d5905cf945402c07f2696ad37e946602e12f98116c5875d7a9 20910
gstreamer1.0-packagekit_1.0.11-1_amd64.deb
5864a664588d4e2f3d3fd4851fd118235062acd7760295fc8970fe94a67320a2 110930
libpackagekit-glib2-18_1.0.11-1_amd64.deb
141a1ec6a6eb21a7dec99655ba17b27fc9e69a404661472b4f04af46ce784ed9 67416
libpackagekit-glib2-dev_1.0.11-1_amd64.deb
603734365ef3b3441a7b455e17a666f131285a33d0032a9f3bfaacb22f4128d6 28468
packagekit-command-not-found_1.0.11-1_amd64.deb
4b5c33ce648a1c3301a12dcacfe0ff40f0bf5a492daf64953bbbafae0e04e455 1594182
packagekit-dbg_1.0.11-1_amd64.deb
4b5079ae0cc707881864c412cf8ee35c4ca2ffbbc6b32c24ea4ef1843a5536bc 383198
packagekit-docs_1.0.11-1_all.deb
2e16c253f15846382ce3218befd1753afa45723d3e1f3451a3a0031130273dcd 20430
packagekit-gtk3-module_1.0.11-1_amd64.deb
90a48f12db2a20309b681ffc82a0943634d257c443fec02a707bb4a0d3846e35 44130
packagekit-tools_1.0.11-1_amd64.deb
b8a1137209aa837f1b25120864aa876056562f2d47c2e50ac77188947a285893 551204
packagekit_1.0.11-1_amd64.deb
Files:
715bb33530421747848e2913695e027c 3239 admin optional packagekit_1.0.11-1.dsc
f7ab847e87328d4bee155bcada10dcba 1427404 admin optional
packagekit_1.0.11.orig.tar.xz
c7e1f65ca831d73f6b74879103bbcb32 21528 admin optional
packagekit_1.0.11-1.debian.tar.xz
b440fa8a8c271a132bd3590e41e9eb23 32304 web optional
browser-plugin-packagekit_1.0.11-1_amd64.deb
a2c1bd42603921429169e042bb9c082c 33576 introspection optional
gir1.2-packagekitglib-1.0_1.0.11-1_amd64.deb
1930244abfbfd51436ff2f9d2c14b270 20910 libs optional
gstreamer1.0-packagekit_1.0.11-1_amd64.deb
a01aaea4770b7315c552637eea255a16 110930 libs optional
libpackagekit-glib2-18_1.0.11-1_amd64.deb
6460f8ed70846eda6c23723225732a4e 67416 libdevel optional
libpackagekit-glib2-dev_1.0.11-1_amd64.deb
468c2864881202d28ece0c879d0bec01 28468 misc optional
packagekit-command-not-found_1.0.11-1_amd64.deb
48691a974c0c12ccde6c9746f46fda1b 1594182 debug extra
packagekit-dbg_1.0.11-1_amd64.deb
e3e91fadac266babf605a6e54dbc78ba 383198 doc optional
packagekit-docs_1.0.11-1_all.deb
d01a75aa3bbc880eea2e28bd818bbec1 20430 libs optional
packagekit-gtk3-module_1.0.11-1_amd64.deb
3234d587bfa0d6eeb74a60c1845aa219 44130 admin optional
packagekit-tools_1.0.11-1_amd64.deb
260ae1b03a274f227ff232e9d5966d4d 551204 admin optional
packagekit_1.0.11-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWWHaNAAoJEElMil+/TezrRukP/1o6vzrfcsOynITJNfo1xsyG
e8N8mlZxcRYSZshaYxvbR6o1q56fyYhvpkkowHjGCVSEaK7stLESnAbIildpNvZF
GfajxWY6sRIMIoy0aIHA5YAFMtxSKkQjIU7Cl/pgL0oaeJYrmNhj08vwgkob3Ozm
gB0GIGMUTMUjj9+yJm5uUcoEEPsDGNQwkM9DdxOBe5Vn+9kzUHYLH5iUDa2M0dPk
idu4VMnINxI+3pntQqn8hhLsldMxS1FIfoPB7RatxwqcDgVujCaCO8BiMIWuwPat
62vWcFRH3EBTtMErFpzuMJRyfHNRw3qfPvNHOIhbRq1sDO0SBptb4hJ1ZyoWIZUM
8uE5BaSyOm7Bm2AM3HSoy//y6PSGx7YK2m1D6ou8x9uwo0bCA/mvg9VksU6fGYWc
rY8McE5xyRLytT9TstC98pLLMvLsqEvRuXGf/lKJVt9/roZ9n6SGMWR4NzGCSo/9
VUS9PGiVjSgLAJ0KRy1KNKiIM13IIax5i5CroI3DlVLeYVkjbTfREN5BJN0fU7wx
E30Il/BzONx4Kb/NUDkfrdpI4h40Ho2+Ke+shvngIQUBi3HcjS2TBFRoBRLk1sSo
92Um0yiaa596eGucmgM2mcQdOMnh+j12IeBZj6o/VoI1r76dP68OFPWhPL+VG3e7
2K4kUi7bCkIx/fT0lnMR
=8Jfx
-----END PGP SIGNATURE-----
--- End Message ---