Commit bea15510 authored by sumpfralle's avatar sumpfralle

fixing all lintian warnings


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@616 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 5f34892e
...@@ -2,6 +2,7 @@ pycam (0.3-1) unstable; urgency=low ...@@ -2,6 +2,7 @@ pycam (0.3-1) unstable; urgency=low
* new upstream release * new upstream release
* Switch to dpkg-source 3.0 (quilt) format * Switch to dpkg-source 3.0 (quilt) format
* Updated policy to 3.9.1 (no changes)
-- Lars Kruse <devel@sumpfralle.de> Mon, 16 Aug 2010 15:57:45 +0200 -- Lars Kruse <devel@sumpfralle.de> Mon, 16 Aug 2010 15:57:45 +0200
......
Source: pycam Source: pycam
Section: python Section: python
Priority: extra Priority: extra
Maintainer: Sebastian Kuzminsky <seb@highlab.com> Maintainer: Lars Kruse <devel@sumpfralle.de>
Build-Depends: python, debhelper (>= 7), cdbs, patchutils Build-Depends: python, debhelper (>= 7), cdbs, patchutils
Build-Depends-Indep: python-support, help2man Build-Depends-Indep: python-support, help2man
Standards-Version: 3.8.4 Standards-Version: 3.9.1
Homepage: http://sourceforge.net/projects/pycam/ Homepage: http://sourceforge.net/projects/pycam/
Package: pycam Package: pycam
......
00.remove_windows_install_script.patch -p0 00.remove_windows_install_script.patch
01.remove-superfluous-files-from-doc.patch -p0 01.remove-superfluous-files-from-doc.patch
...@@ -22,10 +22,11 @@ clean:: ...@@ -22,10 +22,11 @@ clean::
make -C man clean make -C man clean
# build the manpage # build the manpage
build: build/pycam::
make -C man make -C man
# install the .desktop file # install the .desktop file
install: install/pycam::
cp -v desktop/pycam.desktop `pwd`/debian/pycam/usr/share/applications/ cp -v desktop/pycam.desktop `pwd`/debian/pycam/usr/share/applications/
rm -rf `pwd`/debian/pycam/usr/share/pycam/doc
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