r416 - devmapper/trunk/debian

Bastian Blank waldi at alioth.debian.org
Sat Apr 7 16:05:43 UTC 2007


Author: waldi
Date: Sat Apr  7 16:05:42 2007
New Revision: 416

Removed:
   devmapper/trunk/debian/libdevmapper-dev.links
Modified:
   devmapper/trunk/debian/changelog
   devmapper/trunk/debian/control
   devmapper/trunk/debian/rules
Log:
* debian/changelog: Update.
* debian/control: Fix -dev dependencies.
* debian/libdevmapper-dev.links: Remove.
* debian/rules: Create links


Modified: devmapper/trunk/debian/changelog
==============================================================================
--- devmapper/trunk/debian/changelog	(original)
+++ devmapper/trunk/debian/changelog	Sat Apr  7 16:05:42 2007
@@ -1,6 +1,7 @@
 devmapper (2:1.02.18-1) UNRELEASED; urgency=low
 
   * New upstream version. 
+  * Bump abiname.
 
  -- Bastian Blank <waldi at debian.org>  Sat,  7 Apr 2007 09:12:58 +0000
 

Modified: devmapper/trunk/debian/control
==============================================================================
--- devmapper/trunk/debian/control	(original)
+++ devmapper/trunk/debian/control	Sat Apr  7 16:05:42 2007
@@ -9,7 +9,7 @@
 Package: libdevmapper-dev
 Section: libdevel
 Architecture: any
-Depends: libdevmapper1.02 (= ${Source-Version})
+Depends: libdevmapper1.02.1 (= ${Source-Version})
 Description: The Linux Kernel Device Mapper header files
  The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
  Team's implementation of a minimalistic kernel-space driver that handles

Modified: devmapper/trunk/debian/rules
==============================================================================
--- devmapper/trunk/debian/rules	(original)
+++ devmapper/trunk/debian/rules	Sat Apr  7 16:05:42 2007
@@ -121,7 +121,7 @@
 	dh_installdocs -a
 	dh_installinit -a -- start 25 S .
 	dh_strip -a
-	dh_link -a
+	dh_link -p libdevmapper-dev lib/libdevmapper.so.$(LIBDEVMAPPER_ABINAME) usr/lib/libdevmapper.so
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -p 'libdevmapper$(LIBDEVMAPPER_ABINAME)' --add-udeb 'libdevmapper$(LIBDEVMAPPER_ABINAME)-udeb'



More information about the pkg-lvm-commits mailing list