[med-svn] [Git][med-team/tree-puzzle][master] Fix build for arch-all.

Andreas Tille gitlab at salsa.debian.org
Wed Aug 12 15:11:45 BST 2020



Andreas Tille pushed to branch master at Debian Med / tree-puzzle


Commits:
10c5684f by Andreas Tille at 2020-08-12T16:03:03+02:00
Fix build for arch-all.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+tree-puzzle (5.3~rc16+dfsg-4) UNRELEASED; urgency=medium
+
+  * Fix build for arch-all.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Aug 2020 16:02:38 +0200
+
 tree-puzzle (5.3~rc16+dfsg-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -13,13 +13,19 @@ ppkg:=tree-ppuzzle
 override_dh_compress:
 	dh_compress --exclude=.pdf --exclude .phy --exclude trees --exclude .b
 
+override_dh_build-arch:
+	dh_build -a
+
+override_dh_build-indep:
+	echo "Nothing to build just for the docs"
+
 override_dh_install-arch:
 	dh_install -a
 	# The binary has to be renamed because of the generic name
 	mv `pwd`/debian/tmp/usr/bin/puzzle `pwd`/debian/$(pkg)/usr/bin/$(pkg)
 	mv `pwd`/debian/tmp/usr/bin/ppuzzle `pwd`/debian/$(ppkg)/usr/bin/$(ppkg)
 
-override_dh_auto_test:
+override_dh_auto_test-arch:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# unfortunately most tests are failing for the moment
 	# the issue is documented in
@@ -28,6 +34,9 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test
 endif
 
+override_dh_auto_test-indep:
+	echo "No testing for doc package only"
+
 override_dh_installexamples:
 	rm -f tests/*.log tests/*.trs
 	dh_installexamples



View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/10c5684f521c9a900cdbc871f55758b76668e521

-- 
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/10c5684f521c9a900cdbc871f55758b76668e521
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200812/2167fb21/attachment-0001.html>


More information about the debian-med-commit mailing list