r16089 - packages/trunk/pingus/debian

Bertrand Marc bmarc at moszumanska.debian.org
Fri Mar 30 09:06:30 UTC 2018


Author: bmarc
Date: 2018-03-30 09:06:30 +0000 (Fri, 30 Mar 2018)
New Revision: 16089

Modified:
   packages/trunk/pingus/debian/rules
Log:
debian/rules: stop calling directly dpkg-architecture to fix the lintian warning.

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2018-03-30 09:05:19 UTC (rev 16088)
+++ packages/trunk/pingus/debian/rules	2018-03-30 09:06:30 UTC (rev 16089)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+include /usr/share/dpkg/architecture.mk
 ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
     SCONS_OPTS:=with_linuxevdev=no with_linuxusbmouse=no
 endif




More information about the Pkg-games-commits mailing list