[med-svn] [Git][med-team/paraclu][master] 15 commits: Changelog as uploaded

Andreas Tille gitlab at salsa.debian.org
Tue Jul 3 14:14:46 BST 2018


Andreas Tille pushed to branch master at Debian Med / paraclu


Commits:
47aebcdf by Andreas Tille at 2018-07-03T14:34:53+02:00
Changelog as uploaded

- - - - -
692ba807 by Andreas Tille at 2018-07-03T14:38:47+02:00
Sort out metadata between debian/upstream/metadata and d/copyright

- - - - -
c9473451 by Andreas Tille at 2018-07-03T14:40:53+02:00
Fix watch file

- - - - -
34b03c92 by Andreas Tille at 2018-07-03T14:41:46+02:00
New style gbp config

- - - - -
7e8085a6 by Andreas Tille at 2018-07-03T14:42:12+02:00
cme fix dpkg-control
 + Point VCS fields to Salsa
 + Standards-Version: 4.1.4

- - - - -
2dc507ce by Andreas Tille at 2018-07-03T14:43:04+02:00
debhelper 11

- - - - -
02c17ec8 by Andreas Tille at 2018-07-03T14:51:41+02:00
Lintian override for script-with-language-extension

- - - - -
27345718 by Andreas Tille at 2018-07-03T14:53:12+02:00
hardening=+all

- - - - -
c2ed054b by Andreas Tille at 2018-07-03T14:55:24+02:00
Enable debug symbols

- - - - -
2f4addec by Andreas Tille at 2018-07-03T14:59:05+02:00
Add manpage if possible

- - - - -
300c7476 by Andreas Tille at 2018-07-03T15:04:55+02:00
Create changelog

- - - - -
8d10a0e5 by Andreas Tille at 2018-07-03T15:05:04+02:00
Fix override

- - - - -
d890a6e6 by Andreas Tille at 2018-07-03T15:07:40+02:00
dh_installman is messing up .sh extension as language extension

- - - - -
f06b3893 by Andreas Tille at 2018-07-03T15:12:12+02:00
Really fix lintian-overrides

- - - - -
c9ca4d3e by Andreas Tille at 2018-07-03T15:13:12+02:00
Upload to unstable

- - - - -


15 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- + debian/createmanpages
- debian/gbp.conf
- + debian/lintian-overrides
- + debian/manpages
- + debian/paraclu-cut.sh.1
- + debian/patches/enable_debug.patch
- + debian/patches/series
- debian/rules
- + debian/source/lintian-overrides
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,22 @@
-paraclu (9-1) UNRELEASED; urgency=low
+paraclu (9-2) unstable; urgency=medium
+
+  * Team upload.
+  * [692ba80] Sort out metadata between debian/upstream/metadata and d/copyright
+  * [c947345] Fix watch file
+  * [34b03c9] New style gbp config
+  * [7e8085a] cme fix dpkg-control
+               + Point VCS fields to Salsa
+               + Standards-Version: 4.1.4
+  * [2dc507c] debhelper 11
+  * [02c17ec] Lintian override for script-with-language-extension
+  * [2734571] hardening=+all
+  * [c2ed054] Enable debug symbols
+  * [2f4adde] Add manpage if possible
+
+ -- Andreas Tille <tille at debian.org>  Tue, 03 Jul 2018 15:12:25 +0200
+
+paraclu (9-1) unstable; urgency=low
 
   * First upload to the Debian archive, closes: #762412.
 
- -- Charles Plessy <plessy at debian.org>  Mon, 22 Sep 2014 10:59:31 +0900
+ -- Charles Plessy <plessy at debian.org>  Tue, 23 Sep 2014 19:32:34 +0900


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Charles Plessy <plessy at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.6
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/paraclu.git
-Vcs-Git: git://anonscm.debian.org/debian-med/paraclu.git
-Homepage: http://www.cbrc.jp/paraclu/
+Build-Depends: debhelper (>= 11~)
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/paraclu
+Vcs-Git: https://salsa.debian.org/med-team/paraclu.git
+Homepage: http://cbrc3.cbrc.jp/~martin/paraclu/
 
 Package: paraclu
 Architecture: any


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,15 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://www.cbrc.jp/paraclu/archive/paraclu-5.zip
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: paraclu
+Upstream-Contact: paraclu at cbrc.jp
+Source: http://cbrc3.cbrc.jp/~martin/paraclu/paraclu-9.zip
 License: GPL-3+
 
 Files: *
-Copyright: © 2011–2012 Martin C. Frith
+Copyright: 2011–2012 Martin C. Frith
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2014 Charles Plessy <plessy at debian.org>
 License: GPL-3+
 
 License: GPL-3+
