[med-svn] [khmer] 04/04: include missing SphinxDoc depends

Michael Crusoe misterc-guest at moszumanska.debian.org
Wed Aug 12 02:15:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository khmer.

commit e2ed6fe567ab73cb80387a4188d720a6ef87f6d1
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date:   Tue Aug 11 21:28:43 2015 -0400

    include missing SphinxDoc depends
    
    and another missing slash
---
 debian/control               | 7 +++----
 debian/khmer-common.postinst | 2 +-
 debian/khmer-common.postrm   | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index c782b67..3b6e8c1 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,8 @@ Architecture: any
 Multi-Arch: same
 Depends: file,
 	 ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ${sphinxdoc:Depends}
 Description: common files for the khmer project tools
  khmer is a library and suite of command line tools for working with DNA
  sequence. It is primarily aimed at short-read sequencing data such as that
@@ -48,8 +49,7 @@ Depends: khmer-common,
          python3-screed (<< 1.0),
          ${misc:Depends},
          ${shlibs:Depends},
-         ${python3:Depends},
-         ${sphinxdoc:Depends}
+         ${python3:Depends}
 Description: in-memory DNA sequence kmer counting, filtering & graph traversal
  khmer is a library and suite of command line tools for working with DNA
  sequence. It is primarily aimed at short-read sequencing data such as that
@@ -79,7 +79,6 @@ Section: libdevel
 Depends: khmer-common,
          ${shlibs:Depends},
          ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
 Description: in-memory DNA sequence analysis dev library
  khmer is a library and suite of command line tools for working with DNA
  sequence. It is primarily aimed at short-read sequencing data such as that
diff --git a/debian/khmer-common.postinst b/debian/khmer-common.postinst
index e5e2fa3..21bac8f 100644
--- a/debian/khmer-common.postinst
+++ b/debian/khmer-common.postinst
@@ -1,2 +1,2 @@
-cd /usr/share/file && file --compile khmer
+cd /usr/share/file && file -m khmer --compile
 #DEBHELPER#
diff --git a/debian/khmer-common.postrm b/debian/khmer-common.postrm
index 1d65e43..f391f80 100644
--- a/debian/khmer-common.postrm
+++ b/debian/khmer-common.postrm
@@ -1,2 +1,2 @@
-rm -f usr/share/file/khmer.mgc
+rm -f /usr/share/file/khmer.mgc
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git



More information about the debian-med-commit mailing list