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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Oct 12 16:29:52 UTC 2014


Author: stevenc-guest
Date: 2014-10-12 16:29:52 +0000 (Sun, 12 Oct 2014)
New Revision: 5632

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/rules
Log:
* Build-Depend on freebsd-mk >= 10.0-5 for MK_TESTS
* No longer try to set MK_TESTS in debian/rules;  use WITH_TESTS
  instead (Closes: #764956)


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2014-10-12 01:07:25 UTC (rev 5631)
+++ trunk/freebsd-libs/debian/changelog	2014-10-12 16:29:52 UTC (rev 5632)
@@ -1,3 +1,11 @@
+freebsd-libs (10.1~svn272464-2) UNRELEASED; urgency=medium
+
+  * Build-Depend on freebsd-mk >= 10.0-5 for MK_TESTS
+  * No longer try to set MK_TESTS in debian/rules;  use WITH_TESTS
+    instead (Closes: #764956)
+
+ -- Steven Chamberlain <steven at pyro.eu.org>  Sun, 12 Oct 2014 17:14:18 +0100
+
 freebsd-libs (10.1~svn272464-1) unstable; urgency=low
 
   [ Petr Salinger ]

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2014-10-12 01:07:25 UTC (rev 5631)
+++ trunk/freebsd-libs/debian/control	2014-10-12 16:29:52 UTC (rev 5632)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 7), pkg-config,
  bmake (>= 20131001-4~),
  m4,
- freebsd-mk (>= 10.0-2~),
+ freebsd-mk (>= 10.0-5~),
  libbsd-dev (>= 0.3.0),
  libc0.1-dev (>= 2.13-31) [kfreebsd-any],
  libgdbm-dev [kfreebsd-any],

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2014-10-12 01:07:25 UTC (rev 5631)
+++ trunk/freebsd-libs/debian/rules	2014-10-12 16:29:52 UTC (rev 5632)
@@ -50,7 +50,7 @@
 	MAKEFLAGS=$(BSD_MAKEFLAGS) \
 	NO_WERROR=1 NOGCCERROR=1 \
         NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) \
-	SHLIB_MAJOR=0 MK_TESTS=yes\
+	SHLIB_MAJOR=0 WITH_TESTS=yes \
 	bmake \
 	$(NULL)
 PMAKE = \




More information about the Glibc-bsd-commits mailing list