This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-galaxyxml.
commit b22451bbf92408dbdbceb90bd9571d3270f2b0b2 Author: Andreas Tille <[email protected]> Date: Sat Jan 14 15:55:00 2017 +0100 Remove files from template that are not used --- debian/doc-base | 20 ------------------ debian/get-orig-source | 55 ------------------------------------------------ debian/upstream/metadata | 12 ----------- 3 files changed, 87 deletions(-) diff --git a/debian/doc-base b/debian/doc-base deleted file mode 100644 index 5e7e1d4..0000000 --- a/debian/doc-base +++ /dev/null @@ -1,20 +0,0 @@ -Document: <pkg> -Title: <title for this doc> -Author: <author of this doc> -Abstract: <if you have no better clue the short and - long description from debian/control might fit here as well> -Section: Science/{Biology,Medicine} # see /usr/share/doc/doc-base/doc-base.txt.gz "2.3.3. The `section' field" - -# pick one of the below options -Format: Text -Files: /usr/share/doc/<pkg>/<pkg>.txt.gz - -Format: html -Index: /usr/share/doc/<pkg>/html/index.html -Files: /usr/share/doc/<pkg>/html/* - -Format: pdf -Files: /usr/share/doc/<pkg>/<pkg>.pdf.gz - -Format: postscript -Files: /usr/share/doc/<pkg>/<pkg>.ps.gz diff --git a/debian/get-orig-source b/debian/get-orig-source deleted file mode 100755 index 2aa782f..0000000 --- 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} diff --git a/debian/upstream/metadata b/debian/upstream/metadata deleted file mode 100644 index d8b5812..0000000 --- a/debian/upstream/metadata +++ /dev/null @@ -1,12 +0,0 @@ -Reference: - Author: - Title: - Journal: - Year: - Volume: - Number: - Pages: - DOI: - PMID: - URL: - eprint: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-galaxyxml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
