]> sourceware.org Git - dm.git/commitdiff
synch w/ -3 "oh shit" release
authorAndres Salomon <dilinger@voxel.net>
Tue, 14 May 2002 03:59:42 +0000 (03:59 +0000)
committerAndres Salomon <dilinger@voxel.net>
Tue, 14 May 2002 03:59:42 +0000 (03:59 +0000)
debian/changelog
debian/control
debian/rules

index 911927bd9c203e90054326711e15602f589776c0..3683e559986630ab552fe40e6f8909f426068513 100644 (file)
@@ -1,3 +1,10 @@
+devmapper (0.95.07-3) unstable; urgency=low
+
+  * Move libdevmapper0 libs to /lib.  (Closes: #146237)
+  * Remove dependency on fileutils, to shut lintian up.
+
+ -- Andres Salomon <dilinger@mp3revolution.net>  Sun, 12 May 2002 03:20:54 -0500
+
 devmapper (0.95.07-2) unstable; urgency=low
 
   * Fix link error on hppa, due to lack of -fPIC.  (Closes: #144792)
index 234d31597c4bc13eaefdde45b4a001b77e41b646..47fcd526872be9bc62c4c14c109782e688833157 100644 (file)
@@ -37,7 +37,7 @@ Description: The Linux Kernel Device Mapper header files
 Package: libdevmapper0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, modutils, fileutils
+Depends: ${shlibs:Depends}, modutils
 Provides: libdevmapper
 Description: The Linux Kernel Device Mapper userspace library
  The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
index 3d17d085d86faa226571ca61cdab322a4b12e163..e49144c95e87422d0991c988e52b0d526e659c7c 100755 (executable)
@@ -46,6 +46,7 @@ configure-stamp:
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
                        --prefix=/usr --mandir=\$${prefix}/share/man \
                        --infodir=\$${prefix}/share/info \
+                       --libdir=$(CURDIR)/debian/tmp/lib \
                        --with-kernel-dir=$(CURDIR)/debian \
                        --with-kernel-version=2.4.18
        touch configure-stamp
@@ -83,6 +84,10 @@ install: build
        # Add here commands to install the package into debian/tmp
        $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
 
+       # libdevmapper-dev should have its .so in /usr.
+       install -d $(CURDIR)/debian/tmp/usr/lib
+       ln -s /lib/libdevmapper.so.0.95 \
+                       $(CURDIR)/debian/tmp/usr/lib/libdevmapper.so
 
 # Build architecture-independent files here.
 binary-indep: build install
This page took 0.027221 seconds and 5 git commands to generate.