[med-svn] [Git][med-team/codonw][master] 9 commits: update d/changelog
Sascha Steinbiss
gitlab at salsa.debian.org
Wed Jul 4 18:01:02 BST 2018
Sascha Steinbiss pushed to branch master at Debian Med / codonw
Commits:
5c44319a by Sascha Steinbiss at 2018-07-04T18:53:07+02:00
update d/changelog
- - - - -
db8160eb by Sascha Steinbiss at 2018-07-04T18:53:26+02:00
use secure d/copyright format link
- - - - -
374f38f2 by Sascha Steinbiss at 2018-07-04T18:53:44+02:00
use debhelper 11
- - - - -
f3d398a7 by Sascha Steinbiss at 2018-07-04T18:54:04+02:00
bump Standards-Version
- - - - -
bfe4ec1e by Sascha Steinbiss at 2018-07-04T18:54:59+02:00
drop obsolete patches
- - - - -
c823b4c6 by Sascha Steinbiss at 2018-07-04T18:56:43+02:00
update uploader address
- - - - -
c5fa869a by Sascha Steinbiss at 2018-07-04T18:57:29+02:00
use Salsa Vcs-* fields
- - - - -
6ac2c280 by Sascha Steinbiss at 2018-07-04T18:58:48+02:00
fix whitespace issue
- - - - -
9ae2b727 by Sascha Steinbiss at 2018-07-04T18:59:42+02:00
rename lintian override
- - - - -
6 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- − debian/patches/hardening.patch
- debian/source.lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,30 @@
-codonw (1.4.4-4) UNRELEASED; urgency=low
+codonw (1.4.4-4) unstable; urgency=medium
+ [ Steffen Moeller ]
* debian/upstream/metadata:
- Added ref to OMICtools
- Added associated paper
* Corrected upstream name to codonW
- -- Steffen Moeller <moeller at debian.org> Thu, 03 Aug 2017 13:14:59 +0200
+ [ Dylan Aïssi ]
+ * Fix OMICS ID
+
+ [ Sascha Steinbiss ]
+ * Use secure d/copyright format link.
+ * Use debhelper 11.
+ * Bump Standards-Version.
+ * Remove unnecessary patch file.
+ * Update Uploader email address.
+ * Update Vcs-* fields with Salsa addresses.
+ * Fix whitespace issue in changelog.
+ * Use recent Lintian override names.
+
+ -- Sascha Steinbiss <satta at debian.org> Wed, 04 Jul 2018 18:52:50 +0200
codonw (1.4.4-3) unstable; urgency=low
* Fix typo in d/copyright
- * Add EDAM annotation
+ * Add EDAM annotation
* Bump Standards-Version.
* Use secure Vcs-Git.
* Add Lintian overrides for pedantic issues.
@@ -29,4 +43,4 @@ codonw (1.4.4-1) unstable; urgency=low
* Initial release (Closes: #805693)
- -- Sascha Steinbiss <sascha at steinbiss.name> Fri, 20 Nov 2015 21:24:47 +0000
+ -- Sascha Steinbiss <sascha at steinbiss.name> Fri, 20 Nov 2015 21:24:47 +0000
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: codonw
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Sascha Steinbiss <sascha at steinbiss.name>
-Build-Depends: debhelper (>= 9),
+Uploaders: Sascha Steinbiss <satta at debian.org>
+Build-Depends: debhelper (>= 11),
help2man
-Standards-Version: 3.9.7
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/codonw.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/codonw.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/codonw
+Vcs-Git: https://salsa.debian.org/med-team/codonw.git
Homepage: http://codonw.sourceforge.net
Package: codonw
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: codonW
Source: http://sourceforge.net/projects/codonw/
Files-Excluded: CVS
=====================================
debian/patches/hardening.patch deleted
=====================================
--- a/debian/patches/hardening.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,10 +1,17 @@
-+override cflags = $(CFLAGS) -g
-+
- objects = codon_us.o codons.o open_fil.o commline.o menu.o tester.o coresp.o
- linked = rscu cu aau raau tidy reader cutab cutot transl bases base3s dinuc cai fop gc3s gc cbi enc
-
-+CC=cc
-+CFLAGS= -O -DBSD
-+LN=ln -f
-+
-+
- all: codonw links
-
- codonw: $(objects)
-- $(CC) $(CFLAGS) $(LDFLAGS) $(objects) -o codonw -lm
-+ $(CC) $(CFLAGS) $(objects) -o codonw -lm
-
- clean:
- \rm -f $(objects)
-@@ -16,25 +23,25 @@
- \rm -f $(objects) codonw Makefile $(linked)
-
- codon_us.o: codon_us.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) codon_us.c
-+ $(CC) -c $(CFLAGS) codon_us.c
-
- menu.o: menu.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) menu.c
-+ $(CC) -c $(CFLAGS) menu.c
-
- codons.o: codons.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) codons.c
-+ $(CC) -c $(CFLAGS) codons.c
-
- coresp.o: coresp.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) coresp.c
-+ $(CC) -c $(CFLAGS) coresp.c
-
- open_fil.o: open_fil.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) open_fil.c
-+ $(CC) -c $(CFLAGS) open_fil.c
-
- commline.o: commline.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) commline.c
-+ $(CC) -c $(CFLAGS) commline.c
-
- tester.o: tester.c codonW.h
-- $(CC) -c $(CFLAGS) $(CPPFLAGS) tester.c
-+ $(CC) -c $(CFLAGS) tester.c
-
- links: codonw
- $(LN) codonw rscu
=====================================
debian/source.lintian-overrides
=====================================
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -1,2 +1,2 @@
# Upstream does not provide signed tarballs.
-codonw source: debian-watch-may-check-gpg-signature
+codonw source: debian-watch-does-not-check-gpg-signature
View it on GitLab: https://salsa.debian.org/med-team/codonw/compare/bf906c42aea609c0f1d58ce8b7ed1778b9a4c324...9ae2b7279d62442a5bb1f3bffe7df7a32095f3c1
--
View it on GitLab: https://salsa.debian.org/med-team/codonw/compare/bf906c42aea609c0f1d58ce8b7ed1778b9a4c324...9ae2b7279d62442a5bb1f3bffe7df7a32095f3c1
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/20180704/66fbc118/attachment-0001.html>
More information about the debian-med-commit
mailing list