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

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



Hi!

On Tue, 2016-04-05 at 23:17:08 +0200, Jon Boden wrote:
> Package: kfreebsd-10
> Version: 10.1~svn274115-4+kbsd8u3
> Severity: wishlist
> Tags: patch

> 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?

Is this acceptable for the Ubuntu archive? In any case that's
something for the current kFreeBSD manintainers to agree with.

> 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,

You don't need this, see below…

>  Standards-Version: 3.9.2
>  
>  Package: kfreebsd-source-@version@
> 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)

…you can use dpkg-vendor instead, which does not need any additional
build dependency.

Thanks,
Guillem


Reply to: