[med-svn] [Git][med-team/fsm-lite][master] 5 commits: debian/rules: Don't pass -msse4.2, ever. Closes: #985061
Michael R. Crusoe
gitlab at salsa.debian.org
Fri Mar 12 15:04:38 GMT 2021
Michael R. Crusoe pushed to branch master at Debian Med / fsm-lite
Commits:
f13e47da by Michael R. Crusoe at 2021-03-12T15:59:04+01:00
debian/rules: Don't pass -msse4.2, ever. Closes: #985061
- - - - -
5254f553 by Michael R. Crusoe at 2021-03-12T15:59:04+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
dd54bd80 by Michael R. Crusoe at 2021-03-12T15:59:04+01:00
routine-update: watch file standard 4
- - - - -
9c87a6f6 by Michael R. Crusoe at 2021-03-12T15:59:04+01:00
debian/upstream/metadata: add GitHub repo
- - - - -
8bf4622f by Michael R. Crusoe at 2021-03-12T15:59:05+01:00
routine-update: Ready to upload to unstable
- - - - -
7 changed files:
- debian/changelog
- debian/control
- debian/patches/fix_makefile.patch
- debian/patches/use_debian_packaged_libsdsl.patch
- debian/rules
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+fsm-lite (1.0-5) unstable; urgency=medium
+
+ * Team upload.
+ * debian/rules: Don't pass -msse4.2, ever. Closes: #985061
+ * Standards-Version: 4.5.1 (routine-update)
+ * watch file standard 4 (routine-update)
+ * debian/upstream/metadata: add GitHub repo
+
+ -- Michael R. Crusoe <crusoe at debian.org> Fri, 12 Mar 2021 15:52:36 +0100
+
fsm-lite (1.0-4) unstable; urgency=medium
[ Andrius Merkys ]
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libsdsl-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/fsm-lite
Vcs-Git: https://salsa.debian.org/med-team/fsm-lite.git
Homepage: https://github.com/nvalimak/fsm-lite
=====================================
debian/patches/fix_makefile.patch
=====================================
@@ -1,17 +1,16 @@
Description: Support more architectures
Bug-Debian: http://bugs.debian.org/824368
Author: Andreas Tille <tille at debian.org>
-Last-Update: Sun, 15 May 2016 09:04:46 +0200
-
---- a/Makefile
-+++ b/Makefile
-@@ -1,11 +1,11 @@
+Last-Update: 2021-03-12
+Forwarded: not-needed
+--- fsm-lite.orig/Makefile
++++ fsm-lite/Makefile
+@@ -1,11 +1,10 @@
-SDSL_INSTALL_PREFIX=${HOME}/software
-
-CPPFLAGS=-std=c++11 -I$(SDSL_INSTALL_PREFIX)/include -DNDEBUG -O3 -msse4.2
+CPPFLAGS+=-DNDEBUG
-+CXXFLAGS+=-std=c++11
-+# -O3 -msse4.2
++CXXFLAGS+=-std=c++11 -O3
LIBS=-lsdsl -ldivsufsort -ldivsufsort64
OBJ = configuration.o input_reader.o fsm-lite.o
@@ -21,7 +20,7 @@ Last-Update: Sun, 15 May 2016 09:04:46 +0200
test: fsm-lite
./fsm-lite -l test.list -t tmp -v --debug -m 1
-@@ -14,6 +14,6 @@ clean:
+@@ -14,6 +13,6 @@
$(RM) fsm-lite *.o *~
depend:
=====================================
debian/patches/use_debian_packaged_libsdsl.patch
=====================================
@@ -1,6 +1,7 @@
Author: Andreas Tille <tille at debian.org>
Last-Update: Fri, 08 Apr 2016 10:01:02 +0200
Description: Upstream hardcodes local path to libsdsl which is removed here
+Forwarded: not-needed
--- a/dependencies.mk
+++ b/dependencies.mk
=====================================
debian/rules
=====================================
@@ -2,20 +2,11 @@
# DH_VERBOSE := 1
-include /usr/share/dpkg/architecture.mk
-
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-ifeq ($(DEB_HOST_ARCH), amd64)
- CPPFLAGS += -msse4.2
-endif
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
-
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "Upstream source is lacking file test.list which is needed for testing."
=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,7 @@
Bug-Database: https://github.com/nvalimak/fsm-lite/issues
Bug-Submit: https://github.com/nvalimak/fsm-lite/issues/new
+Repository-Browse: https://github.com/nvalimak/fsm-lite
+Repository: https://github.com/nvalimak/fsm-lite.git
Registry:
- Name: OMICtools
Entry: OMICS_28406
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
https://github.com/nvalimak/fsm-lite/releases .*/archive/v(\d[\d.-]+)-stable\.(?:tar(?:\.gz|\.bz2)?|tgz)
View it on GitLab: https://salsa.debian.org/med-team/fsm-lite/-/compare/ff3b6f62aab9ef2b0a9e0849fae201ded22d2c34...8bf4622fc91a3dc4f6f30e9d556d46f5b2e8e6a3
--
View it on GitLab: https://salsa.debian.org/med-team/fsm-lite/-/compare/ff3b6f62aab9ef2b0a9e0849fae201ded22d2c34...8bf4622fc91a3dc4f6f30e9d556d46f5b2e8e6a3
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/20210312/11e230e4/attachment-0001.htm>
More information about the debian-med-commit
mailing list