[med-svn] [Git][med-team/tree-puzzle][master] 4 commits: start a new changelog entry for 5.3~rc16+dfsg-10

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 17 09:05:51 GMT 2022



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


Commits:
64b9d767 by Pino Toscano at 2022-02-17T08:54:32+01:00
start a new changelog entry for 5.3~rc16+dfsg-10

- - - - -
95b96440 by Pino Toscano at 2022-02-17T08:56:44+01:00
rules: use /usr/share/dpkg/architecture.mk

- - - - -
6a826896 by Pino Toscano at 2022-02-17T08:59:33+01:00
rules: align build bits for non-Linux i386 to Linux

- - - - -
a555b5e7 by Andreas Tille at 2022-02-17T09:05:46+00:00
Merge branch 'non-linux-i386' into 'master'

rules: align build bits for non-Linux i386 to Linux

See merge request med-team/tree-puzzle!2
- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+tree-puzzle (5.3~rc16+dfsg-10) UNRELEASED; urgency=medium
+
+  [ Pino Toscano ]
+  * Use /usr/share/dpkg/architecture.mk in debian/rules to make sure to have
+    the $DEB_HOST_* variables.
+  * Add -ffloat-store to the CFLAGS also on non-Linux i386 architectures, as
+    the problems are the same as on Linux i386.
+
+ -- Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>  Thu, 17 Feb 2022 08:54:29 +0100
+
 tree-puzzle (5.3~rc16+dfsg-9) unstable; urgency=medium
 
   [ Chris Lamb ]


=====================================
debian/rules
=====================================
@@ -2,12 +2,14 @@
 # debian/rules for tree-puzzle using dh
 # Andreas Tille <tille at debian.org>, GPL
 
+include /usr/share/dpkg/architecture.mk
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 pkg:=tree-puzzle
 ppkg:=tree-ppuzzle
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
+ifeq ($(DEB_BUILD_ARCH_CPU),i386)
 export DEB_CFLAGS_MAINT_APPEND += -ffloat-store
 endif
 



View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/compare/a24e9e3383161c3c8f1bea8b5faadae95e2cae20...a555b5e7184c55a4abbec8ceda30fd228eb46265

-- 
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/compare/a24e9e3383161c3c8f1bea8b5faadae95e2cae20...a555b5e7184c55a4abbec8ceda30fd228eb46265
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/20220217/703e6dce/attachment.htm>


More information about the debian-med-commit mailing list