[Glibc-bsd-commits] r5989 - trunk/kfreebsd-10/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Apr 10 14:00:13 UTC 2016


Author: stevenc-guest
Date: 2016-04-10 14:00:13 +0000 (Sun, 10 Apr 2016)
New Revision: 5989

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
New upstream snapshot of 10.3-RELEASE


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2016-04-10 13:45:53 UTC (rev 5988)
+++ trunk/kfreebsd-10/debian/changelog	2016-04-10 14:00:13 UTC (rev 5989)
@@ -1,6 +1,8 @@
-kfreebsd-10 (10.3~svn296998-3) UNRELEASED; urgency=medium
+kfreebsd-10 (10.3~svn297264-1~debug1) UNRELEASED; urgency=medium
 
-  * Simplify the procedure to enable debug builds in debian/rules
+  * New upstream snapshot of 10.3-RELEASE
+  * Simplify the procedure to enable debug builds in debian/rules,
+    enabled by putting ~debug in the Version field
   * Simplify the procedure to build with non-free drivers and blobs,
     enabled by putting +nonfree or +sourceless in the Version field
     (Thanks, Jon Boden, for the original patch this is based on)
@@ -8,7 +10,7 @@
   * Relocate /lib/modules/ into /boot/, so that GRUB can load kernel
     modules even if /lib is on an unsupported or encrypted filesystem
 
- -- Steven Chamberlain <steven at pyro.eu.org>  Mon, 04 Apr 2016 11:04:58 +0100
+ -- Steven Chamberlain <steven at pyro.eu.org>  Sun, 10 Apr 2016 14:57:50 +0100
 
 kfreebsd-10 (10.3~svn296998-2) experimental; urgency=medium
 

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2016-04-10 13:45:53 UTC (rev 5988)
+++ trunk/kfreebsd-10/debian/rules	2016-04-10 14:00:13 UTC (rev 5989)
@@ -25,7 +25,11 @@
 
 # Whether to enable extra debug features, at the expense of performance
 # Not recommended for release builds
+debug		:= no
+# Putting ~debug in the Version field enbles this automatically
+ifneq ($(findstring ~debug,$(full_version)),)
 debug		:= yes
+endif
 
 # Produce a DFSG-free package by default, stripping out sourceless
 # (non-free) blobs.  Put +nonfree or +sourceless in the Version field




More information about the Glibc-bsd-commits mailing list