@@ -21,4 +27,3 @@ License: GPL-3+
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 Comment: On Debian systems, a copy of the GNU General Public License
  version 3 is placed in “/usr/share/common-licenses/GPL-3”.
-


=====================================
debian/createmanpages
=====================================
--- /dev/null
+++ b/debian/createmanpages
@@ -0,0 +1,26 @@
+#!/bin/sh
+MANDIR=debian
+mkdir -p $MANDIR
+
+VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
+NAME=`grep "^Description:" debian/control | sed 's/^Description: *//'`
+PROGNAME=`grep "^Package:" debian/control | sed 's/^Package: *//'`
+
+AUTHOR=".SH AUTHOR\nThis manpage was written by $DEBFULLNAME for the Debian distribution and
+can be used for any other usage of the program.
+"
+
+# If program name is different from package name or title should be
+# different from package short description change this here
+progname=paraclu-cut.sh
+help2man --no-info --no-discard-stderr --help-option=" -h" \
+         --name="$NAME" \
+            --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1
+echo $AUTHOR >> $MANDIR/${progname}.1
+
+cat <<EOT
+Please enhance the help2man output.
+The following web page might be helpful in doing so:
+    http://liw.fi/manpages/
+EOT
+


=====================================
debian/gbp.conf
=====================================
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -4,6 +4,6 @@
 # use pristine-tar:
 pristine-tar = True
 
-[git-dch]
+[dch]
 # include 7 digits of the commit id in the changelog enty:
 id-length = 7


=====================================
debian/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,2 @@
+# see https://lists.debian.org/debian-med/2018/06/msg00043.html
+paraclu: script-with-language-extension usr/bin/paraclu-cut.sh


=====================================
debian/manpages
=====================================
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/*.1


=====================================
debian/paraclu-cut.sh.1
=====================================
--- /dev/null
+++ b/debian/paraclu-cut.sh.1
@@ -0,0 +1,24 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
+.TH PARACLU-CUT.SH "1" "July 2018" "paraclu-cut.sh 9" "User Commands"
+.SH NAME
+paraclu-cut.sh \- Parametric clustering of genomic and transcriptomic features
+.SH SYNOPSIS
+.B paraclu-cut.sh
+[\fI\,options\/\fR] [\fI\,paraclu-output-file(s)\/\fR]
+.SH DESCRIPTION
+Extract a subset of clusters from the output of paraclu.
+.SH OPTIONS
+.TP
+\fB\-h\fR
+show this help message and exit
+.TP
+\fB\-l\fR
+maximum cluster length (default 200)
+.TP
+\fB\-d\fR
+minimum density increase (default 2)
+.TP
+\fB\-s\fR
+density increase applies to single clusters, not cumulatively
+.SH AUTHOR
+This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.


=====================================
debian/patches/enable_debug.patch
=====================================
--- /dev/null
+++ b/debian/patches/enable_debug.patch
@@ -0,0 +1,13 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 03 Jul 2018 14:54:48 +0200
+Description: Enable debug symbols
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ CXX = g++
+-CXXFLAGS = -Wall -W -O3
++CXXFLAGS += -Wall -W -O3 -g
+ 
+ all: paraclu
+ 


=====================================
debian/patches/series
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable_debug.patch


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,11 @@
 
 export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 %:
 	dh $@
+
+override_dh_installman:
+	# dh_installman is messing up .sh extension as language extension
+	dh_install debian/*.1	usr/share/man/man1


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# upstream seems to be dead so we can not do much about this
+paraclu source: debian-watch-uses-insecure-uri http://cbrc3.cbrc.jp/~martin/paraclu/
\ No newline at end of file


=====================================
debian/upstream/metadata
=====================================
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,3 @@
-Contact: paraclu (ATmark) cbrc (dot) jp
-Name: paraclu
 Reference:
  - author: Frith, Martin C. and Valen, Eivind and Krogh, Anders and Hayashizaki, Yoshihide and Carninci, Piero and Sandelin, Albin
    title: A code for transcription initiation in mammalian genomes


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=3
-http://www.cbrc.jp/paraclu/paraclu-(.*).zip
+version=4
+
+http://cbrc3.cbrc.jp/~martin/paraclu/ paraclu-(.*).zip



View it on GitLab: https://salsa.debian.org/med-team/paraclu/compare/5c98022a8ebaa9331db365735ff62f6c1ccb2e8e...c9ca4d3edffd4ba5e8dd01fa5af44901265c050e

-- 
View it on GitLab: https://salsa.debian.org/med-team/paraclu/compare/5c98022a8ebaa9331db365735ff62f6c1ccb2e8e...c9ca4d3edffd4ba5e8dd01fa5af44901265c050e
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/20180703/a759ee8b/attachment-0001.html>


More information about the debian-med-commit mailing list