File: do_not_install_buildlib.diff

package info (click to toggle)
taskcoach 1.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,496 kB
  • ctags: 17,810
  • sloc: python: 72,170; makefile: 254; ansic: 120; xml: 29; sh: 16
file content (15 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: avoid embedding buildlib packages
 Upstream (Jérôme Laheurte) is working on this since 1.3.8,
 but this change has non trivial effects on some architectures.
Author: Nicolas Boulenguez <nicolas@debian.org>
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@
     'url': meta.url,
     'license': meta.license,
     'download_url': meta.download,
-    'packages': findPackages('taskcoachlib') + findPackages('buildlib'),
+    'packages': findPackages('taskcoachlib'),
     'scripts': ['taskcoach.py'],
     'classifiers': [\
         'Development Status :: 5 - Production/Stable',