r506 - in devmapper/trunk/debian: . patches

Bastian Blank waldi at alioth.debian.org
Wed Jan 2 12:54:21 UTC 2008


Author: waldi
Date: Wed Jan  2 12:54:21 2008
New Revision: 506

Log:
* debian/changelog, debian/patches/series: Update.
* debian/patches/pkgconfig.patch: Add.


Added:
   devmapper/trunk/debian/patches/pkgconfig.patch
Modified:
   devmapper/trunk/debian/changelog
   devmapper/trunk/debian/patches/series

Modified: devmapper/trunk/debian/changelog
==============================================================================
--- devmapper/trunk/debian/changelog	(original)
+++ devmapper/trunk/debian/changelog	Wed Jan  2 12:54:21 2008
@@ -5,8 +5,9 @@
   * Reduce linked libs to minimum.
   * Remove init script. (closes: #361358, #375340, #384900, #419958)
   * Cleanup udeb relations. (closes: #419604)
+  * Fix pkgconfig file for static linking. (closes: #390243)
 
- -- Bastian Blank <waldi at debian.org>  Wed, 02 Jan 2008 11:52:41 +0000
+ -- Bastian Blank <waldi at debian.org>  Wed, 02 Jan 2008 12:52:15 +0000
 
 devmapper (2:1.02.20-2) unstable; urgency=low
 

Added: devmapper/trunk/debian/patches/pkgconfig.patch
==============================================================================
--- (empty file)
+++ devmapper/trunk/debian/patches/pkgconfig.patch	Wed Jan  2 12:54:21 2008
@@ -0,0 +1,8 @@
+--- trunk.orig/lib/libdevmapper.pc.in
++++ trunk/lib/libdevmapper.pc.in
+@@ -8,4 +8,4 @@
+ Version: @DM_LIB_VERSION@
+ Cflags: -I${includedir} 
+ Libs: -L${libdir} -ldevmapper
+-Libs.private: -lselinux -lsepol
++Requires.private: selinux

Modified: devmapper/trunk/debian/patches/series
==============================================================================
--- devmapper/trunk/debian/patches/series	(original)
+++ devmapper/trunk/debian/patches/series	Wed Jan  2 12:54:21 2008
@@ -1,2 +1,3 @@
 type-kernel_dev_t.patch
 libs-cleanup.patch
+pkgconfig.patch



More information about the pkg-lvm-commits mailing list