[med-svn] r6808 - trunk/packages/embassy-domainatrix/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed May 11 07:34:26 UTC 2011


Author: plessy
Date: 2011-05-11 07:34:24 +0000 (Wed, 11 May 2011)
New Revision: 6808

Modified:
   trunk/packages/embassy-domainatrix/trunk/debian/changelog
   trunk/packages/embassy-domainatrix/trunk/debian/control
   trunk/packages/embassy-domainatrix/trunk/debian/copyright
   trunk/packages/embassy-domainatrix/trunk/debian/embassy-domainatrix.lintian-overrides
Log:
embassy-domainatrix (0.1.0+20100721-3) unstable; urgency=low

  * Set RPATH with ?\226?\128?\156-Wl,--rpath?\226?\128?\157 as GCC 4.6 does not accept ?\226?\128?\156-R?\226?\128?\157 anymore.
    (debian/rules) Closes: #625162, LP: #770920.
  * Incremented Standards-Version to reflect conformance with Policy 3.9.2
    (debian/control, no changes needed).
  * Updated debian/embassy-domainatrix.lintian-overrides for lintian 2.5.
  * debian/copyright validated with config-edit.

 -- Charles Plessy <plessy at debian.org>  Wed, 11 May 2011 14:37:28 +0900


Modified: trunk/packages/embassy-domainatrix/trunk/debian/changelog
===================================================================
--- trunk/packages/embassy-domainatrix/trunk/debian/changelog	2011-05-10 20:23:19 UTC (rev 6807)
+++ trunk/packages/embassy-domainatrix/trunk/debian/changelog	2011-05-11 07:34:24 UTC (rev 6808)
@@ -1,9 +1,13 @@
-embassy-domainatrix (0.1.0+20100721-3) UNRELEASED; urgency=low
+embassy-domainatrix (0.1.0+20100721-3) unstable; urgency=low
 
   * Set RPATH with “-Wl,--rpath” as GCC 4.6 does not accept “-R” anymore.
-    Closes: #625162, LP: #770920.
+    (debian/rules) Closes: #625162, LP: #770920.
+  * Incremented Standards-Version to reflect conformance with Policy 3.9.2
+    (debian/control, no changes needed).
+  * Updated debian/embassy-domainatrix.lintian-overrides for lintian 2.5.
+  * debian/copyright validated with config-edit.
 
- -- Charles Plessy <plessy at debian.org>  Sun, 08 May 2011 20:57:54 +0900
+ -- Charles Plessy <plessy at debian.org>  Wed, 11 May 2011 14:37:28 +0900
 
 embassy-domainatrix (0.1.0+20100721-2) unstable; urgency=low
 
@@ -12,7 +16,7 @@
     broken (debian/control, debian/rules).
   * Set an RPATH to /usr/lib/emboss/lib for using EMBOSS private
     libraries (debian/rules, debian/embassy-domainatrix.lintian-overrides).
-  * Refreshed debian/copyright to test the latest DEP-5 format. 
+  * Refreshed debian/copyright to test the latest DEP-5 format.
 
  -- Charles Plessy <plessy at debian.org>  Thu, 23 Sep 2010 10:54:35 +0900
 

Modified: trunk/packages/embassy-domainatrix/trunk/debian/control
===================================================================
--- trunk/packages/embassy-domainatrix/trunk/debian/control	2011-05-10 20:23:19 UTC (rev 6807)
+++ trunk/packages/embassy-domainatrix/trunk/debian/control	2011-05-11 07:34:24 UTC (rev 6808)
@@ -14,7 +14,7 @@
 Uploaders: Charles Plessy <plessy at debian.org>
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/embassy-domainatrix/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/embassy-domainatrix/trunk/
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://emboss.sourceforge.net/apps/cvs/embassy/index.html#DOMAINATRIX
 
 Package: embassy-domainatrix

Modified: trunk/packages/embassy-domainatrix/trunk/debian/copyright
===================================================================
--- trunk/packages/embassy-domainatrix/trunk/debian/copyright	2011-05-10 20:23:19 UTC (rev 6807)
+++ trunk/packages/embassy-domainatrix/trunk/debian/copyright	2011-05-11 07:34:24 UTC (rev 6808)
@@ -1,5 +1,7 @@
-Format: DEP-5
+Format: http://dep.debian.net/deps/dep5/
 Source: ftp://emboss.open-bio.org/pub/EMBOSS/DOMAINATRIX-0.1.0.tar.gz
+
+Files: *
 Copyright: Alan Bleasby (ableasby at ebi.ac.uk)
  Matt Blades
  Mike Hurley
@@ -7,18 +9,18 @@
  Amanda O'Reilly
  Ranjeeva Ranasinghe
 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 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.
+ 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
+ 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
 Comment: On Debian systems, the complete text of the GNU General Public License
  version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.

Modified: trunk/packages/embassy-domainatrix/trunk/debian/embassy-domainatrix.lintian-overrides
===================================================================
--- trunk/packages/embassy-domainatrix/trunk/debian/embassy-domainatrix.lintian-overrides	2011-05-10 20:23:19 UTC (rev 6807)
+++ trunk/packages/embassy-domainatrix/trunk/debian/embassy-domainatrix.lintian-overrides	2011-05-11 07:34:24 UTC (rev 6808)
@@ -1,9 +1,3 @@
 # The embassy packages use privately some of the EMBOSS libraries. They have
 # the same upstream authors and are released together.
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/cathparse /usr/lib/emboss/lib
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/domainnr /usr/lib/emboss/lib
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/domainreso /usr/lib/emboss/lib
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/domainseqs /usr/lib/emboss/lib
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/domainsse /usr/lib/emboss/lib
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/scopparse /usr/lib/emboss/lib
-embassy-domainatrix: binary-or-shlib-defines-rpath ./usr/bin/ssematch /usr/lib/emboss/lib
+embassy-domainatrix: binary-or-shlib-defines-rpath *




More information about the debian-med-commit mailing list