[Python-modules-commits] [python-macholib] 05/06: Depend on python*-altgraph

IOhannes m zmölnig umlaeute at moszumanska.debian.org
Mon Jul 6 19:34:25 UTC 2015


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

umlaeute pushed a commit to branch master
in repository python-macholib.

commit 41fbf9126d1fe11aafc3502b7515c15f3f3780fa
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jul 6 21:29:21 2015 +0200

    Depend on python*-altgraph
    
    these are not automatically generated, either because the dep-resolver
    simply cannot do that, or because python*-altgraph is not yet in Debian proper.
    
    in any case: adding a Depends fixes that...
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index c1d761d..7fb364d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Vcs-Browser: http://anonscm.debian.org/?p=python-modules/packages/python-macholi
 Package: python-macholib
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python-altgraph
 Suggests: python-macholib-doc
 Description: module for Mach-O header analysis and editing (Python 2 interface)
  This module can be used to analyze and edit Mach-O headers, the executable
@@ -35,6 +36,7 @@ Description: module for Mach-O header analysis and editing (Python 2 interface)
 Package: python3-macholib
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
+ python3-altgraph
 Suggests: python-macholib-doc
 Description: module for Mach-O header analysis and editing (Python 3 interface)
  This module can be used to analyze and edit Mach-O headers, the executable

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-macholib.git



More information about the Python-modules-commits mailing list