File: 20_doc_install_path

package info (click to toggle)
python-pygraphviz 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 560 kB
  • sloc: ansic: 4,365; python: 1,672; makefile: 114
file content (15 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Install the documentation in the expected Debian directory

Index: python-pygraphviz-1.0/setup.py
===================================================================
--- python-pygraphviz-1.0.orig/setup.py	2010-09-16 22:53:44.265277906 +0200
+++ python-pygraphviz-1.0/setup.py	2010-09-16 22:54:06.741278023 +0200
@@ -98,7 +98,7 @@
 sys.path.pop(0)
 
 packages = ["pygraphviz","pygraphviz.tests"]
-docdirbase  = 'share/doc/pygraphviz-%s' % release.version
+docdirbase  = 'share/doc/python-pygraphviz'
 data = [(docdirbase, glob("*.txt")),
         (os.path.join(docdirbase, 'examples'),glob("examples/*.py")),
         (os.path.join(docdirbase, 'examples'),glob("examples/*.dat")),