[Glibc-bsd-commits] r3677 - trunk/freebsd-libs/debian

Robert Millan rmh at alioth.debian.org
Mon Aug 8 14:33:52 UTC 2011


Author: rmh
Date: 2011-08-08 14:33:52 +0000 (Mon, 08 Aug 2011)
New Revision: 3677

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/libipx2-udeb.install
   trunk/freebsd-libs/debian/libipx2.install
   trunk/freebsd-libs/debian/libsbuf0-udeb.install
   trunk/freebsd-libs/debian/libsbuf0.install
   trunk/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: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2011-08-08 13:40:32 UTC (rev 3676)
+++ trunk/freebsd-libs/debian/changelog	2011-08-08 14:33:52 UTC (rev 3677)
@@ -2,8 +2,11 @@
 
   * Include <stdint.h> in a few more headers that use uintxx_t types.
     (Closes: #634752)
+  * 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>  Tue, 19 Jul 2011 22:28:40 +0200
+ -- Robert Millan <rmh at debian.org>  Mon, 08 Aug 2011 14:20:39 +0000
 
 freebsd-libs (8.2+ds1-3) unstable; urgency=low
 

Modified: trunk/freebsd-libs/debian/libipx2-udeb.install
===================================================================
--- trunk/freebsd-libs/debian/libipx2-udeb.install	2011-08-08 13:40:32 UTC (rev 3676)
+++ trunk/freebsd-libs/debian/libipx2-udeb.install	2011-08-08 14:33:52 UTC (rev 3677)
@@ -1 +1 @@
-usr/lib/libipx*.so.*
+lib/libipx*.so.*

Modified: trunk/freebsd-libs/debian/libipx2.install
===================================================================
--- trunk/freebsd-libs/debian/libipx2.install	2011-08-08 13:40:32 UTC (rev 3676)
+++ trunk/freebsd-libs/debian/libipx2.install	2011-08-08 14:33:52 UTC (rev 3677)
@@ -1 +1 @@
-usr/lib/libipx*.so.*
+lib/libipx*.so.*

Modified: trunk/freebsd-libs/debian/libsbuf0-udeb.install
===================================================================
--- trunk/freebsd-libs/debian/libsbuf0-udeb.install	2011-08-08 13:40:32 UTC (rev 3676)
+++ trunk/freebsd-libs/debian/libsbuf0-udeb.install	2011-08-08 14:33:52 UTC (rev 3677)
@@ -1 +1 @@
-usr/lib/libsbuf*.so.*
+lib/libsbuf*.so.*

Modified: trunk/freebsd-libs/debian/libsbuf0.install
===================================================================
--- trunk/freebsd-libs/debian/libsbuf0.install	2011-08-08 13:40:32 UTC (rev 3676)
+++ trunk/freebsd-libs/debian/libsbuf0.install	2011-08-08 14:33:52 UTC (rev 3677)
@@ -1 +1 @@
-usr/lib/libsbuf*.so.*
+lib/libsbuf*.so.*

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2011-08-08 13:40:32 UTC (rev 3676)
+++ trunk/freebsd-libs/debian/rules	2011-08-08 14:33:52 UTC (rev 3677)
@@ -149,11 +149,11 @@
 	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
 ifeq ($(kernel), kfreebsd)
 	$(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