[SCM] jack-audio-connection-kit/master: d/rules: get rid of more cdbs stuff that apparently doesn't need conversion for dh

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Nov 8 16:45:58 UTC 2017


The following commit has been merged in the master branch:
commit 8a3397a722c42a13f9020d05b967a436f0034e7a
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Nov 8 16:58:25 2017 +0100

    d/rules: get rid of more cdbs stuff that apparently doesn't need conversion for dh
    
    built package is identical to the one produced with cdbs anyway...
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/rules b/debian/rules
index 10617ed..1fa4fb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,15 +4,10 @@ ifneq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 export DH_OPTIONS = -Njackd1-firewire
 endif
 
-DEB_UPSTREAM_PACKAGE = jack-audio-connection-kit
-DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/\+.*//
-DEB_UPSTREAM_URL = http://jackaudio.org/downloads
-
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-resize \
 	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	--enable-timestamps --disable-iec61883 --with-oldtrans \
 	--disable-ensure-mlock --enable-sse=yes --enable-static=yes
-	# --enable-posix-shm
 
 _build_arch := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_ARCH ?= $(_build_arch)
@@ -20,8 +15,6 @@ ifneq (,$(filter amd64,$(DEB_BUILD_ARCH)))
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-dynsimd=yes
 endif
 
-DEB_DH_INSTALLINIT_ARGS := -- start 99 2 3 4 5 . stop 10 0 1 6 .
-
 # to avoid stripping when nostrip is set in DEB_BUILD_OPTIONS
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
   DEB_CONFIGURE_EXTRA_FLAGS += --enable-stripped-jackd
@@ -47,10 +40,6 @@ ifneq (,$(filter amd64,$(DEB_BUILD_ARCH)))
 CFLAGS += -m3dnow -msse
 endif
 
-DEB_DH_MAKESHLIBS_ARGS := -V -Xintime -Xinprocess -Xjack_alsa -Xjack_oss\
-	-Xjack_dummy -Xjack_iec61883 -Xjack_firewire
-
-
 %:
 	dh $@ --parallel --with bash-completion -Sautoconf
 
@@ -58,8 +47,8 @@ override_dh_auto_configure:
 	./autogen.sh
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
 
-.PHONY: faq
 # this target fetches the FAQ from the JACK homepage
+.PHONY: faq
 faq:
 	dh_testdir
 	w3m -dump http://jackaudio.org/faq > debian/FAQ.dltmp

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list