[med-svn] r10659 - in trunk/packages/gff2ps/trunk/debian: . patches source
Andreas Tille
tille at alioth.debian.org
Thu May 3 09:54:18 UTC 2012
Author: tille
Date: 2012-05-03 09:54:18 +0000 (Thu, 03 May 2012)
New Revision: 10659
Added:
trunk/packages/gff2ps/trunk/debian/patches/series
trunk/packages/gff2ps/trunk/debian/source/
trunk/packages/gff2ps/trunk/debian/source/format
Modified:
trunk/packages/gff2ps/trunk/debian/changelog
trunk/packages/gff2ps/trunk/debian/compat
trunk/packages/gff2ps/trunk/debian/control
trunk/packages/gff2ps/trunk/debian/copyright
trunk/packages/gff2ps/trunk/debian/rules
Log:
Mass changes to bring package to current packaging status
Modified: trunk/packages/gff2ps/trunk/debian/changelog
===================================================================
--- trunk/packages/gff2ps/trunk/debian/changelog 2012-05-03 08:10:46 UTC (rev 10658)
+++ trunk/packages/gff2ps/trunk/debian/changelog 2012-05-03 09:54:18 UTC (rev 10659)
@@ -5,8 +5,15 @@
[ Andreas Tille ]
* debian/upstream: add citation
+ * debian/control:
+ - Standards-Version: 3.9.3 (no changes needed)
+ - Fixed Vcs-Svn
+ * debian/patches/series: Enable quilt patches
+ * debian/rules: switch from cdbs to dh
+ * debian/source/format: 3.0 (quilt)
+ * debian/copyright: DEP5
- -- Nelson A. de Oliveira <naoliv at debian.org> Thu, 29 May 2008 00:48:41 -0300
+ -- Andreas Tille <tille at debian.org> Thu, 03 May 2012 11:35:44 +0200
gff2ps (0.98d-3) unstable; urgency=low
Modified: trunk/packages/gff2ps/trunk/debian/compat
===================================================================
--- trunk/packages/gff2ps/trunk/debian/compat 2012-05-03 08:10:46 UTC (rev 10658)
+++ trunk/packages/gff2ps/trunk/debian/compat 2012-05-03 09:54:18 UTC (rev 10659)
@@ -1 +1 @@
-5
+8
Modified: trunk/packages/gff2ps/trunk/debian/control
===================================================================
--- trunk/packages/gff2ps/trunk/debian/control 2012-05-03 08:10:46 UTC (rev 10658)
+++ trunk/packages/gff2ps/trunk/debian/control 2012-05-03 09:54:18 UTC (rev 10659)
@@ -3,11 +3,12 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Nelson A. de Oliveira <naoliv at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.3
+Uploaders: Nelson A. de Oliveira <naoliv at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gff2ps/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gff2ps/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gff2ps/trunk/
Homepage: http://genome.imim.es/software/gfftools/GFF2PS.html
Package: gff2ps
Modified: trunk/packages/gff2ps/trunk/debian/copyright
===================================================================
--- trunk/packages/gff2ps/trunk/debian/copyright 2012-05-03 08:10:46 UTC (rev 10658)
+++ trunk/packages/gff2ps/trunk/debian/copyright 2012-05-03 09:54:18 UTC (rev 10659)
@@ -1,28 +1,34 @@
-This package was debianized by Nelson A. de Oliveira <naoliv at gmail.com> on
-Tue, 22 Mar 2005 12:22:50 -0300.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GFF2Ps
+Upstream-Contact: Josep Francesc ABRIL FERRANDO <jabril at imim.es>
+Source: http://genome.imim.es/software/gfftools/GFF2PS.html
-It was downloaded from http://genome.imim.es/software/gfftools/GFF2PS.html
+Files: *
+Copyright: 1999-2003 Josep Francesc ABRIL FERRANDO
+ Roderic GUIGO SERRA
+License: GPL-2+
-gff2ps
+Files: debian/*
+Copyright: 2005-2008 Nelson A. de Oliveira <naoliv at gmail.com>
+ 2012 Andreas Tille <tille at debian.org>
+License: GPL-2+
- Converting GFF files to PostScript.
-
- Copyright (C) 1999-2003 - Josep Francesc ABRIL FERRANDO
- Roderic GUIGO SERRA
-
+License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-
+ .
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+ .
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
-On Debian systems, the GPL license can be found at /usr/share/common-licenses/
Added: trunk/packages/gff2ps/trunk/debian/patches/series
===================================================================
--- trunk/packages/gff2ps/trunk/debian/patches/series (rev 0)
+++ trunk/packages/gff2ps/trunk/debian/patches/series 2012-05-03 09:54:18 UTC (rev 10659)
@@ -0,0 +1 @@
+01-gff2ps_v0.98d.diff
Modified: trunk/packages/gff2ps/trunk/debian/rules
===================================================================
--- trunk/packages/gff2ps/trunk/debian/rules 2012-05-03 08:10:46 UTC (rev 10658)
+++ trunk/packages/gff2ps/trunk/debian/rules 2012-05-03 09:54:18 UTC (rev 10659)
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+ dh $@
-install/gff2ps::
+override_dh_install:
+ dh_install
install -m 755 gff2ps_v0.98d debian/gff2ps/usr/share/gff2ps/gff2ps.real
Added: trunk/packages/gff2ps/trunk/debian/source/format
===================================================================
--- trunk/packages/gff2ps/trunk/debian/source/format (rev 0)
+++ trunk/packages/gff2ps/trunk/debian/source/format 2012-05-03 09:54:18 UTC (rev 10659)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the debian-med-commit
mailing list