[med-svn] r11367 - in trunk/packages/meme/trunk/debian: . patches
Thorsten Alteholz
alteholz at alioth.debian.org
Sat Jun 16 14:53:32 UTC 2012
Author: alteholz
Date: 2012-06-16 14:53:32 +0000 (Sat, 16 Jun 2012)
New Revision: 11367
Modified:
trunk/packages/meme/trunk/debian/changelog
trunk/packages/meme/trunk/debian/compat
trunk/packages/meme/trunk/debian/control
trunk/packages/meme/trunk/debian/copyright
trunk/packages/meme/trunk/debian/patches/fix_doc_location
trunk/packages/meme/trunk/debian/patches/fix_installer_paths
trunk/packages/meme/trunk/debian/patches/fix_plib_path
trunk/packages/meme/trunk/debian/patches/no_libxml_configure
Log:
some lintian complaints removed
Modified: trunk/packages/meme/trunk/debian/changelog
===================================================================
--- trunk/packages/meme/trunk/debian/changelog 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/changelog 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1,5 +1,10 @@
-meme (4.8.1-1) lucid; urgency=low
+meme (4.8.1-1) UNRELEASED; urgency=low
+ [ Thorsten Alteholz ]
+ * Initial release (Closes: #xxxxxx)
+
+ [ H. Soon Gweon ]
* Rebuild for PPA
- -- H. Soon Gweon <soonio at gmail.com> Mon, 27 Feb 2012 18:32:40 +0000
+ -- Thorsten Alteholz <debian at alteholz.de> Sat, 16 Jun 2012 18:32:40 +0200
+
Modified: trunk/packages/meme/trunk/debian/compat
===================================================================
--- trunk/packages/meme/trunk/debian/compat 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/compat 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/meme/trunk/debian/control
===================================================================
--- trunk/packages/meme/trunk/debian/control 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/control 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1,11 +1,12 @@
Source: meme
Section: non-free/science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>,
- H. Soon Gweon <soonio at gmail.com>
-Build-Depends: debhelper (>= 8), dh-autoreconf, libxslt1-dev
+ H. Soon Gweon <soonio at gmail.com>,
+ Thorsten Alteholz <debian at alteholz.de>
+Build-Depends: debhelper (>= 9), dh-autoreconf, libxslt1-dev
Standards-Version: 3.9.3
Homepage: http://meme.nbcr.net/meme/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/meme/trunk/
@@ -32,6 +33,7 @@
Package: meme-examples
Architecture: all
Recommends: meme
+Depends: ${misc:Depends}
Description: Example files for the MEME motif searcher
This package includes the example files that come with MEME
Modified: trunk/packages/meme/trunk/debian/copyright
===================================================================
--- trunk/packages/meme/trunk/debian/copyright 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/copyright 2012-06-16 14:53:32 UTC (rev 11367)
@@ -38,5 +38,7 @@
Copyright: © 2005 Steffen Moeller <moeller at pzr.uni-rostock.de>
© 2011-2012 Andreas Tille <tille at debian.org>
© 2012 H. Soon Gweon <soonio at gmail.com>
+ © 2012 Thorsten Alteholz <debian at alteholz.de>
License: LGPL-2+
-
+ On Debian systems, the complete text of the Library GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2"
Modified: trunk/packages/meme/trunk/debian/patches/fix_doc_location
===================================================================
--- trunk/packages/meme/trunk/debian/patches/fix_doc_location 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/patches/fix_doc_location 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1,3 +1,5 @@
+Description: move doc to the correct Debian directory
+
--- a/scripts/meme.csh.in
+++ b/scripts/meme.csh.in
@@ -59,7 +59,7 @@
Modified: trunk/packages/meme/trunk/debian/patches/fix_installer_paths
===================================================================
--- trunk/packages/meme/trunk/debian/patches/fix_installer_paths 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/patches/fix_installer_paths 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1,3 +1,5 @@
+Description: move software to the correct Debian directory
+
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,11 +18,11 @@
Modified: trunk/packages/meme/trunk/debian/patches/fix_plib_path
===================================================================
--- trunk/packages/meme/trunk/debian/patches/fix_plib_path 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/patches/fix_plib_path 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1,3 +1,5 @@
+Description: move plib to the correct Debian directory
+
--- a/src/init.c
+++ b/src/init.c
@@ -33,8 +33,9 @@
Modified: trunk/packages/meme/trunk/debian/patches/no_libxml_configure
===================================================================
--- trunk/packages/meme/trunk/debian/patches/no_libxml_configure 2012-06-16 09:49:24 UTC (rev 11366)
+++ trunk/packages/meme/trunk/debian/patches/no_libxml_configure 2012-06-16 14:53:32 UTC (rev 11367)
@@ -1,3 +1,5 @@
+Description: do not use the included xml libs
+
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@
More information about the debian-med-commit
mailing list