Sascha Steinbiss pushed to branch master at Debian Med / fermi-lite
Commits: d00ccbe3 by Sascha Steinbiss at 2018-07-04T23:41:04+02:00 update changelog - - - - - bfbc6a2e by Sascha Steinbiss at 2018-07-04T23:42:03+02:00 use Salsa Vcs-* fields - - - - - eb8e0ee5 by Sascha Steinbiss at 2018-07-04T23:43:07+02:00 bump Standards-Version - - - - - 0c41488c by Sascha Steinbiss at 2018-07-04T23:43:18+02:00 remove unnecessary Testsuite field - - - - - 5fedf1c2 by Sascha Steinbiss at 2018-07-04T23:43:51+02:00 use debhelper 11 - - - - - 267fe66b by Sascha Steinbiss at 2018-07-04T23:48:55+02:00 improve hardening - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/patches/hardening Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +fermi-lite (0.1-5) unstable; urgency=medium + + [ Steffen Möller ] + * Add new d/u/metadata file + + [ Sascha Steinbiss ] + * Update Vcs-* fields with Salsa addresses. + * Bump Standards-Version. + * Remove unnecessary Testsuite field. + * Use debhelper 11. + * Improve hardening. + + -- Sascha Steinbiss <[email protected]> Wed, 04 Jul 2018 23:40:50 +0200 + fermi-lite (0.1-4) unstable; urgency=medium * Upload to unstable ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,14 +3,13 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Sascha Steinbiss <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), d-shlibs, zlib1g-dev, help2man -Standards-Version: 3.9.8 -Testsuite: autopkgtest -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fermi-lite.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/fermi-lite.git +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/med-team/fermi-lite +Vcs-Git: https://salsa.debian.org/med-team/fermi-lite.git Homepage: https://github.com/lh3/fermi-lite Package: fml-asm ===================================== debian/patches/hardening ===================================== --- a/debian/patches/hardening +++ b/debian/patches/hardening @@ -4,14 +4,16 @@ Author: Sascha Steinbiss <[email protected]> Last-Update: 2016-01-08 --- a/Makefile +++ b/Makefile -@@ -1,5 +1,5 @@ +@@ -1,6 +1,6 @@ -CC= gcc -CFLAGS= -g -Wall -O2 -fPIC #-fno-inline-functions -fno-inline-functions-called-once +-CPPFLAGS= +CC?= gcc +CFLAGS+= -g -Wall -O2 -fPIC #-fno-inline-functions -fno-inline-functions-called-once - CPPFLAGS= ++#CPPFLAGS= INCLUDES= OBJS= kthread.o misc.o \ + bseq.o htab.o bfc.o \ @@ -18,7 +18,7 @@ all:$(PROG) libfml.so.$(SONUMBER) View it on GitLab: https://salsa.debian.org/med-team/fermi-lite/compare/9cd9303063d6910dc96b2155dc6ecd77985e4286...267fe66b2ba1da4cb860aadc92eff4e54c07f760 -- View it on GitLab: https://salsa.debian.org/med-team/fermi-lite/compare/9cd9303063d6910dc96b2155dc6ecd77985e4286...267fe66b2ba1da4cb860aadc92eff4e54c07f760 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
