[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][debian/master] 2 commits: New maintainer release
Henry-Nicolas Tourneur
gitlab at salsa.debian.org
Tue Nov 10 19:34:22 GMT 2020
Henry-Nicolas Tourneur pushed to branch debian/master at Debian On Mobile / squeekboard
Commits:
b44e6918 by Henry-Nicolas Tourneur at 2020-11-10T18:42:05+00:00
New maintainer release
- - - - -
769112e4 by Henry-Nicolas Tourneur at 2020-11-10T18:53:18+00:00
d/rules: do not set dpkg architecture but include it instead
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,9 @@
-squeekboard (1.10.0-2) UNRELEASED; urgency=medium
+squeekboard (1.10.0-2) unstable; urgency=medium
- [ Arnaud Ferraris ]
+ * Team upload.
* d/rules: set RUSTFLAGS to avoid an FTBFS on mips64el (Closes: #974036)
- -- Henry-Nicolas Tourneur <debian at nilux.be> Tue, 10 Nov 2020 14:44:33 +0000
+ -- Henry-Nicolas Tourneur <debian at nilux.be> Tue, 10 Nov 2020 18:40:50 +0000
squeekboard (1.10.0-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -2,8 +2,9 @@
export CARGO_HOME = $(CURDIR)/debian/cargo
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
# the below avoids an FTBFS on mips64el with a GOT > 64kb
-DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH),mips64el)
export RUSTFLAGS = -Ctarget-feature=+xgot
endif
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/b488883bc2b2916de2e3c89763303d47a50508f7...769112e4e7810dfac5610dff9bb1f1e9d722b173
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/b488883bc2b2916de2e3c89763303d47a50508f7...769112e4e7810dfac5610dff9bb1f1e9d722b173
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-on-mobile-maintainers/attachments/20201110/be5a6260/attachment-0001.html>
More information about the Debian-on-mobile-maintainers
mailing list