[med-svn] r2054 - in trunk/packages/emboss-explorer/trunk/debian: . patches
plessy at alioth.debian.org
plessy at alioth.debian.org
Thu Jun 12 14:45:43 UTC 2008
Author: plessy
Date: 2008-06-12 14:45:42 +0000 (Thu, 12 Jun 2008)
New Revision: 2054
Modified:
trunk/packages/emboss-explorer/trunk/debian/changelog
trunk/packages/emboss-explorer/trunk/debian/compat
trunk/packages/emboss-explorer/trunk/debian/control
trunk/packages/emboss-explorer/trunk/debian/copyright
trunk/packages/emboss-explorer/trunk/debian/patches/01-fix_examples.dpatch
trunk/packages/emboss-explorer/trunk/debian/patches/02-fix_Conf.pm.dpatch
trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch
trunk/packages/emboss-explorer/trunk/debian/watch
Log:
Reverted some changes, forwarded and documented the patches.
* I prefer to stick to debhelper 5 untill Lenny is released, to ease
backports.
* Although it is not a MUST in Policy 3.8.0, I prefer to not update
Standards-Version until README.Source is written and documents the
use of dpatch.
Modified: trunk/packages/emboss-explorer/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/changelog 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/changelog 2008-06-12 14:45:42 UTC (rev 2054)
@@ -1,23 +1,30 @@
-emboss-explorer (2.2.0-5) UNRELEASED; urgency=medium
+emboss-explorer (2.2.0-6) UNRELEASED; urgency=medium
[ Charles Plessy ]
- * debian/control:
- - Allowed upload by Debian maintainers.
- - Changed Maintainer to Debian-Med Packaging Team.
- - Changed VCS to Debian-Med's subversion repository.
- * debian/copyright: converted to machine-readable format.
+ * Relicensed the packaging work to "Same as EMBOSS explorer".
+ * Documented the patches, and forwarded the that moves
+ the configuration to `/etc/emboss-explorer.conf'.
[ David Paleino ]
* debian/control:
- dropped dependency on libcgi-perl (Closes: #485009)
- urgency set to medium as above one is a RC bug
- - bumped Standards-Version to 3.8.0 (no changes needed)
- updated Charles' email :)
- - debhelper dependency bumped to >= 6 (also debian/compat)
* debian/copyright updated
-- David Paleino <d.paleino at gmail.com> Wed, 11 Jun 2008 10:03:39 +0200
+emboss-explorer (2.2.0-5) unstable; urgency=low
+
+ * debian/control:
+ - Allowed upload by Debian maintainers.
+ - Changed Maintainer to Debian-Med Packaging Team.
+ - Changed VCS to Debian-Med's subversion repository.
+ - Checked conformance with Policy 3.7.3 (no changes needed).
+ * debian/copyright: converted to machine-readable format.
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Wed, 05 Mar 2008 20:14:55 +0900
+
emboss-explorer (2.2.0-4) unstable; urgency=low
[ David Paleino ]
Modified: trunk/packages/emboss-explorer/trunk/debian/compat
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/compat 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/compat 2008-06-12 14:45:42 UTC (rev 2054)
@@ -1 +1 @@
-6
+5
Modified: trunk/packages/emboss-explorer/trunk/debian/control
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/control 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/control 2008-06-12 14:45:42 UTC (rev 2054)
@@ -4,7 +4,7 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: David Paleino <d.paleino at gmail.com>, Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 6), dpatch
+Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: libparse-recdescent-perl, libmailtools-perl
Standards-Version: 3.8.0
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/emboss-explorer/trunk/?rev=0&sc=0trunk
Modified: trunk/packages/emboss-explorer/trunk/debian/copyright
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/copyright 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/copyright 2008-06-12 14:45:42 UTC (rev 2054)
@@ -1,27 +1,9 @@
Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Luke McCarthy <mccarthy at users.sourceforge.net>
Packaged-By: David Paleino <d.paleino at gmail.com>
Packaged-Date: Sat, 12 May 2007 17:52:59 +0200
-Original-Source-Location: http://embossgui.sourceforge.net/
-Upstream-Author: Luke McCarthy <mccarthy at users.sourceforge.net>
+Original-Source-Location: http://downloads.sourceforge.net/embossgui/emboss-explorer-2.2.0.tar.gz
-Files: debian/*
-Copyright: © 2007 David Paleino <d.paleino at gmail.com>
- © 2007-2008 Charles Plessy <plessy at debian.org>
-License: GPL-2+
- This package 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 package 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 package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
Files: *
Copyright: © 2004-2006 Luke McCarthy
License: Artistic | GPL-1+
@@ -37,7 +19,11 @@
version, or
.
b) the "Artistic License" which comes with Perl.
-
X-Comment: On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL' and the
Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+Files: debian/*
+Copyright: © 2007-2008 David Paleino <d.paleino at gmail.com>
+ © 2007-2008 Charles Plessy <plessy at debian.org>
+License: Same as EMBOSS explorer itself
Modified: trunk/packages/emboss-explorer/trunk/debian/patches/01-fix_examples.dpatch
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/patches/01-fix_examples.dpatch 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/patches/01-fix_examples.dpatch 2008-06-12 14:45:42 UTC (rev 2054)
@@ -2,7 +2,9 @@
## 02-fix_examples.dpatch by David Paleino <d.paleino at gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: The Debian package for EMBOSS installs its files in /usr/share/EMBOSS.
+## DP: This patch is necessary for the test of the ACD module to function.
+## DP: As it is Debian-specific, it has not been forwarded upstream.
@DPATCH@
diff -urNad emboss-explorer~/t/ACD.t emboss-explorer/t/ACD.t
Modified: trunk/packages/emboss-explorer/trunk/debian/patches/02-fix_Conf.pm.dpatch
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/patches/02-fix_Conf.pm.dpatch 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/patches/02-fix_Conf.pm.dpatch 2008-06-12 14:45:42 UTC (rev 2054)
@@ -3,6 +3,7 @@
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Moving configuration to /etc/emboss-explorer.conf
+## DP: Forwarded: http://sourceforge.net/tracker/index.php?func=detail&aid=1992075&group_id=124389&atid=699414
@DPATCH@
diff -urNad emboss-explorer~/lib/EMBOSS/GUI/Conf.pm emboss-explorer/lib/EMBOSS/GUI/Conf.pm
Modified: trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/patches/04-fix_install.dpatch 2008-06-12 14:45:42 UTC (rev 2054)
@@ -4,6 +4,8 @@
## All lines beginning with `## DP:' are a description of the patch.
## DP: Set install script with default values plus some other
## DP: hack.
+## DP: Forwarded: No. This patch has to be reviewed to see if it can
+## DP: be replaced by another workaround.
@DPATCH@
--- ./install 2007-07-04 21:07:32.000000000 +0900
Modified: trunk/packages/emboss-explorer/trunk/debian/watch
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/watch 2008-06-12 13:35:05 UTC (rev 2053)
+++ trunk/packages/emboss-explorer/trunk/debian/watch 2008-06-12 14:45:42 UTC (rev 2054)
@@ -1,4 +1,2 @@
version=3
http://sf.net/embossgui/emboss-explorer-(.*)\.tar\.gz
-
-
More information about the debian-med-commit
mailing list