[med-svn] [Git][med-team/seqsero][master] 5 commits: Standards-Version: 4.1.4

Andreas Tille gitlab at salsa.debian.org
Wed May 2 15:01:42 BST 2018


Andreas Tille pushed to branch master at Debian Med / seqsero


Commits:
c54b32c2 by Andreas Tille at 2018-04-27T09:58:55+02:00
Standards-Version: 4.1.4

- - - - -
671b16a8 by Andreas Tille at 2018-04-27T09:58:58+02:00
Point Vcs-fields to Salsa

- - - - -
d8516442 by Andreas Tille at 2018-04-27T09:59:16+02:00
debhelper 11

- - - - -
b79889bc by Andreas Tille at 2018-04-27T10:00:43+02:00
Add Build-Depends: bwa, sra-toolkit to make sure package builds only on those architectures where its dependencies are fulfilled

- - - - -
a4d061df by Andreas Tille at 2018-04-27T10:02:06+02:00
Delete unused debian/get-orig-source

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- − debian/get-orig-source


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+seqsero (1.0-2) UNRELEASED; urgency=medium
+
+  * Standards-Version: 4.1.4
+  * Point Vcs-fields to Salsa
+  * debhelper 11
+  * Add Build-Depends: bwa, sra-toolkit to make sure package builds only
+    on those architectures where its dependencies are fulfilled
+  * Delete unused debian/get-orig-source
+
+ -- Andreas Tille <tille at debian.org>  Fri, 27 Apr 2018 09:58:55 +0200
+
 seqsero (1.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #859506)


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                dh-python,
-               python
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/seqsero.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/seqsero.git
+               python,
+               bwa,
+               sra-toolkit
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/seqsero
+Vcs-Git: https://salsa.debian.org/med-team/seqsero.git
 Homepage: https://github.com/denglab/SeqSero
 
 Package: seqsero


=====================================
debian/get-orig-source deleted
=====================================
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-# if you need to repack for whatever reason you can
-# use this script via uscan or directly
-#
-# FIXME: currently the code is not conform to Debian Policy
-#        http://www.debian.org/doc/debian-policy/ch-source.html
-#        "get-orig-source (optional)"
-#        This target may be invoked in any directory, ...
-# --> currently it is assumed the script is called in the
-#     source directory featuring the debian/ dir
-
-# Excluding files and repacking archives
-# --------------------------------------
-# See also mk-origtargz(1) and the --repack option to uscan(1), which
-# honor the Files-Excluded list in debian/copyright.
-# That may be all you need, especially since the repack option can be set
-# in debian/watch.
-
-# For an example how to fetch source from sourceforge SVN see
-#   https://anonscm.debian.org/git/debian-med/kmer-tools.git
-
-COMPRESS=xz
-
-set -e
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-
-if ! echo $@ | grep -q upstream-version ; then
-    VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
-    uscan --force-download
-else
-    VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) .*${NAME}.*?\1?"`
-    if echo "$VERSION" | grep -q "upstream-version" ; then
-        echo "Unable to parse version number"
-        exit
-    fi
-fi
-
-TARDIR=${NAME}-${VERSION}
-mkdir -p ../tarballs
-cd ../tarballs
-# need to clean up the tarballs dir first because upstream tarball might
-# contain a directory with unpredictable name
-rm -rf *
-tar -xaf ../${TARDIR}.tar.gz
-
-UPSTREAMTARDIR=`find . -mindepth 1 -maxdepth 1 -type d`
-if [ "${UPSTREAMTARDIR}" != "${TARDIR}" ] ; then
-    mv "${UPSTREAMTARDIR}" "${TARDIR}"
-fi
-
-# Remove useless binaries
-# ... do something which needs to be done ...
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}



View it on GitLab: https://salsa.debian.org/med-team/seqsero/compare/dfaf047e9f40b85814fd0b25e50968cfb3194279...a4d061df794b3907d07b7908b2d2a98b5c55a6b3

---
View it on GitLab: https://salsa.debian.org/med-team/seqsero/compare/dfaf047e9f40b85814fd0b25e50968cfb3194279...a4d061df794b3907d07b7908b2d2a98b5c55a6b3
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/20180502/5d53cd9e/attachment-0001.html>


More information about the debian-med-commit mailing list