[Glibc-bsd-commits] r2263 - trunk/ufsutils/debian
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Sun Jul 27 13:33:45 UTC 2008
Author: aurel32
Date: 2008-07-27 13:33:44 +0000 (Sun, 27 Jul 2008)
New Revision: 2263
Modified:
trunk/ufsutils/debian/changelog
trunk/ufsutils/debian/rules
Log:
* Set the priority to required on GNU/kFreeBSD, optional on other systems.
Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog 2008-07-27 13:22:27 UTC (rev 2262)
+++ trunk/ufsutils/debian/changelog 2008-07-27 13:33:44 UTC (rev 2263)
@@ -23,6 +23,7 @@
* Fix debian/copyright.
* Don't ignore make clean errors.
* Remove .pc/ on clean.
+ * Set the priority to required on GNU/kFreeBSD, optional on other systems.
-- Guillem Jover <guillem at debian.org> Tue, 08 Jan 2008 10:24:57 +0100
Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules 2008-07-27 13:22:27 UTC (rev 2262)
+++ trunk/ufsutils/debian/rules 2008-07-27 13:33:44 UTC (rev 2263)
@@ -17,7 +17,7 @@
# on GNU/kFreeBSD we need additional library
ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
-LDADD += -lbsd -lfreebsd
+LDADD += -lfreebsd
else
# really only on other systems, as GNU/kFreeBSD already have off_t 64bit
# on GNU/kFreeBSD it must not be enabled, as it would change size of ino_t
@@ -101,7 +101,11 @@
dh_makeshlibs
dh_installdeb
dh_shlibdeps -ldebian/$(libufs)/usr/lib -L$(libufs)
+ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
+ dh_gencontrol -- -DPriority=required
+else
dh_gencontrol
+endif
dh_md5sums
dh_builddeb
More information about the Glibc-bsd-commits
mailing list