[SCM] simplescreenrecorder/master: Don't export build flags manually in debian/rules

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sun Nov 26 12:24:14 UTC 2017


The following commit has been merged in the master branch:
commit 9b1cba6a4bc7b583973a9932740edef0f018ceaf
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Nov 25 15:08:15 2017 +0000

    Don't export build flags manually in debian/rules
    
    debhelper already does this

diff --git a/debian/rules b/debian/rules
index 52ca5ec..3fa00ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-
 ARCH = $(shell dpkg --print-architecture)
 
 %:

-- 
simplescreenrecorder packaging



More information about the pkg-multimedia-commits mailing list