[med-svn] [Git][med-team/dialign-t][master] 3 commits: cme fix dpkg-control

Andreas Tille gitlab at salsa.debian.org
Wed Feb 14 08:31:47 UTC 2018


Andreas Tille pushed to branch master at Debian Med / dialign-t


Commits:
50d4e3ab by Andreas Tille at 2018-02-14T09:26:28+01:00
cme fix dpkg-control

- - - - -
c406b68e by Andreas Tille at 2018-02-14T09:27:27+01:00
debhelper 11

- - - - -
bb77e1bf by Andreas Tille at 2018-02-14T09:31:26+01:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+dialign-t (1.0.2-10) unstable; urgency=medium
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: fix build/host confusion. (Closes: #890371)
+
+  [ Andreas Tille ]
+  * cme fix dpkg-control
+  * debhelper 11
+
+ -- Andreas Tille <tille at debian.org>  Wed, 14 Feb 2018 09:27:32 +0100
+
 dialign-t (1.0.2-9) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Uploaders: Charles Plessy <plessy at debian.org>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 11~)
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/dialign-t.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/dialign-t.git
 Homepage: http://dialign-tx.gobics.de/


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,10 @@
 
 SRCDIR=$(CURDIR)/source
 
-export SSEFLAGS := $(shell if [ `dpkg-architecture -qDEB_BUILD_ARCH` = amd64 -o `dpkg-architecture -qDEB_BUILD_ARCH` = i386 ] ; then echo "-mfpmath=sse -msse -mmmx" ; fi)
+include /usr/share/dpkg/architecture.mk
+ifneq ($(filter $(DEB_HOST_ARCH_CPU),amd64 i386),)
+export SSEFLAGS = -mfpmath=sse -msse -mmmx
+endif
 export DEB_BUILD_MAINT_OPTIONS += hardening=+all
 
 %:



View it on GitLab: https://salsa.debian.org/med-team/dialign-t/compare/076c4a2ddcc0a9979fb986bf17cba7387846568b...bb77e1bff8ef598fe98f837b7c0086dd5289eb53

---
View it on GitLab: https://salsa.debian.org/med-team/dialign-t/compare/076c4a2ddcc0a9979fb986bf17cba7387846568b...bb77e1bff8ef598fe98f837b7c0086dd5289eb53
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180214/8ab37ca9/attachment-0001.html>


More information about the debian-med-commit mailing list