Your message dated Mon, 24 Nov 2014 09:25:32 +0000
with message-id <[email protected]>
and subject line Re: Bug#770800: unblock: lldpd/0.7.11-2
has caused the Debian Bug report #770800,
regarding unblock: lldpd/0.7.11-2
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.)
--
770800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi!
I would like to upload to unstable lldpd 0.7.11-2 to fix a missing
substitution in the shipped pkgconfig file. Attached is a debdiff. The
patch is cherry-picked from 0.7.12.
unblock lldpd/0.7.11-2
- -- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUcuUKAAoJEJWkL+g1NSX50kQP/iimbwr/mLxUhydKPgvdA2pB
MHBMcUP6mln2NOtP09o+mXbSt6tDKiib8EOgwhbV4djrmyTImVtIWz6s5JHLOpfh
9Qm4yRxbakwvQLIGT5kRJqauSIYZTGNXWJ8KPgyY8mnc5eMl12EjxtauKLgKMEcY
wjGfh90RkhMrP0ciZuUatBN7u+0iA0eu/LDVct0rOPo+GJWluq6ACu5oqeZw2BZG
F7LrnXHTRUr7+AmDknPTlWVu1ocFwzfMbw7weeFDSgEReZ4AJJqDgK/tTiIA7rof
RXqXwai3jGJ5+azwhHV9WxFUI3a93ypubx7uQFhK7kpqIRYwN0Heov7ro6dsh6gJ
cNkZnacC/FtldU/0dLlCWtdWPhkVNqD20QZCM3hmiMGLRal+yi0/chFay5IDz/q1
ywLJFSAksEYucFS6vjI5+GmnED17DMD8DdsCh99vQbA/u8kxZqavHKHOPv1MPpTA
og7xMAsJ8VRl75UJSpXGraR66q7byWd5R2UnlzMK6RTAuGmUcKgKRSv484e3uUEE
JrveMcQ5bgbmfcqSzLNCa5d6KwmmFD/5Gpg+hWdA1SZM85LisnZMuP1mTpRorV+q
a/0uRgqv1pceZLce668cuWrUpGTklgiVE7Ifn2sZ95XhXwWneDFVD8YZHcEtupl9
s8XgGA12SSB4ZG5QD+UG
=cZs+
-----END PGP SIGNATURE-----
diff -Nru lldpd-0.7.11/debian/changelog lldpd-0.7.11/debian/changelog
--- lldpd-0.7.11/debian/changelog 2014-10-26 18:41:53.000000000 +0100
+++ lldpd-0.7.11/debian/changelog 2014-11-24 08:51:47.000000000 +0100
@@ -1,3 +1,10 @@
+lldpd (0.7.11-2) unstable; urgency=medium
+
+ * Cherry-pick 0001-lib-fix-pkgconfig-file-substitutions.patch to fix
+ substitutions in .pc file in liblldpctl-dev package.
+
+ -- Vincent Bernat <[email protected]> Mon, 24 Nov 2014 08:51:28 +0100
+
lldpd (0.7.11-1) unstable; urgency=medium
* New upstream version.
diff -Nru lldpd-0.7.11/debian/patches/0001-lib-fix-pkgconfig-file-substitutions.patch lldpd-0.7.11/debian/patches/0001-lib-fix-pkgconfig-file-substitutions.patch
--- lldpd-0.7.11/debian/patches/0001-lib-fix-pkgconfig-file-substitutions.patch 1970-01-01 01:00:00.000000000 +0100
+++ lldpd-0.7.11/debian/patches/0001-lib-fix-pkgconfig-file-substitutions.patch 2014-11-24 08:51:47.000000000 +0100
@@ -0,0 +1,24 @@
+From acdb7107e764a0bca8e5fd09a13d3aa62ef2ad71 Mon Sep 17 00:00:00 2001
+From: Vincent Bernat <[email protected]>
+Date: Sun, 9 Nov 2014 14:47:31 +0100
+Subject: [PATCH] lib: fix pkgconfig file substitutions
+
+---
+ src/lib/lldpctl.pc.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/lib/lldpctl.pc.in b/src/lib/lldpctl.pc.in
+index e64da323700a..65ce1ef646d1 100644
+--- a/src/lib/lldpctl.pc.in
++++ b/src/lib/lldpctl.pc.in
+@@ -2,5 +2,5 @@ Name: lldpctl
+ Description: Library to interface with lldpd, a 802.1AB daemon
+ Version: @VERSION@
+ URL: @PACKAGE_URL@
+-Libs: -L${libdir} -llldpctl
+-Cflags: -I${includedir}
++Libs: -L@libdir@ -llldpctl
++Cflags: -I@includedir@
+--
+2.1.3
+
diff -Nru lldpd-0.7.11/debian/patches/series lldpd-0.7.11/debian/patches/series
--- lldpd-0.7.11/debian/patches/series 2014-10-26 18:41:53.000000000 +0100
+++ lldpd-0.7.11/debian/patches/series 2014-11-24 08:51:47.000000000 +0100
@@ -1 +1,2 @@
0001-systemd-fix-systemd-unit-file.patch
+0001-lib-fix-pkgconfig-file-substitutions.patch
--- End Message ---
--- Begin Message ---
On 2014-11-24 8:56, Vincent Bernat wrote:
Control: tags -1 - moreinfo
I would like to upload to unstable lldpd 0.7.11-2 to fix a missing
substitution in the shipped pkgconfig file. Attached is a debdiff.
The
patch is cherry-picked from 0.7.12.
Please go ahead, and remove the "moreinfo" tag once the package has
been accepted.
Done. Thanks!
Unblocked, thanks.
Regards,
Adam
--- End Message ---