[SCM] terminatorx/master: Remove obsolete debug and strip handling from d/rules

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Tue Aug 2 20:36:32 UTC 2016


The following commit has been merged in the master branch:
commit edbd356a365bd06daf3c462ecbe9635b818e1688
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Jul 28 20:40:00 2016 +0100

    Remove obsolete debug and strip handling from d/rules

diff --git a/debian/rules b/debian/rules
index 77acc91..ab7bb2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 	EXTRA_CONFIGURE := --enable-capabilities
 endif

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list