/[thuban]/branches/WIP-pyshapelib-bramz/debian/patches/setup.py.patch
ViewVC logotype

Annotation of /branches/WIP-pyshapelib-bramz/debian/patches/setup.py.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2095 - (hide annotations)
Mon Mar 8 09:42:50 2004 UTC (21 years ago) by silke
Original Path: trunk/thuban/debian/patches/setup.py.patch
File size: 824 byte(s)
	Update debian directory:

	* debian/changelog: Added new version.
	* deiban/rules: Updated management of patches (with cbds)
	* debian/control: Added cbds to dependencies
	* debian/patches/*: New. Adds better support for patches of thuban in
	 		debian
	* debian/menu: Syntax of menu changed slightly
	* debian/setup.py.patch: removed because it has been moved to
	  		debian/patechs/setup.py.patch

1 silke 2095 --- setup.py.orig 2003-12-03 18:40:15.000000000 +0100
2     +++ setup.py 2003-12-03 15:33:20.000000000 +0100
3     @@ -46,7 +46,7 @@
4     # Unix like system.
5    
6     # Directories where Proj4 is installed
7     - proj4_prefix = "/usr/local/"
8     + proj4_prefix = "/usr/"
9     proj4_incdir = os.path.join(proj4_prefix, "include")
10     proj4_libdir = os.path.join(proj4_prefix, "lib")
11     proj4_lib = "proj"
12     @@ -1132,7 +1132,7 @@
13     # same directory.
14     "install_lib": "$base/lib/thuban",
15     "install_scripts": "$base/lib/thuban",
16     - "install_data": "$base/lib/thuban",
17     + "install_data": "$prefix/share/thuban",
18    
19     # Don't print warning messages about the lib dir not
20     # being on Python's path. The libraries are Thuban

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26