+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)
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)
./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
# 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