[Glibc-bsd-commits] r5541 - branches/experimental/kfreebsd-10/debian

christoph at alioth.debian.org christoph at alioth.debian.org
Fri Sep 19 00:43:08 UTC 2014


Author: christoph
Date: 2014-09-19 00:43:08 +0000 (Fri, 19 Sep 2014)
New Revision: 5541

Modified:
   branches/experimental/kfreebsd-10/debian/changelog
   branches/experimental/kfreebsd-10/debian/control.in
   branches/experimental/kfreebsd-10/debian/rules
Log:
* build-depend on clang-3.4 (>= 1:3.4.2-9~exp2) for #759303 fixes
* Add myself to uploaders
* Wrap control fields nicely

Modified: branches/experimental/kfreebsd-10/debian/changelog
===================================================================
--- branches/experimental/kfreebsd-10/debian/changelog	2014-09-17 12:27:00 UTC (rev 5540)
+++ branches/experimental/kfreebsd-10/debian/changelog	2014-09-19 00:43:08 UTC (rev 5541)
@@ -1,3 +1,11 @@
+kfreebsd-10 (10.1~svn271306-2) experimental; urgency=medium
+
+  * build-depend on clang-3.4 (>= 1:3.4.2-9~exp2) for #759303 fixes
+  * Add myself to uploaders
+  * Wrap control fields nicely
+
+ -- Christoph Egger <christoph at debian.org>  Thu, 18 Sep 2014 17:35:14 -0700
+
 kfreebsd-10 (10.1~svn271306-1) experimental; urgency=medium
 
   [ Steven Chamberlain ]

Modified: branches/experimental/kfreebsd-10/debian/control.in
===================================================================
--- branches/experimental/kfreebsd-10/debian/control.in	2014-09-17 12:27:00 UTC (rev 5540)
+++ branches/experimental/kfreebsd-10/debian/control.in	2014-09-19 00:43:08 UTC (rev 5541)
@@ -2,20 +2,26 @@
 Section: kernel
 Priority: optional
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
-Uploaders: Aurelien Jarno <aurel32 at debian.org>, Robert Millan <rmh at debian.org>
+Uploaders:
+ Aurelien Jarno <aurel32 at debian.org>,
+ Robert Millan <rmh at debian.org>,
+ Christoph Egger <christoph at debian.org>
 Vcs-Browser: http://anonscm.debian.org/viewvc/glibc-bsd/trunk/kfreebsd-@major@/
 Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/kfreebsd-@major@/
-Build-Depends: debhelper (>= 5.0.0), bzip2, sharutils, flex-old | flex,
+Build-Depends:
+ debhelper (>= 5.0.0),
+ bzip2,
+ sharutils,
+ flex-old | flex,
  freebsd-buildutils (>= 10.0-3~),
  freebsd-glue (>= 0.2.20~),
  byacc,
- @cc_pkg@, libdb-dev,
- libbsd-dev (>= 0.3.0), pkg-config,
+ @cc_pkg@,
+ libdb-dev,
+ libbsd-dev (>= 0.3.0),
+ pkg-config,
  libsbuf-dev (>= 9.0+ds1-2),
  kernel-wedge (>= 2.79) [kfreebsd-any],
-# workaround for #759303
- libc0.1-dev-i386 [kfreebsd-amd64],
- libc0.1-dev-amd64 [kfreebsd-i386]
 Standards-Version: 3.9.2
 
 Package: kfreebsd-source- at version@

Modified: branches/experimental/kfreebsd-10/debian/rules
===================================================================
--- branches/experimental/kfreebsd-10/debian/rules	2014-09-17 12:27:00 UTC (rev 5540)
+++ branches/experimental/kfreebsd-10/debian/rules	2014-09-19 00:43:08 UTC (rev 5541)
@@ -61,7 +61,7 @@
 # Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
 clang_cpus	:= i386 amd64 arm
 
-cc_pkg		:= clang-3.4 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
+cc_pkg		:= clang-3.4 (>= 1:3.4.2-9~exp2) [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
 		gcc-4.9 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
 
 ifneq (, $(filter $(clang_cpus), $(DEB_HOST_ARCH_CPU)))




More information about the Glibc-bsd-commits mailing list