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

rmh at alioth.debian.org rmh at alioth.debian.org
Wed Jan 15 13:34:59 UTC 2014


Author: rmh
Date: 2014-01-15 13:34:59 +0000 (Wed, 15 Jan 2014)
New Revision: 5329

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
New upstream release.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2014-01-15 13:11:54 UTC (rev 5328)
+++ trunk/kfreebsd-10/debian/changelog	2014-01-15 13:34:59 UTC (rev 5329)
@@ -1,9 +1,12 @@
-kfreebsd-10 (10.0~svn259778-2) UNRELEASED; urgency=low
+kfreebsd-10 (10.0-1) unstable; urgency=high
 
+  * New upstream release.
+
+  [ Robert Millan ]
   * Only assert linker.hints presence on kfreebsd-any.
   * Correctly setup BSD version of MAKEFLAGS to support parallel builds.
 
- -- Robert Millan <rmh at debian.org>  Fri, 27 Dec 2013 14:23:16 +0100
+ -- Robert Millan <rmh at debian.org>  Wed, 15 Jan 2014 13:30:05 +0100
 
 kfreebsd-10 (10.0~svn259778-1) unstable; urgency=medium
 

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2014-01-15 13:11:54 UTC (rev 5328)
+++ trunk/kfreebsd-10/debian/rules	2014-01-15 13:34:59 UTC (rev 5329)
@@ -21,7 +21,7 @@
 config_files	:= $(wildcard debian/arch/$(cpu)/*.config)
 flavours	:= $(config_files:debian/arch/$(cpu)/%.config=%)
 configfile	:= DEBCUSTOM
-abiname		:= 0
+abiname		:= 1
 ld_target	:= $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
 
 ifeq ($(cpu), mipsel)
@@ -30,8 +30,8 @@
 kfreebsd_cpu	:= $(cpu)
 endif
 
-#SVN		:= https://svn0.us-west.freebsd.org/base/release/$(version).0
-SVN		:= https://svn0.us-west.freebsd.org/base/releng/$(version)
+SVN		:= https://svn0.us-west.freebsd.org/base/release/$(version).0
+#SVN		:= https://svn0.us-west.freebsd.org/base/releng/$(version)
 #SVN		:= https://svn0.us-west.freebsd.org/base/stable/$(major)
 #SVN		:= https://svn0.us-west.freebsd.org/base/head
 SOURCE_PACKAGE	:= $(CURDIR)/debian/kfreebsd-source-$(version)




More information about the Glibc-bsd-commits mailing list