[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Updating libcgicc in stable to fix #600943



Dear release team,

I've had a request in #645616, asking if I can update the libcgicc package
to fix bug #600943 in squeeze. The bug is fairly trivial; the .pc file for
pkg-config is installed in /usr/lib rather than /usr/lib/pkgconfig. The fix
I would be cherry-picking from 3.9.2-2 is equally simple:

diff --git a/debian/changelog b/debian/changelog
index 820a095..6acd614 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcgicc (3.2.9-2) UNRELEASED; urgency=low
+
+  * Install pkg-config file to the correct location (closes: #600943)
+
+ -- Chris Butler <chrisb@debian.org>  Fri, 08 Apr 2011 00:50:37 +0100
+
 libcgicc (3.2.9-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/libcgicc5-dev.install b/debian/libcgicc5-dev.install
index 95eab51..991f1f0 100644
--- a/debian/libcgicc5-dev.install
+++ b/debian/libcgicc5-dev.install
@@ -1,7 +1,7 @@
 usr/include/* usr/include
 usr/lib/lib*.a usr/lib
 usr/lib/lib*.so usr/lib
-usr/lib/pkgconfig/* usr/lib
+usr/lib/pkgconfig/* usr/lib/pkgconfig
 usr/lib/*.la usr/lib
 usr/bin/* usr/bin
 usr/share/aclocal/* usr/share/aclocal


Does this qualify for a stable update? If so, I'll go ahead and prepare one…

-- 
Chris Butler <chrisb@debian.org>
  GnuPG Key ID: 4096R/49E3ACD3


Reply to: