Commit 9a4faf7e authored by Steffen Möller's avatar Steffen Möller
Browse files

Getting plipcmd to work

parent f44637cd
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
plip (1.4.3~b+dfsg-2) UNRELEASED; urgency=medium
plip (1.4.3~b+dfsg-2) unstable; urgency=medium

  * Team upload.

  * Hopefully fixed d/watch - who knows :o)
  * Executable only works with python2, not 3
  * Explicitly adding python-openbabel as a dependency to the binary
    package, which was omitted by the automatisms in place.

 -- Steffen Moeller <moeller@debian.org>  Tue, 16 Oct 2018 16:21:48 +0200

+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ Homepage: https://projects.biotec.tu-dresden.de/plip-web/plip/
Package: plip
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
         ${python:Depends},
         python-openbabel
Suggests: pymol
Description: fully automated protein-ligand interaction profiler
 The Protein-Ligand Interaction Profiler (PLIP) is a tool to analyze
+10 −0
Original line number Diff line number Diff line
Index: plip/plip/plipcmd.py
===================================================================
--- plip.orig/plip/plipcmd.py
+++ plip/plip/plipcmd.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python2
 """
 Protein-Ligand Interaction Profiler - Analyze and visualize protein-ligand interactions in PDB files.
 plipcmd.py - Main script for PLIP command line execution.

debian/patches/series

0 → 100644
+1 −0
Original line number Diff line number Diff line
executableIsForPython2Not3.patch