Nilesh Patra pushed to branch master at Debian Med / squizz
Commits: 600b2157 by Nilesh Patra at 2020-08-15T18:34:21+05:30 compat version: 13, standards version: 4.5.0 - - - - - 37dc18de by Nilesh Patra at 2020-08-15T18:34:42+05:30 Add "Rules-Requires-Root:no" - - - - - 1b378dd9 by Nilesh Patra at 2020-08-15T18:47:34+05:30 Fix whatis entry - - - - - ccc5b4a9 by Nilesh Patra at 2020-08-15T18:51:10+05:30 Remove un-needed html and la files - - - - - 4 changed files: - − debian/compat - debian/control - debian/patches/correct-manpages-section.patch - debian/rules Changes: ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,11 +4,12 @@ Uploaders: Olivier Sallou <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~) -Standards-Version: 4.2.1 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/squizz Vcs-Git: https://salsa.debian.org/med-team/squizz.git Homepage: ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz/ +Rules-Requires-Root: no Package: squizz Architecture: any ===================================== debian/patches/correct-manpages-section.patch ===================================== @@ -1,11 +1,11 @@ Subject: Fix man page section Description: wrong section used -Author: Olivier Sallou <[email protected]> -Last-Updated: 2013-02-18 +Author: Olivier Sallou <[email protected]>, Nilesh Patra <[email protected]> +Last-Updated: 2020-08-15 Forwarded: Yes --- a/doc/alifmt.man +++ b/doc/alifmt.man -@@ -123,8 +123,8 @@ +@@ -123,14 +123,14 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" @@ -16,9 +16,16 @@ Forwarded: Yes .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l + .nh + .SH "NAME" +-.IP "\fBalifmt\fR \- Aligned sequences formats" 4 ++alifmt \- Aligned sequences formats" 4 + .IX Item "alifmt - Aligned sequences formats" + .SH "DESCRIPTION" + .IX Header "DESCRIPTION" --- a/doc/seqfmt.man +++ b/doc/seqfmt.man -@@ -123,8 +123,8 @@ +@@ -123,14 +123,14 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" @@ -29,3 +36,21 @@ Forwarded: Yes .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l + .nh + .SH "NAME" +-.IP "\fBseqfmt\fR \- Sequences formats" 4 ++seqfmt \- Sequences formats" 4 + .IX Item "seqfmt - Sequences formats" + .SH "DESCRIPTION" + .IX Header "DESCRIPTION" +--- a/doc/squizz.man ++++ b/doc/squizz.man +@@ -139,7 +139,7 @@ + .if n .ad l + .nh + .SH "NAME" +-.IP "\fBsquizz\fR \- Sequence format checker" 4 ++squizz \- Sequence format checker" 4 + .IX Item "squizz - Sequence format checker" + .SH "SYNOPSIS" + .IX Header "SYNOPSIS" ===================================== debian/rules ===================================== @@ -15,3 +15,9 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test --no-parallel endif + +override_dh_missing: + # Remove un-needed html and la files + find debian/tmp -name '*.la' | xargs rm -rf + find debian/tmp -name '*.html' | xargs rm -rf + dh_missing View it on GitLab: https://salsa.debian.org/med-team/squizz/-/compare/cd9c10371b9331f981245da2bf0944b16069e9d3...ccc5b4a9cf716df219b969ef04015d55570196cc -- View it on GitLab: https://salsa.debian.org/med-team/squizz/-/compare/cd9c10371b9331f981245da2bf0944b16069e9d3...ccc5b4a9cf716df219b969ef04015d55570196cc 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
