[med-svn] [Git][med-team/plink2][master] 2 commits: debian/rules: typo was causing FTBFS on mipsel
    Michael R. Crusoe 
    gitlab at salsa.debian.org
       
    Wed Jan 27 10:59:22 GMT 2021
    
    
  
Michael R. Crusoe pushed to branch master at Debian Med / plink2
Commits:
c1a0165c by Michael R. Crusoe at 2021-01-27T10:51:47+01:00
debian/rules: typo was causing FTBFS on mipsel
- - - - -
40a8bbef by Michael R. Crusoe at 2021-01-27T11:58:21+01:00
release 2.00~a3-210118+dfsg-2
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+plink2 (2.00~a3-210118+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/rules: typo was causing FTBFS on mipsel
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 27 Jan 2021 11:58:07 +0100
+
 plink2 (2.00~a3-210118+dfsg-1) unstable; urgency=medium
 
   * Team upload.
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ ifeq (ppc64el,$(DEB_HOST_ARCH))
 	DEB_CFLAGS_MAINT_APPEND+=-mcpu=power8
 	DEB_CXXFLAGS_MAINT_APPEND+=-mcpu=power8
 endif
-ifneq (,$(filter $(DEB_HOST_ARCH),armel mispel m68k powerpc))
+ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel m68k powerpc))
 	DEB_LDFLAGS_MAINT_APPEND+=-latomic
 endif
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
View it on GitLab: https://salsa.debian.org/med-team/plink2/-/compare/81f13f7ff600175fb05e73f83f94d70cb239c490...40a8bbef67da22ae5f368c6b87d7e1d24a5ba737
-- 
View it on GitLab: https://salsa.debian.org/med-team/plink2/-/compare/81f13f7ff600175fb05e73f83f94d70cb239c490...40a8bbef67da22ae5f368c6b87d7e1d24a5ba737
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/20210127/04080be6/attachment-0001.html>
    
    
More information about the debian-med-commit
mailing list