[Glibc-bsd-commits] r5232 - in trunk/kfreebsd-10/debian: . patches

rmh at alioth.debian.org rmh at alioth.debian.org
Wed Dec 11 22:14:15 UTC 2013


Author: rmh
Date: 2013-12-11 22:14:15 +0000 (Wed, 11 Dec 2013)
New Revision: 5232

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/999_config.diff
Log:
Disable DEBIAN_DEBUG options.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-12-10 13:54:41 UTC (rev 5231)
+++ trunk/kfreebsd-10/debian/changelog	2013-12-11 22:14:15 UTC (rev 5232)
@@ -1,3 +1,9 @@
+kfreebsd-10 (10.0~svn259068-2) UNRELEASED; urgency=low
+
+  * Disable DEBIAN_DEBUG options.
+
+ -- Robert Millan <rmh at debian.org>  Wed, 11 Dec 2013 23:13:56 +0100
+
 kfreebsd-10 (10.0~svn259068-1) unstable; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/999_config.diff	2013-12-10 13:54:41 UTC (rev 5231)
+++ trunk/kfreebsd-10/debian/patches/999_config.diff	2013-12-11 22:14:15 UTC (rev 5232)
@@ -76,8 +76,8 @@
 +device		pty
 +
 +# Toggle to enable/disable debug options.
-+include		DEBIAN_DEBUG
-+#include	DEBIAN_NODEBUG
++#include		DEBIAN_DEBUG
++include		DEBIAN_NODEBUG
 +
 +# Alternate queueing
 +options		ALTQ




More information about the Glibc-bsd-commits mailing list