[med-svn] [grabix] 05/11: Changes per Debian Med policy; use cme to normalise control and copyright
Andreas Tille
tille at debian.org
Thu Dec 7 18:56:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository grabix.
commit a47409f39febf51bcd0b43ba18316c34c4b5b889
Author: Andreas Tille <tille at debian.org>
Date: Thu Jul 18 20:22:32 2013 +0000
Changes per Debian Med policy; use cme to normalise control and copyright
---
debian/compat | 2 +-
debian/control | 15 +++++++++------
debian/copyright | 9 ++++-----
3 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 50646df..1840bf8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,18 @@
Source: grabix
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
Section: science
-Priority: extra
-Maintainer: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0)
+Priority: optional
+Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/grabix/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/grabix/trunk/
Homepage: https://github.com/arq5x/grabix
-#Vcs-Git: git://git.debian.org/collab-maint/grabix.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/grabix.git;a=summary
Package: grabix
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: wee tool for random access into BGZF files
In biomedical research it is increasing practice to study
the genetic basis of disease. This now frequently comprises
@@ -27,3 +29,4 @@ Description: wee tool for random access into BGZF files
(.gbi) of the bgzipped file. Once indexed, one can extract
arbitrary lines from the file with the grab command. Or
choose random lines with the, well, random command.
+
diff --git a/debian/copyright b/debian/copyright
index 5662bf3..b3d2e66 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: grabix
-Source: <url://example.com>
+Source: https://github.com/arq5x/grabix
Files: *
Files: bgzf.c bgzf.h
-Copyright (c) 2008 Broad Institute / Massachusetts Institute of Technology
- 2011 Attractive Chaos <attractor at live.co.uk>
+Copyright: 2008 Broad Institute / Massachusetts Institute of Technology
+ 2011 Attractive Chaos <attractor at live.co.uk>
Files: khash.h
-Copyright (c) 2008, 2009, 2011 by Attractive Chaos <attractor at live.co.uk>
-
+Copyright: 2008, 2009, 2011 by Attractive Chaos <attractor at live.co.uk>
License: MIT
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/grabix.git
More information about the debian-med-commit
mailing list