[med-svn] [unc-fish] 12/12: cme; debhelper 10
Andreas Tille
tille at debian.org
Fri Dec 29 21:42:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository unc-fish.
commit 64bf781db49f6160d984446ebd4f3d14a62fe655
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 29 22:41:43 2017 +0100
cme; debhelper 10
---
debian/compat | 2 +-
debian/control | 11 +++++------
debian/copyright | 2 +-
debian/rules | 17 -----------------
4 files changed, 7 insertions(+), 25 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 46f382b..ada1270 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
Source: unc-fish
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.5
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/unc-fish.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/unc-fish.git
Homepage: http://labs.bio.unc.edu/Vision/FISH/
@@ -25,9 +25,9 @@ Description: Fast Identification of Segmental Homology
Package: unc-fish-tests
Architecture: all
Priority: extra
-Enhances: unc-fish
Depends: ${misc:Depends}
Suggests: unc-fish
+Enhances: unc-fish
Description: Tests for Fast Identification of Segmental Homology (fish)
FISH is software for identifying regions of common ancestry between
genome maps. Fast identification and statistical evaluation of
@@ -39,4 +39,3 @@ Description: Tests for Fast Identification of Segmental Homology (fish)
.
This package contains the example data provided by upstream to enable
the user to test fish.
-
diff --git a/debian/copyright b/debian/copyright
index 76e82b1..5141565 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FISH
Upstream-Contact: Todd J. Vision <tjv at bio.unc.edu>
Source: http://labs.bio.unc.edu/Vision/FISH/
diff --git a/debian/rules b/debian/rules
index 58ec00b..6055261 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,22 +2,5 @@
# DH_VERBOSE := 1
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables you can
-# include /usr/share/cdbs/1/rules/buildvars.mk
-# and use what is set there. Any hint whether dh might set variables in
-# a similar manner are welcome.
-
%:
dh $@
-
-#get-orig-source:
-# . debian/get-orig-source
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/unc-fish.git
More information about the debian-med-commit
mailing list