[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#820151: marked as done (kfreebsd-10: non-DFSG mode (for ubuntuBSD))



Your message dated Sun, 10 Apr 2016 16:24:00 +0000
with message-id <E1apI9Y-00060W-PL@franck.debian.org>
and subject line Bug#820151: fixed in kfreebsd-10 10.3~svn297264-1~debug1
has caused the Debian Bug report #820151,
regarding kfreebsd-10: non-DFSG mode (for ubuntuBSD)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
820151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820151
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kfreebsd-10
Version: 10.1~svn274115-4+kbsd8u3
Severity: wishlist
Tags: patch

Hi

This patch has no effect on Debian but it enables "non-DFSG mode" when compiling kfreebsd-10 on ubuntuBSD. Please could you apply it to make it easier for us to resync with kfreebsd-10?

It also makes it easier for Debian users if they want to build a custom package with sourceless bits (by just changing one line in debian/rules).

Thanks a lot

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD
Index: debian/control.in
===================================================================
--- debian/control.in	(revision 5986)
+++ debian/control.in	(working copy)
@@ -23,6 +23,7 @@
  pkg-config,
  libsbuf-dev (>= 9.0+ds1-2),
  kernel-wedge (>= 2.79) [kfreebsd-any],
+ lsb-release,
 Standards-Version: 3.9.2
 
 Package: kfreebsd-source-@version@
Index: debian/local/ar9300_devid.h
===================================================================
--- debian/local/ar9300_devid.h	(revision 0)
+++ debian/local/ar9300_devid.h	(working copy)
@@ -0,0 +1,79 @@
+/*
+ * Copyright (c) 2008-2011 Atheros Communications Inc.
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#ifndef __AR9300_DEVID_H__
+#define __AR9300_DEVID_H__
+
+/* Atheros chipsets */
+#define AR_SREV_VERSION_AR5416_PCI	0xD
+#define AR_SREV_VERSION_AR5416_PCIE	0xC
+#define AR_SREV_REVISION_AR5416_10	0
+#define AR_SREV_REVISION_AR5416_20	1
+#define AR_SREV_REVISION_AR5416_22	2
+#define AR_SREV_VERSION_AR9100		0x14
+#define AR_SREV_VERSION_AR9160		0x40
+#define AR_SREV_REVISION_AR9160_10	0
+#define AR_SREV_REVISION_AR9160_11	1
+#define AR_SREV_VERSION_AR9280		0x80
+#define AR_SREV_REVISION_AR9280_10	0
+#define AR_SREV_REVISION_AR9280_20	1
+#define AR_SREV_REVISION_AR9280_21	2
+#define AR_SREV_VERSION_AR9285		0xC0
+#define AR_SREV_REVISION_AR9285_10	0
+#define AR_SREV_REVISION_AR9285_11	1
+#define AR_SREV_REVISION_AR9285_12	2
+#define AR_SREV_VERSION_AR9287		0x180
+#define AR_SREV_REVISION_AR9287_10	0
+#define AR_SREV_REVISION_AR9287_11	1
+#define AR_SREV_REVISION_AR9287_12	2
+#define AR_SREV_REVISION_AR9287_13	3
+#define AR_SREV_VERSION_AR9271		0x140
+#define AR_SREV_REVISION_AR9271_10	0
+#define AR_SREV_REVISION_AR9271_11	1
+#define AR_SREV_VERSION_AR9300		0x1c0
+#define AR_SREV_REVISION_AR9300_20	2 /* 2.0 and 2.1 */
+#define AR_SREV_REVISION_AR9300_22	3
+#define AR_SREV_VERSION_AR9330		0x200
+#define AR_SREV_REVISION_AR9330_10	0
+#define AR_SREV_REVISION_AR9330_11	1
+#define AR_SREV_REVISION_AR9330_12	2
+#define AR_SREV_VERSION_AR9485		0x240
+#define AR_SREV_REVISION_AR9485_10	0
+#define AR_SREV_REVISION_AR9485_11	1
+#define AR_SREV_VERSION_AR9340		0x300
+#define AR_SREV_REVISION_AR9340_10	0
+#define AR_SREV_REVISION_AR9340_11	1
+#define AR_SREV_REVISION_AR9340_12	2
+#define AR_SREV_REVISION_AR9340_13	3
+#define AR_SREV_VERSION_AR9380		0x1C0
+#define AR_SREV_VERSION_AR9580		0x1C0
+#define AR_SREV_REVISION_AR9580_10	4 /* AR9580 1.0 */
+#define AR_SREV_VERSION_AR9460		0x280
+#define AR_SREV_VERSION_AR9462		0x280
+#define AR_SREV_REVISION_AR9462_20	2
+#define AR_SREV_REVISION_AR9462_21	3
+
+/* Qualcomm Atheros chipsets */
+#define AR_SREV_VERSION_QCA9565		0x2C0
+#define AR_SREV_REVISION_QCA9565_10	0
+#define AR_SREV_REVISION_QCA9565_101	1
+#define AR_SREV_REVISION_QCA9565_11	2
+#define AR_SREV_VERSION_QCA9550		0x400
+#define AR_SREV_VERSION_QCA9531		0x500
+#define AR_SREV_REVISION_QCA9531_10	0
+#define AR_SREV_REVISION_QCA9531_11	1
+
+#endif
Index: debian/patches/999_config.diff
===================================================================
--- debian/patches/999_config.diff	(revision 5986)
+++ debian/patches/999_config.diff	(working copy)
@@ -48,7 +48,7 @@
  options 	SYSVSHM			# SYSV-style shared memory
 --- /dev/null
 +++ b/sys/conf/DEBIAN
-@@ -0,0 +1,52 @@
+@@ -0,0 +1,49 @@
 +# Common options to all Debian GNU/kFreeBSD kernels
 +
 +options		LINPROCFS
@@ -87,9 +87,6 @@
 +options		ALTQ_HFSC	# Hierarchical Packet Scheduler (HFSC)
 +options		ALTQ_PRIQ	# Priority Queuing (PRIQ)
 +
-+# Disable binary blobs
-+include		WITHOUT_SOURCELESS
-+
 +# In order to enable IPSEC you MUST also add device crypto to
 +# your kernel configuration
 +device          crypto          # core crypto support
Index: debian/patches/series
===================================================================
--- debian/patches/series	(revision 5986)
+++ debian/patches/series	(working copy)
@@ -35,7 +35,6 @@
 924_module_objdir.diff
 999_config.diff
 aicasm-parallel-build-dependencies.diff
-ath9k-linux.diff
 
 # Security patches
 SA-15_02.kmem.patch
Index: debian/rules
===================================================================
--- debian/rules	(revision 5986)
+++ debian/rules	(working copy)
@@ -23,7 +23,13 @@
 configfile	:= DEBCUSTOM
 abiname		:= 0
 ld_target	:= $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
+distributor	:= $(shell lsb_release -is || echo Debian)
+dfsg		:= true
 
+ifeq ($(distributor), Ubuntu)
+dfsg		:= false
+endif
+
 ifeq ($(cpu), mipsel)
 kfreebsd_cpu	:= mips
 else
@@ -56,9 +62,12 @@
 MAKE		:= \
 		MAKEFLAGS=$(BSD_MAKEFLAGS) \
 		make \
-		MACHINE_ARCH=$(kfreebsd_cpu) \
-		-DWITHOUT_SOURCELESS
+		MACHINE_ARCH=$(kfreebsd_cpu)
 
+ifeq ($(dfsg), true)
+MAKE		+= -DWITHOUT_SOURCELESS
+endif
+
 # Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
 clang_cpus	:= i386 amd64 arm
 
@@ -95,7 +104,9 @@
 get-orig-source:
 	rm -rf $(ORIG_DIR)
 	svn export --ignore-keywords -r $(svn_revision) $(SVN)/sys $(ORIG_DIR)/sys
+ifeq ($(dfsg), true)
 	cd $(ORIG_DIR) && $(CURDIR)/debian/prune.sh
+endif
 	# Create tarball with files sorted in a stable order, see
 	# https://wiki.debian.org/ReproducibleBuilds/FileOrderInTarballs
 	find $(ORIG_DIR) -print0 | LC_ALL=C sort -z \
@@ -193,6 +204,17 @@
 	 \( -name Makefile -o -name Makefile.inc \) \
 	 -exec sed -i 's@$${.CURDIR}/@@g' \{\} \;
 
+ifneq ($(dfsg), true)
+	find $(FLAVOR_DIR)-$*/sys/modules/ \
+	 \( -name Makefile -o -name Makefile.inc \) \
+	 -exec sed -i 's/uudecode -p/uudecode -o -/' \{\} \;
+endif
+
+ifeq ($(dfsg), true)
+	cp debian/local/ar9300_devid.h $(FLAVOR_DIR)-$*/sys/contrib/dev/ath/ath_hal/ar9300/
+	cp debian/local/ar9300_devid.h $(FLAVOR_DIR)-$*/sys/dev/ath/ath_hal/ar9003/
+endif
+
 	touch $@
 build-flavor-%-stamp: src-flavor-%-stamp
 	# Add the abiname and the flavor to the kernel version
@@ -214,8 +236,10 @@
 	$(FLAVOR_DIR)-$*/sys/conf/ldscript.$(kfreebsd_cpu)
 
 	# Configure the kernel
-	cp debian/arch/$(cpu)/$*.config $(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf/
-	ln -sf $*.config $(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf/$(configfile)
+	cp debian/arch/$(cpu)/$*.config $(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf/$(configfile)
+ifeq ($(dfsg), true)
+	echo "include WITHOUT_SOURCELESS" >> $(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf/$(configfile)
+endif
 	cd $(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf \
 		&& config $(configfile)
 
@@ -275,7 +299,7 @@
 
 	# install the config file
 	install -o root -g root -m 644 \
-		$(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf/$*.config \
+		$(FLAVOR_DIR)-$*/sys/$(kfreebsd_cpu)/conf/$(configfile) \
 		$(IMAGE_PACKAGE)-$*/boot/config-$(version)-$(abiname)-$*
 
 	# now install the kernel

--- End Message ---
--- Begin Message ---
Source: kfreebsd-10
Source-Version: 10.3~svn297264-1~debug1

We believe that the bug you reported is fixed in the latest version of
kfreebsd-10, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 820151@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steven Chamberlain <steven@pyro.eu.org> (supplier of updated kfreebsd-10 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 10 Apr 2016 14:57:50 +0100
Source: kfreebsd-10
Binary: kfreebsd-source-10.3 kfreebsd-headers-10.3-0 kfreebsd-image-10.3-0-amd64 kfreebsd-image-10-amd64 kfreebsd-headers-10.3-0-amd64 kfreebsd-headers-10-amd64 kernel-image-10.3-0-amd64-di nic-modules-10.3-0-amd64-di nic-wireless-modules-10.3-0-amd64-di nic-shared-modules-10.3-0-amd64-di serial-modules-10.3-0-amd64-di usb-serial-modules-10.3-0-amd64-di ppp-modules-10.3-0-amd64-di cdrom-modules-10.3-0-amd64-di scsi-core-modules-10.3-0-amd64-di scsi-modules-10.3-0-amd64-di scsi-extra-modules-10.3-0-amd64-di plip-modules-10.3-0-amd64-di floppy-modules-10.3-0-amd64-di loop-modules-10.3-0-amd64-di ipv6-modules-10.3-0-amd64-di nls-core-modules-10.3-0-amd64-di ext2-modules-10.3-0-amd64-di isofs-modules-10.3-0-amd64-di reiserfs-modules-10.3-0-amd64-di fat-modules-10.3-0-amd64-di zfs-modules-10.3-0-amd64-di nfs-modules-10.3-0-amd64-di nullfs-modules-10.3-0-amd64-di md-modules-10.3-0-amd64-di parport-modules-10.3-0-amd64-di nic-usb-modules-10.3-0-amd64-di
 sata-modules-10.3-0-amd64-di acpi-modules-10.3-0-amd64-di i2c-modules-10.3-0-amd64-di crypto-modules-10.3-0-amd64-di crypto-dm-modules-10.3-0-amd64-di mmc-core-modules-10.3-0-amd64-di mmc-modules-10.3-0-amd64-di sound-modules-10.3-0-amd64-di zlib-modules-10.3-0-amd64-di kfreebsd-image-10.3-0-486 kfreebsd-image-10-486 kfreebsd-headers-10.3-0-486 kfreebsd-headers-10-486 kfreebsd-image-10.3-0-686 kfreebsd-image-10-686 kfreebsd-headers-10.3-0-686 kfreebsd-headers-10-686 kfreebsd-image-10.3-0-xen kfreebsd-image-10-xen kfreebsd-headers-10.3-0-xen kfreebsd-headers-10-xen kernel-image-10.3-0-486-di nic-modules-10.3-0-486-di nic-wireless-modules-10.3-0-486-di nic-shared-modules-10.3-0-486-di serial-modules-10.3-0-486-di usb-serial-modules-10.3-0-486-di ppp-modules-10.3-0-486-di cdrom-modules-10.3-0-486-di scsi-core-modules-10.3-0-486-di scsi-modules-10.3-0-486-di scsi-extra-modules-10.3-0-486-di plip-modules-10.3-0-486-di floppy-modules-10.3-0-486-di
 loop-modules-10.3-0-486-di ipv6-modules-10.3-0-486-di nls-core-modules-10.3-0-486-di ext2-modules-10.3-0-486-di isofs-modules-10.3-0-486-di reiserfs-modules-10.3-0-486-di fat-modules-10.3-0-486-di zfs-modules-10.3-0-486-di nfs-modules-10.3-0-486-di nullfs-modules-10.3-0-486-di md-modules-10.3-0-486-di parport-modules-10.3-0-486-di nic-usb-modules-10.3-0-486-di sata-modules-10.3-0-486-di acpi-modules-10.3-0-486-di i2c-modules-10.3-0-486-di crypto-modules-10.3-0-486-di crypto-dm-modules-10.3-0-486-di mmc-core-modules-10.3-0-486-di mmc-modules-10.3-0-486-di sound-modules-10.3-0-486-di
 zlib-modules-10.3-0-486-di
Architecture: source all
Version: 10.3~svn297264-1~debug1
Distribution: experimental
Urgency: medium
Maintainer: GNU/kFreeBSD Maintainers <debian-bsd@lists.debian.org>
Changed-By: Steven Chamberlain <steven@pyro.eu.org>
Description:
 acpi-modules-10.3-0-486-di - ACPI support modules (udeb)
 acpi-modules-10.3-0-amd64-di - ACPI support modules (udeb)
 cdrom-modules-10.3-0-486-di - Esoteric CDROM drivers (udeb)
 cdrom-modules-10.3-0-amd64-di - Esoteric CDROM drivers (udeb)
 crypto-dm-modules-10.3-0-486-di - devicemapper crypto module (udeb)
 crypto-dm-modules-10.3-0-amd64-di - devicemapper crypto module (udeb)
 crypto-modules-10.3-0-486-di - crypto modules (udeb)
 crypto-modules-10.3-0-amd64-di - crypto modules (udeb)
 ext2-modules-10.3-0-486-di - EXT2 filesystem support (udeb)
 ext2-modules-10.3-0-amd64-di - EXT2 filesystem support (udeb)
 fat-modules-10.3-0-486-di - FAT filesystem support (udeb)
 fat-modules-10.3-0-amd64-di - FAT filesystem support (udeb)
 floppy-modules-10.3-0-486-di - Floppy driver (udeb)
 floppy-modules-10.3-0-amd64-di - Floppy driver (udeb)
 i2c-modules-10.3-0-486-di - i2c support modules (udeb)
 i2c-modules-10.3-0-amd64-di - i2c support modules (udeb)
 ipv6-modules-10.3-0-486-di - IPv6 driver (udeb)
 ipv6-modules-10.3-0-amd64-di - IPv6 driver (udeb)
 isofs-modules-10.3-0-486-di - ISOFS filesystem support (udeb)
 isofs-modules-10.3-0-amd64-di - ISOFS filesystem support (udeb)
 kernel-image-10.3-0-486-di - kFreeBSD binary image for the Debian installer (udeb)
 kernel-image-10.3-0-amd64-di - kFreeBSD binary image for the Debian installer (udeb)
 kfreebsd-headers-10-486 - header files for kernel of FreeBSD 10 (meta-package)
 kfreebsd-headers-10-686 - header files for kernel of FreeBSD 10 (meta-package)
 kfreebsd-headers-10-amd64 - header files for kernel of FreeBSD 10 (meta-package)
 kfreebsd-headers-10-xen - header files for kernel of FreeBSD 10 (meta-package)
 kfreebsd-headers-10.3-0 - Common architecture-specific header files for kernel of FreeBSD 1
 kfreebsd-headers-10.3-0-486 - header files for kernel of FreeBSD 10.3
 kfreebsd-headers-10.3-0-686 - header files for kernel of FreeBSD 10.3
 kfreebsd-headers-10.3-0-amd64 - header files for kernel of FreeBSD 10.3
 kfreebsd-headers-10.3-0-xen - header files for kernel of FreeBSD 10.3
 kfreebsd-image-10-486 - kernel of FreeBSD 10 image (meta-package)
 kfreebsd-image-10-686 - kernel of FreeBSD 10 image (meta-package)
 kfreebsd-image-10-amd64 - kernel of FreeBSD 10 image (meta-package)
 kfreebsd-image-10-xen - kernel of FreeBSD 10 image (meta-package)
 kfreebsd-image-10.3-0-486 - kernel of FreeBSD 10.3 image
 kfreebsd-image-10.3-0-686 - kernel of FreeBSD 10.3 image
 kfreebsd-image-10.3-0-amd64 - kernel of FreeBSD 10.3 image
 kfreebsd-image-10.3-0-xen - kernel of FreeBSD 10.3 image
 kfreebsd-source-10.3 - source code for kernel of FreeBSD 10.3 with Debian patches
 loop-modules-10.3-0-486-di - Loopback filesystem support (udeb)
 loop-modules-10.3-0-amd64-di - Loopback filesystem support (udeb)
 md-modules-10.3-0-486-di - RAID and LVM support (udeb)
 md-modules-10.3-0-amd64-di - RAID and LVM support (udeb)
 mmc-core-modules-10.3-0-486-di - MMC/SD/SDIO core modules (udeb)
 mmc-core-modules-10.3-0-amd64-di - MMC/SD/SDIO core modules (udeb)
 mmc-modules-10.3-0-486-di - MMC/SD card modules (udeb)
 mmc-modules-10.3-0-amd64-di - MMC/SD card modules (udeb)
 nfs-modules-10.3-0-486-di - NFS filesystem support (udeb)
 nfs-modules-10.3-0-amd64-di - NFS filesystem support (udeb)
 nic-modules-10.3-0-486-di - Common NIC drivers (udeb)
 nic-modules-10.3-0-amd64-di - Common NIC drivers (udeb)
 nic-shared-modules-10.3-0-486-di - Shared NIC drivers (udeb)
 nic-shared-modules-10.3-0-amd64-di - Shared NIC drivers (udeb)
 nic-usb-modules-10.3-0-486-di - USB NIC drivers (udeb)
 nic-usb-modules-10.3-0-amd64-di - USB NIC drivers (udeb)
 nic-wireless-modules-10.3-0-486-di - Wireless NIC drivers (udeb)
 nic-wireless-modules-10.3-0-amd64-di - Wireless NIC drivers (udeb)
 nls-core-modules-10.3-0-486-di - Core NLS support (udeb)
 nls-core-modules-10.3-0-amd64-di - Core NLS support (udeb)
 nullfs-modules-10.3-0-486-di - nullfs filesystem support (udeb)
 nullfs-modules-10.3-0-amd64-di - nullfs filesystem support (udeb)
 parport-modules-10.3-0-486-di - Parallel port support (udeb)
 parport-modules-10.3-0-amd64-di - Parallel port support (udeb)
 plip-modules-10.3-0-486-di - PLIP drivers (udeb)
 plip-modules-10.3-0-amd64-di - PLIP drivers (udeb)
 ppp-modules-10.3-0-486-di - PPP drivers (udeb)
 ppp-modules-10.3-0-amd64-di - PPP drivers (udeb)
 reiserfs-modules-10.3-0-486-di - Reiser filesystem support (udeb)
 reiserfs-modules-10.3-0-amd64-di - Reiser filesystem support (udeb)
 sata-modules-10.3-0-486-di - SATA drivers (udeb)
 sata-modules-10.3-0-amd64-di - SATA drivers (udeb)
 scsi-core-modules-10.3-0-486-di - Core SCSI subsystem (udeb)
 scsi-core-modules-10.3-0-amd64-di - Core SCSI subsystem (udeb)
 scsi-extra-modules-10.3-0-486-di - Uncommon SCSI drivers (udeb)
 scsi-extra-modules-10.3-0-amd64-di - Uncommon SCSI drivers (udeb)
 scsi-modules-10.3-0-486-di - SCSI drivers (udeb)
 scsi-modules-10.3-0-amd64-di - SCSI drivers (udeb)
 serial-modules-10.3-0-486-di - Serial drivers (udeb)
 serial-modules-10.3-0-amd64-di - Serial drivers (udeb)
 sound-modules-10.3-0-486-di - sound support (udeb)
 sound-modules-10.3-0-amd64-di - sound support (udeb)
 usb-serial-modules-10.3-0-486-di - USB serial drivers (udeb)
 usb-serial-modules-10.3-0-amd64-di - USB serial drivers (udeb)
 zfs-modules-10.3-0-486-di - ZFS filesystem support (udeb)
 zfs-modules-10.3-0-amd64-di - ZFS filesystem support (udeb)
 zlib-modules-10.3-0-486-di - zlib modules (udeb)
 zlib-modules-10.3-0-amd64-di - zlib modules (udeb)
Closes: 820151
Changes:
 kfreebsd-10 (10.3~svn297264-1~debug1) experimental; urgency=medium
 .
   * 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)
     (Closes: #820151)
   * Relocate /lib/modules/ into /boot/, so that GRUB can load kernel
     modules even if /lib is on an unsupported or encrypted filesystem
Checksums-Sha1:
 370fbec6aeafabf255a2a99550d01a5f3f1c4391 11316 kfreebsd-10_10.3~svn297264-1~debug1.dsc
 6c17f685f42b78e42843c2668c5a963d68a8fdc8 31270960 kfreebsd-10_10.3~svn297264.orig.tar.xz
 53a43493cbab3e6bd95cf0e1cde69d40fd01f103 152920 kfreebsd-10_10.3~svn297264-1~debug1.debian.tar.xz
 c17ca8e1e5f8231576be6ea98d5d1ecf322f47c5 31324022 kfreebsd-source-10.3_10.3~svn297264-1~debug1_all.deb
Checksums-Sha256:
 1c640a8e4362cf61d710b4e855b7e76933f30e3056982d50c9cc11181141afdd 11316 kfreebsd-10_10.3~svn297264-1~debug1.dsc
 33f0c907e989ac8f2a9345afa94c593f22cca14bd02ffc5daccfa62f0651ae4d 31270960 kfreebsd-10_10.3~svn297264.orig.tar.xz
 f11ba00ad6bbae2422184e3d17844661248e415d239da6493b2d76635e44591e 152920 kfreebsd-10_10.3~svn297264-1~debug1.debian.tar.xz
 aa6e2cc3365c5977c711a7d0e758ef4cb6decedcd01c37dfc02f7af9dc888415 31324022 kfreebsd-source-10.3_10.3~svn297264-1~debug1_all.deb
Files:
 20e93c468bb88b40ef53f99bc5d75679 11316 kernel optional kfreebsd-10_10.3~svn297264-1~debug1.dsc
 8e023f15ab542d5dbde359b735ef52fb 31270960 kernel optional kfreebsd-10_10.3~svn297264.orig.tar.xz
 e7a4b750ea4573b23fafc72a73be1dda 152920 kernel optional kfreebsd-10_10.3~svn297264-1~debug1.debian.tar.xz
 20fd71cf526f6644b22779eea950313b 31324022 kernel optional kfreebsd-source-10.3_10.3~svn297264-1~debug1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXCmXmAAoJELrpzbaMAu5TLyUIANDWOotu4VoSV4oyEOQnoPDg
Mn5l5lfWz4TNcXF9c8Wign+z9Lo5RzsoD8pALBn8Zzd59757YmunMRhmwyQsT3Lq
oy2wxpfLEB7rQ2R/3WMotMw0X1UhSivLIqgYaxhPFlqQAvao+Fxd1ZX1V9vWl+0T
XXF2X3kle6hdbESAY5chkxcacmcz6tQschxlNo/7fH682RoeA624ADA+s15KrYKb
g5ULQFRaCjAdamFdfirhsmGo9WKEKtcbYvs1FXdJuDK/R4fWALyCQLa3cwvaVNGb
6Wq4tJTxdB72BDiTMqjIigbME6PLoBeWEvccTxBSku4pfgXNC+bcSfyS0oEyIAs=
=rlxJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: