[Glibc-bsd-commits] r4339 - in trunk/freebsd-glue: debian include
Robert Millan
rmh at alioth.debian.org
Fri Jun 29 19:16:08 UTC 2012
Author: rmh
Date: 2012-06-29 19:16:08 +0000 (Fri, 29 Jun 2012)
New Revision: 4339
Added:
trunk/freebsd-glue/include/libutil.h
trunk/freebsd-glue/include/nlist.h
Modified:
trunk/freebsd-glue/debian/changelog
trunk/freebsd-glue/debian/control
Log:
Add libutil.h and nlist.h.
Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog 2012-06-27 07:44:28 UTC (rev 4338)
+++ trunk/freebsd-glue/debian/changelog 2012-06-29 19:16:08 UTC (rev 4339)
@@ -1,3 +1,9 @@
+freebsd-glue (0.0.4) unstable; urgency=high
+
+ * Add libutil.h and nlist.h.
+
+ -- Robert Millan <rmh at debian.org> Thu, 21 Jun 2012 19:51:41 +0200
+
freebsd-glue (0.0.3) unstable; urgency=low
* Move freebsd-buildutils from Depends to Recommends to break circular
Modified: trunk/freebsd-glue/debian/control
===================================================================
--- trunk/freebsd-glue/debian/control 2012-06-27 07:44:28 UTC (rev 4338)
+++ trunk/freebsd-glue/debian/control 2012-06-29 19:16:08 UTC (rev 4339)
@@ -14,7 +14,7 @@
Depends: ${shlibs:Depends}, ${misc:Depends},
original-awk,
make,
- libbsd-dev,
+ libbsd-dev (>= 0.4.0-1~),
libexpat-dev,
Recommends:
# Can't put this in Depends because it would introduce a circular dependency
Added: trunk/freebsd-glue/include/libutil.h
===================================================================
--- trunk/freebsd-glue/include/libutil.h (rev 0)
+++ trunk/freebsd-glue/include/libutil.h 2012-06-29 19:16:08 UTC (rev 4339)
@@ -0,0 +1 @@
+#include <bsd/libutil.h>
Added: trunk/freebsd-glue/include/nlist.h
===================================================================
--- trunk/freebsd-glue/include/nlist.h (rev 0)
+++ trunk/freebsd-glue/include/nlist.h 2012-06-29 19:16:08 UTC (rev 4339)
@@ -0,0 +1 @@
+#include <bsd/nlist.h>
More information about the Glibc-bsd-commits
mailing list