[med-svn] r15186 - trunk/packages/meme/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Nov 20 21:49:17 UTC 2013


Author: tille
Date: 2013-11-20 21:49:17 +0000 (Wed, 20 Nov 2013)
New Revision: 15186

Modified:
   trunk/packages/meme/trunk/debian/changelog
   trunk/packages/meme/trunk/debian/control
   trunk/packages/meme/trunk/debian/help2man-wrapper
Log:
Some polishing


Modified: trunk/packages/meme/trunk/debian/changelog
===================================================================
--- trunk/packages/meme/trunk/debian/changelog	2013-11-20 21:48:37 UTC (rev 15185)
+++ trunk/packages/meme/trunk/debian/changelog	2013-11-20 21:49:17 UTC (rev 15186)
@@ -7,6 +7,7 @@
   * Rebuild for PPA
 
   [ Andreas Tille ]
+  * debian/control: Depends: ghostscript, imagemagick | graphicsmagick
   * TODO:
     - debian/copyright
     - several manpages

Modified: trunk/packages/meme/trunk/debian/control
===================================================================
--- trunk/packages/meme/trunk/debian/control	2013-11-20 21:48:37 UTC (rev 15185)
+++ trunk/packages/meme/trunk/debian/control	2013-11-20 21:49:17 UTC (rev 15186)
@@ -11,7 +11,8 @@
   python-all (>= 2.6.6-3~),
   zlib1g-dev,
   elinks,
-  help2man
+  help2man,
+  ghostscript
 Standards-Version: 3.9.4
 Homepage: http://meme.nbcr.net/meme/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/meme/trunk/
@@ -19,7 +20,8 @@
 
 Package: meme
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, csh, readseq
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, csh, readseq,
+  ghostscript, imagemagick | graphicsmagick
 Description: search for common motifs in DNA or protein sequences
  MEME (Multiple EM for Motif Elicitation) is a tool for discovering
  motifs in a group of related DNA or protein sequences.  A motif is a

Modified: trunk/packages/meme/trunk/debian/help2man-wrapper
===================================================================
--- trunk/packages/meme/trunk/debian/help2man-wrapper	2013-11-20 21:48:37 UTC (rev 15185)
+++ trunk/packages/meme/trunk/debian/help2man-wrapper	2013-11-20 21:49:17 UTC (rev 15186)
@@ -11,6 +11,10 @@
 mandir=${PWD}/debian/${pkg}/usr/share/man/man1/
 tmpdir=`mktemp -d`
 
+# set -x
+# make sure internal modules will be found by Python scripts
+export PYTHONPATH=$PYTHONPATH:${PWD}/scripts
+
 mkdir -p $tmpdir
 binname=$1
 tmpbin=${tmpdir}/$binname




More information about the debian-med-commit mailing list