[med-svn] r11375 - in trunk/packages/meme/trunk: . debian

Thorsten Alteholz alteholz at alioth.debian.org
Mon Jun 18 18:02:26 UTC 2012


Author: alteholz
Date: 2012-06-18 18:02:25 +0000 (Mon, 18 Jun 2012)
New Revision: 11375

Removed:
   trunk/packages/meme/trunk/README.status
Modified:
   trunk/packages/meme/trunk/debian/control
   trunk/packages/meme/trunk/debian/meme-examples.install
   trunk/packages/meme/trunk/debian/rules
Log:
more progress, less lintian complaints

Deleted: trunk/packages/meme/trunk/README.status
===================================================================
--- trunk/packages/meme/trunk/README.status	2012-06-18 09:09:29 UTC (rev 11374)
+++ trunk/packages/meme/trunk/README.status	2012-06-18 18:02:25 UTC (rev 11375)
@@ -1,7 +0,0 @@
----
-Format: 1
-Status: draft
-Comment: >
- Work on this project was started by Steffen Möller but has stalled.
- It is continued by H. Soon Gweon <soonio at gmail.com> and
- Andreas Tille <tille at debian.org>

Modified: trunk/packages/meme/trunk/debian/control
===================================================================
--- trunk/packages/meme/trunk/debian/control	2012-06-18 09:09:29 UTC (rev 11374)
+++ trunk/packages/meme/trunk/debian/control	2012-06-18 18:02:25 UTC (rev 11375)
@@ -6,7 +6,10 @@
 Uploaders: Andreas Tille <tille at debian.org>,
  H. Soon Gweon <soonio at gmail.com>,
  Thorsten Alteholz <debian at alteholz.de>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libxslt1-dev
+Build-Depends: debhelper (>= 9), 
+  dh-autoreconf, 
+  libxslt1-dev, 
+  python-all (>= 2.6.6-3~)
 Standards-Version: 3.9.3
 Homepage: http://meme.nbcr.net/meme/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/meme/trunk/
@@ -35,11 +38,13 @@
 Recommends: meme
 Depends: ${misc:Depends}
 Description: Example files for the MEME motif searcher
- This package includes the example files that come with MEME
+ This package includes the example files that come with MEME. They can be used
+ to either check the functionality of the software or play around with the
+ possibilities.
 
 Package: glam2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: gapped protein motifs from unaligned sequences
  GLAM2 is a software package for finding motifs in sequences, typically
  amino-acid or nucleotide sequences. A motif is a re-occurring sequence

Modified: trunk/packages/meme/trunk/debian/meme-examples.install
===================================================================
--- trunk/packages/meme/trunk/debian/meme-examples.install	2012-06-18 09:09:29 UTC (rev 11374)
+++ trunk/packages/meme/trunk/debian/meme-examples.install	2012-06-18 18:02:25 UTC (rev 11375)
@@ -1 +1 @@
-/examples /usr/share/doc/meme/examples
+/examples /usr/share/doc/meme

Modified: trunk/packages/meme/trunk/debian/rules
===================================================================
--- trunk/packages/meme/trunk/debian/rules	2012-06-18 09:09:29 UTC (rev 11374)
+++ trunk/packages/meme/trunk/debian/rules	2012-06-18 18:02:25 UTC (rev 11375)
@@ -1,13 +1,14 @@
 #!/usr/bin/make -f
 # debian/rules file for meme
 # Andreas Tille <tille at debian.org>
+# Thorsten Alteholz <debian at alteholz.de>
 # GPL
 
 DBPATH=/var/lib/meme
 LOGPATH=/var/log/meme
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf,python2
 
 override_dh_auto_configure:
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --sysconfdir=/etc/meme \




More information about the debian-med-commit mailing list