| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 
 | Source: python-macholib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-buildinfo,
 python3-all,
 devscripts,
 dh-python,
 python3-setuptools,
# need altgraph to run testsuite
 python3-altgraph,
# need sphinx for documentation
 python3-sphinx,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://bitbucket.org/ronaldoussoren/macholib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-macholib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-macholib
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
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the Python 3.x module.
Package: python-macholib-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: module for Mach-O header analysis and editing (API documentation)
 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the documentation.
 |