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 <[email protected]> Mon, 27 Feb 2012 18:32:40 +0000 + -- Thorsten Alteholz <[email protected]> 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 <[email protected]> +Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]>, - H. Soon Gweon <[email protected]> -Build-Depends: debhelper (>= 8), dh-autoreconf, libxslt1-dev + H. Soon Gweon <[email protected]>, + Thorsten Alteholz <[email protected]> +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 <[email protected]> © 2011-2012 Andreas Tille <[email protected]> © 2012 H. Soon Gweon <[email protected]> + © 2012 Thorsten Alteholz <[email protected]> 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 @@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
