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 <[email protected]> +Uploaders: Steffen Moeller <[email protected]> Section: science -Priority: extra -Maintainer: Steffen Moeller <[email protected]> -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 <[email protected]> +Copyright: 2008 Broad Institute / Massachusetts Institute of Technology + 2011 Attractive Chaos <[email protected]> Files: khash.h -Copyright (c) 2008, 2009, 2011 by Attractive Chaos <[email protected]> - +Copyright: 2008, 2009, 2011 by Attractive Chaos <[email protected]> License: MIT Files: debian/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
