[Glibc-bsd-commits] r3716 - branches/squeeze/freebsd-libs/debian

Robert Millan rmh at alioth.debian.org
Wed Sep 28 16:30:57 UTC 2011


Author: rmh
Date: 2011-09-28 16:30:56 +0000 (Wed, 28 Sep 2011)
New Revision: 3716

Modified:
   branches/squeeze/freebsd-libs/debian/changelog
   branches/squeeze/freebsd-libs/debian/libipx2-udeb.install
   branches/squeeze/freebsd-libs/debian/libipx2.install
   branches/squeeze/freebsd-libs/debian/libsbuf0-udeb.install
   branches/squeeze/freebsd-libs/debian/libsbuf0.install
   branches/squeeze/freebsd-libs/debian/rules
Log:
  * Move libsbuf.so.0 to /lib (needed by /sbin/zfs and /sbin/zpool).
    (Closes: #637100)
  * Move libipx.so.2 to /lib (needed by ifconfig).

Modified: branches/squeeze/freebsd-libs/debian/changelog
===================================================================
--- branches/squeeze/freebsd-libs/debian/changelog	2011-09-25 16:52:56 UTC (rev 3715)
+++ branches/squeeze/freebsd-libs/debian/changelog	2011-09-28 16:30:56 UTC (rev 3716)
@@ -1,3 +1,11 @@
+freebsd-libs (8.1-5+squeeze1) stable; urgency=low
+
+  * Move libsbuf.so.0 to /lib (needed by /sbin/zfs and /sbin/zpool).
+    (Closes: #637100)
+  * Move libipx.so.2 to /lib (needed by ifconfig).
+
+ -- Robert Millan <rmh at debian.org>  Wed, 28 Sep 2011 18:23:33 +0200
+
 freebsd-libs (8.1-5) unstable; urgency=low
 
   * libusb2: fix USB devices detection. Closes: bug#594330.

Modified: branches/squeeze/freebsd-libs/debian/libipx2-udeb.install
===================================================================
--- branches/squeeze/freebsd-libs/debian/libipx2-udeb.install	2011-09-25 16:52:56 UTC (rev 3715)
+++ branches/squeeze/freebsd-libs/debian/libipx2-udeb.install	2011-09-28 16:30:56 UTC (rev 3716)
@@ -1 +1 @@
-usr/lib/libipx*.so.*
+lib/libipx*.so.*

Modified: branches/squeeze/freebsd-libs/debian/libipx2.install
===================================================================
--- branches/squeeze/freebsd-libs/debian/libipx2.install	2011-09-25 16:52:56 UTC (rev 3715)
+++ branches/squeeze/freebsd-libs/debian/libipx2.install	2011-09-28 16:30:56 UTC (rev 3716)
@@ -1 +1 @@
-usr/lib/libipx*.so.*
+lib/libipx*.so.*

Modified: branches/squeeze/freebsd-libs/debian/libsbuf0-udeb.install
===================================================================
--- branches/squeeze/freebsd-libs/debian/libsbuf0-udeb.install	2011-09-25 16:52:56 UTC (rev 3715)
+++ branches/squeeze/freebsd-libs/debian/libsbuf0-udeb.install	2011-09-28 16:30:56 UTC (rev 3716)
@@ -1 +1 @@
-usr/lib/libsbuf*.so.*
+lib/libsbuf*.so.*

Modified: branches/squeeze/freebsd-libs/debian/libsbuf0.install
===================================================================
--- branches/squeeze/freebsd-libs/debian/libsbuf0.install	2011-09-25 16:52:56 UTC (rev 3715)
+++ branches/squeeze/freebsd-libs/debian/libsbuf0.install	2011-09-28 16:30:56 UTC (rev 3716)
@@ -1 +1 @@
-usr/lib/libsbuf*.so.*
+lib/libsbuf*.so.*

Modified: branches/squeeze/freebsd-libs/debian/rules
===================================================================
--- branches/squeeze/freebsd-libs/debian/rules	2011-09-25 16:52:56 UTC (rev 3715)
+++ branches/squeeze/freebsd-libs/debian/rules	2011-09-28 16:30:56 UTC (rev 3716)
@@ -132,10 +132,10 @@
 	dh_installdirs
 
 	mkdir -p $(DESTDIR)/lib $(DESTDIR)/usr/lib $(DESTDIR)/usr/include $(DESTDIR)/usr/share/man/man3
-	$(PMAKE) -C $(CURDIR)/lib/libsbuf install SHLIBDIR=/usr/lib
+	$(PMAKE) -C $(CURDIR)/lib/libsbuf install SHLIBDIR=/lib
 	$(PMAKE) -C $(CURDIR)/lib/libcam install SHLIBDIR=/usr/lib
 	$(PMAKE) -C $(CURDIR)/lib/libgeom install SHLIBDIR=/lib
-	$(PMAKE) -C $(CURDIR)/lib/libipx install SHLIBDIR=/usr/lib
+	$(PMAKE) -C $(CURDIR)/lib/libipx install SHLIBDIR=/lib
 	$(PMAKE) -C $(CURDIR)/lib/libkiconv install SHLIBDIR=/usr/lib
 	$(PMAKE) -C $(CURDIR)/lib/libkvm install SHLIBDIR=/lib
 	$(PMAKE) -C $(CURDIR)/lib/libdevstat install SHLIBDIR=/usr/lib




More information about the Glibc-bsd-commits mailing list