Commit 8b5557ed authored by sumpfralle's avatar sumpfralle

some more debian packaging updates


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@614 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 04dfb9de
...@@ -4,8 +4,8 @@ index 3046304..9f66f6d 100755 ...@@ -4,8 +4,8 @@ index 3046304..9f66f6d 100755
+++ b/setup.py +++ b/setup.py
@@ -78,13 +78,9 @@ setup( @@ -78,13 +78,9 @@ setup(
], ],
scripts = ['pycam', 'pycam_win32_postinstall.py'], scripts = ['pycam'],
data_files=[("share/pycam/doc",[ data_files=[("share/pycam/doc", [
- "COPYING.TXT", - "COPYING.TXT",
"technical_details.txt", "technical_details.txt",
- "INSTALL.TXT", - "INSTALL.TXT",
......
00.remove_windows_install_script.patch -p0
01.remove-superfluous-files-from-doc.patch -p0
...@@ -16,7 +16,6 @@ export DEB_PYTHON_SYSTEM=pysupport ...@@ -16,7 +16,6 @@ export DEB_PYTHON_SYSTEM=pysupport
# dh_python / dh_pycentral / dh_pysupport # dh_python / dh_pycentral / dh_pysupport
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
# clean the manpage # clean the manpage
clean:: clean::
......
...@@ -77,7 +77,7 @@ Basically you will need Python, GTK and OpenGL. ...@@ -77,7 +77,7 @@ Basically you will need Python, GTK and OpenGL.
"pycam.Physics", "pycam.Physics",
], ],
scripts = ['pycam', 'pycam_win32_postinstall.py'], scripts = ['pycam', 'pycam_win32_postinstall.py'],
data_files=[("share/pycam/doc",[ data_files=[("share/pycam/doc", [
"COPYING.TXT", "COPYING.TXT",
"technical_details.txt", "technical_details.txt",
"INSTALL.TXT", "INSTALL.TXT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment