Andreas Tille pushed to branch master at Debian Med / python-bel-resources
Commits: eaf93f55 by Andreas Tille at 2020-03-29T13:59:01+02:00 Depends: python3-click - - - - - 9b1f159f by Andreas Tille at 2020-03-29T13:59:20+02:00 routine-update: Rules-Requires-Root: no - - - - - 2d3749e9 by Andreas Tille at 2020-03-29T13:59:26+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html - - - - - e3d4205d by Andreas Tille at 2020-03-29T14:04:57+02:00 Add manpage - - - - - f2e87458 by Andreas Tille at 2020-03-29T14:07:05+02:00 Upload to unstable - - - - - 6 changed files: - + debian/bel-resources.1 - debian/changelog - debian/control - + debian/createmanpages - + debian/manpages - + debian/upstream/metadata Changes: ===================================== debian/bel-resources.1 ===================================== @@ -0,0 +1,27 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. +.TH BEL-RESOURCES "1" "March 2020" "bel-resources 0.0.3" "User Commands" +.SH NAME +bel-resources \- Command Line Interface for BEL Resources +.SH SYNOPSIS +.B bel-resources +[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]... +.SH DESCRIPTION +.IP +Command Line Interface for BEL Resources. +.SH OPTIONS +.TP +\fB\-\-version\fR +Show the version and exit. +.TP +\fB\-\-help\fR +Show this message and exit. +.SS "Commands:" +.TP +annotation +Annotation file utilities. +.TP +namespace +Namespace file utilities. +.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/changelog ===================================== @@ -1,3 +1,13 @@ +python-bel-resources (0.0.3-2) unstable; urgency=medium + + * Depends: python3-click + * Rules-Requires-Root: no (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Add manpage + + -- Andreas Tille <[email protected]> Sun, 29 Mar 2020 14:05:09 +0200 + python-bel-resources (0.0.3-1) unstable; urgency=medium * Initial release (Closes: #955265) ===================================== debian/control ===================================== @@ -15,6 +15,7 @@ Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/python-bel-resources Vcs-Git: https://salsa.debian.org/med-team/python-bel-resources.git Homepage: https://github.com/cthoyt/bel-resources +Rules-Requires-Root: no Package: python3-bel-resources Architecture: all @@ -22,7 +23,8 @@ Depends: ${python3:Depends}, ${misc:Depends}, python3-multisplitby, python3-requests, - python3-requests-file + python3-requests-file, + python3-click Description: Python3 utilities for BEL resource files This package provides a Python3 interface and utilities for BEL resource files. ===================================== debian/createmanpages ===================================== @@ -0,0 +1,28 @@ +#!/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: *//' | head -n1` +PROGNAME=`grep "^Package:" debian/control | sed 's/^Package: *//' | head -n1` + +AUTHOR=".SH AUTHOR\n \ +This manpage was written by $DEBFULLNAME for the Debian distribution and\n \ +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=bel-resources +help2man --no-info --no-discard-stderr --help-option=" " \ + --name="Command Line Interface for BEL Resources" \ + --version-string="$VERSION" ${progname} > $MANDIR/${progname}.1 +echo $AUTHOR >> $MANDIR/${progname}.1 + +echo "$MANDIR/*.1" > debian/manpages + +cat <<EOT +Please enhance the help2man output. +The following web page might be helpful in doing so: + http://liw.fi/manpages/ +EOT ===================================== debian/manpages ===================================== @@ -0,0 +1 @@ +debian/*.1 ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/cthoyt/bel-resources/issues +Bug-Submit: https://github.com/cthoyt/bel-resources/issues/new +Repository: https://github.com/cthoyt/bel-resources.git +Repository-Browse: https://github.com/cthoyt/bel-resources View it on GitLab: https://salsa.debian.org/med-team/python-bel-resources/-/compare/82aeb5f3300685e76c86c074947d06d4da123201...f2e87458379ad01419f2cade2b61610398285de5 -- View it on GitLab: https://salsa.debian.org/med-team/python-bel-resources/-/compare/82aeb5f3300685e76c86c074947d06d4da123201...f2e87458379ad01419f2cade2b61610398285de5 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
