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

Aurelien Jarno aurel32 at alioth.debian.org
Mon Jun 28 21:16:26 UTC 2010


Author: aurel32
Date: 2010-06-28 21:16:25 +0000 (Mon, 28 Jun 2010)
New Revision: 3057

Added:
   trunk/freebsd-libs/debian/libgeom0-udeb.install
   trunk/freebsd-libs/debian/libipx2-udeb.install
Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/rules
Log:
  * Add libgeom0 and libipx2 udeb packages. 



Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2010-06-28 19:36:32 UTC (rev 3056)
+++ trunk/freebsd-libs/debian/changelog	2010-06-28 21:16:25 UTC (rev 3057)
@@ -1,9 +1,13 @@
-freebsd-libs (8.0-4.1) UNRELEASED; urgency=low
+freebsd-libs (8.0-5) unstable; urgency=low
 
+  [ Guillem Jover ]
   * Use kfreebsd-any instead of explicit architecture list.
 
- -- Guillem Jover <guillem at debian.org>  Mon, 28 Jun 2010 21:35:43 +0200
+  [ Aurelien Jarno ]
+  * Add libgeom0 and libipx2 udeb packages. 
 
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 28 Jun 2010 23:10:06 +0200
+
 freebsd-libs (8.0-4) unstable; urgency=low
 
   * libusb2-dev: add a libusb-1.0.so -> libusb.so symlink to make

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2010-06-28 19:36:32 UTC (rev 3056)
+++ trunk/freebsd-libs/debian/control	2010-06-28 21:16:25 UTC (rev 3057)
@@ -56,6 +56,17 @@
  This package contains the header files and static library needed to
  compile applications that use libgeom.
 
+Package: libgeom0-udeb
+XC-Package-Type: udeb
+Section: debian-installer
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: FreeBSD GEOM library
+ This library provides an interface to GEOM, a modular disk I/O request
+ transformation framework provided by the kernel of FreeBSD.
+ .
+ This is a minimal package for use in debian-installer.
+
 Package: libusbhid4
 Architecture: kfreebsd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -183,6 +194,16 @@
  This package contains the header files and static library needed to
  compile applications that use libipx.
 
+Package: libipx2-udeb
+Section: debian-installer
+XC-Package-Type: udeb
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: FreeBSD IPX address conversion support library
+ The IPX library provides a set of routune to convert IPX addresses.
+ .
+ This is a minimal package for use in debian-installer.
+
 Package: libkiconv4
 Architecture: kfreebsd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}

Added: trunk/freebsd-libs/debian/libgeom0-udeb.install
===================================================================
--- trunk/freebsd-libs/debian/libgeom0-udeb.install	                        (rev 0)
+++ trunk/freebsd-libs/debian/libgeom0-udeb.install	2010-06-28 21:16:25 UTC (rev 3057)
@@ -0,0 +1 @@
+usr/lib/libgeom*.so.*		lib

Added: trunk/freebsd-libs/debian/libipx2-udeb.install
===================================================================
--- trunk/freebsd-libs/debian/libipx2-udeb.install	                        (rev 0)
+++ trunk/freebsd-libs/debian/libipx2-udeb.install	2010-06-28 21:16:25 UTC (rev 3057)
@@ -0,0 +1 @@
+usr/lib/libipx*.so.*

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2010-06-28 19:36:32 UTC (rev 3056)
+++ trunk/freebsd-libs/debian/rules	2010-06-28 21:16:25 UTC (rev 3057)
@@ -172,6 +172,8 @@
 #	dh_perl
 #	dh_python
 	dh_makeshlibs -a
+	dh_makeshlibs -plibgeom0 --add-udeb=libgeom0-udeb
+	dh_makeshlibs -plibipx2 --add-udeb=libipx2-udeb
 	dh_makeshlibs -plibusb2 --add-udeb=libusb2-udeb
 	dh_installdeb -a
 	dh_shlibdeps -a




More information about the Glibc-bsd-commits mailing list