[med-svn] [Git][med-team/transtermhp][master] 5 commits: Enable hardening flags

Alexandre Mestiashvili gitlab at salsa.debian.org
Fri Jun 1 20:01:05 BST 2018


Alexandre Mestiashvili pushed to branch master at Debian Med / transtermhp


Commits:
b25d23e5 by Alexandre Mestiashvili at 2018-06-01T19:08:56+02:00
Enable hardening flags

- - - - -
da2a34a7 by Alexandre Mestiashvili at 2018-06-01T20:31:07+02:00
Bump compat level to 11

- - - - -
a26e9f74 by Alexandre Mestiashvili at 2018-06-01T20:33:05+02:00
Update man pages, fix typos, remove author

- - - - -
bac7c55e by Alexandre Mestiashvili at 2018-06-01T20:43:30+02:00
Update uploaders email so it matches changelog name

- - - - -
ed75b30c by Alexandre Mestiashvili at 2018-06-01T20:51:49+02:00
Update chnagelog

Gbp-Dch: Ignore

- - - - -


6 changed files:

- debian/2ndscore.1
- debian/changelog
- debian/compat
- debian/control
- debian/rules
- debian/transterm.1


Changes:

=====================================
debian/2ndscore.1
=====================================
--- a/debian/2ndscore.1
+++ b/debian/2ndscore.1
@@ -238,5 +238,3 @@ it's hard to vouch for its accuracy.
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
 \&\fItransterm\fR\|(1)
-.SH AUTHOR
-Alex Mestiashvili <alex at biotec.tu-dresden.de>


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+transtermhp (2.09-4) unstable; urgency=medium
+
+  [ Steffen Möller ]
+  * Updated RRID in d/u/metadata
+
+  [ Andreas Tille ]
+  * Remove invalid fields from debian/upstream/metadata
+
+  [ Alexandre Mestiashvili ]
+  * d/control:
+    - bump Policy to 4.1.4
+    - fix VCS-* fields use https
+    - update uploader's email
+    - debhelper v11
+  * d/rules:
+    - drop get-orig-source target
+    - enable hardening flags
+  * Drop get-orig-source script
+  * Fix typos in man pages
+
+ -- Alexandre Mestiashvili <mestia at debian.org>  Fri, 01 Jun 2018 20:43:35 +0200
+
 transtermhp (2.09-3) unstable; urgency=medium
 
   [ James McCoy]
@@ -38,7 +60,7 @@ transtermhp (2.09-2) unstable; urgency=low
 transtermhp (2.09-1) unstable; urgency=low
 
   [ Alex Mestiashvili ]
-  * New upstream release. 
+  * New upstream release.
 
   [ Andreas Tille ]
   * Standards-Version: 3.9.2 (no changes needed)


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: transtermhp
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Alex Mestiashvili <mestia at debian.org>,
+Uploaders: Alexandre Mestiashvili <mestia at debian.org>,
            Andreas Tille <tille at debian.org>,
            Fabian Klötzl <kloetzl at evolbio.mpg.de>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 11)
 Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/med-team/transtermhp
 Vcs-Git: https://salsa.debian.org/med-team/transtermhp.git


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,8 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
-
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@


=====================================
debian/transterm.1
=====================================
--- a/debian/transterm.1
+++ b/debian/transterm.1
@@ -160,7 +160,7 @@ fasta file.
 .PP
 When processing an annotation for a chromosom with id = \s-1ID\s0, the first word of
 the '>' lines of the input sequences are searched for \s-1ID\s0.  Because there is no
-good standard for how the '>' line is formated, several heuristics are tried
+good standard for how the '>' line is formatted, several heuristics are tried
 to find \s-1ID\s0 in the '>' line. In the order tried, they are:
 .PP
 .Vb 4
@@ -338,7 +338,7 @@ will not remember these parameters for you. The best way to handle this is to
 make a shell script wrapper around transterm that always passes in your new
 parameters.
 .PP
-Output formating parameters do not require regeneration of expterms.dat \-\-\-
+Output formatting parameters do not require regeneration of expterms.dat \-\-\-
 see discussion above for which parameters expterm.dat depends on.
 .PP
 calibrate.sh can be found in /usr/share/doc/transtermhp/examples directory.
@@ -367,7 +367,7 @@ Following this line are any number of (at, R, M) triples, where 'at' is the \s-1
 content, R is a 4\-tuple (low_hp, high_hp, low_tail, high_tail) giving the
 range of the \s-1HP\s0 and tail scores observed in random sequences of this \s-1AT\s0
 content, and M is the distribution matrix.  These (at, R, M) triples are
-formated as follows:
+formatted as follows:
 .PP
 .Vb 5
 \&   at  low_hp  high_hp  low_tail  high_tail
@@ -390,5 +390,3 @@ matrix, and seqlen is the first number in the first line of the file.
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
 2ndscore(1)
-.SH AUTHOR
-Alex Mestiashvili <alex at biotec.tu-dresden.de> 



View it on GitLab: https://salsa.debian.org/med-team/transtermhp/compare/deb6b1fad364d158d02d6ce868b05fdc54feac9b...ed75b30cc916d014c1149912220b4a7019c3dbe3

-- 
View it on GitLab: https://salsa.debian.org/med-team/transtermhp/compare/deb6b1fad364d158d02d6ce868b05fdc54feac9b...ed75b30cc916d014c1149912220b4a7019c3dbe3
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/20180601/dc9ebd71/attachment-0001.html>


More information about the debian-med-commit mailing list