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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Apr 3 17:06:19 UTC 2016


Author: stevenc-guest
Date: 2016-04-03 17:06:19 +0000 (Sun, 03 Apr 2016)
New Revision: 5978

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
Add lintian override for "embedded-library" (zfs.ko) since kernel
code cannot link against zlib.


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2016-04-01 23:13:28 UTC (rev 5977)
+++ trunk/kfreebsd-10/debian/changelog	2016-04-03 17:06:19 UTC (rev 5978)
@@ -4,6 +4,8 @@
   * Disable Stack Smashing Protection when building with GCC
     (see #819754)
   * Prevent improper #include of mm_malloc.h by GCC headers
+  * Add lintian override for "embedded-library" (zfs.ko) since kernel
+    code cannot link against zlib.
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Fri, 01 Apr 2016 22:24:32 +0100
 

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2016-04-01 23:13:28 UTC (rev 5977)
+++ trunk/kfreebsd-10/debian/rules	2016-04-03 17:06:19 UTC (rev 5978)
@@ -372,6 +372,10 @@
 		install -p -o root -g root -m 644 \
 			debian/zlib-modules.overrides \
 			$(CURDIR)/debian/zlib-modules-$(version)-$(abiname)-$${subarch}-di/usr/share/lintian/overrides/zlib-modules-$(version)-$(abiname)-$${subarch}-di ; \
+		mkdir -p $(CURDIR)/debian/zfs-modules-$(version)-$(abiname)-$${subarch}-di/usr/share/lintian/overrides ; \
+		install -p -o root -g root -m 644 \
+			debian/zfs-modules.overrides \
+			$(CURDIR)/debian/zfs-modules-$(version)-$(abiname)-$${subarch}-di/usr/share/lintian/overrides/zfs-modules-$(version)-$(abiname)-$${subarch}-di ; \
 		\
 		# fixup kernel path (so that this udeb can be installed alongside other major versions of kfreebsd) \n\
 		mv debian/kernel-image-$(version)-$(abiname)-$${subarch}-di/boot/kfreebsd{,-$(major)}.gz ; \




More information about the Glibc-bsd-commits mailing list