[med-svn] r14184 - trunk/packages/grabix/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jul 18 20:22:32 UTC 2013
Author: tille
Date: 2013-07-18 20:22:32 +0000 (Thu, 18 Jul 2013)
New Revision: 14184
Modified:
trunk/packages/grabix/trunk/debian/compat
trunk/packages/grabix/trunk/debian/control
trunk/packages/grabix/trunk/debian/copyright
Log:
Changes per Debian Med policy; use cme to normalise control and copyright
Modified: trunk/packages/grabix/trunk/debian/compat
===================================================================
--- trunk/packages/grabix/trunk/debian/compat 2013-07-18 20:17:38 UTC (rev 14183)
+++ trunk/packages/grabix/trunk/debian/compat 2013-07-18 20:22:32 UTC (rev 14184)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/grabix/trunk/debian/control
===================================================================
--- trunk/packages/grabix/trunk/debian/control 2013-07-18 20:17:38 UTC (rev 14183)
+++ trunk/packages/grabix/trunk/debian/control 2013-07-18 20:22:32 UTC (rev 14184)
@@ -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 @@
(.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.
+
Modified: trunk/packages/grabix/trunk/debian/copyright
===================================================================
--- trunk/packages/grabix/trunk/debian/copyright 2013-07-18 20:17:38 UTC (rev 14183)
+++ trunk/packages/grabix/trunk/debian/copyright 2013-07-18 20:22:32 UTC (rev 14184)
@@ -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/*
More information about the debian-med-commit
mailing list