[Python-modules-commits] r7506 - in packages/pyproj/trunk (9 files)

chrismurf-guest at users.alioth.debian.org chrismurf-guest at users.alioth.debian.org
Thu Feb 12 23:46:19 UTC 2009


    Date: Thursday, February 12, 2009 @ 23:46:18
  Author: chrismurf-guest
Revision: 7506

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pyproj/trunk/debian/
  packages/pyproj/trunk/debian/changelog
  packages/pyproj/trunk/debian/compat
  packages/pyproj/trunk/debian/control
  packages/pyproj/trunk/debian/copyright
  packages/pyproj/trunk/debian/pycompat
  packages/pyproj/trunk/debian/pyversions
  packages/pyproj/trunk/debian/rules
  packages/pyproj/trunk/debian/watch


Property changes on: packages/pyproj/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/pyproj/trunk/debian/changelog
===================================================================
--- packages/pyproj/trunk/debian/changelog	                        (rev 0)
+++ packages/pyproj/trunk/debian/changelog	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1,5 @@
+pyproj (1.8.5-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chris Murphy <chrismurf+ubuntu at gmail.com>  Sun, 08 Feb 2009 23:41:29 -0500

Added: packages/pyproj/trunk/debian/compat
===================================================================
--- packages/pyproj/trunk/debian/compat	                        (rev 0)
+++ packages/pyproj/trunk/debian/compat	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1 @@
+5

Added: packages/pyproj/trunk/debian/control
===================================================================
--- packages/pyproj/trunk/debian/control	                        (rev 0)
+++ packages/pyproj/trunk/debian/control	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1,30 @@
+Source: pyproj
+Section: python
+Priority: optional
+Maintainer: Chris Murphy <chrismurf+ubuntu at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: python-support (>=0.6),
+               debhelper (>= 5),
+               python-all-dev (>= 2.3.5-11),
+               cdbs
+Standards-Version: 3.8.0
+Homepage: http://code.google.com/p/pyproj/
+
+Package: python-pyproj
+Architecture: any
+Depends: ${python:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: python interface to the PROJ.4 library
+ Performs cartographic transformations and geodetic computations.  The Proj
+ class can convert from geographic (longitude,latitude) to native map projection
+ (x,y) coordinates and vice versa, or from one map projection coordinate system
+ directly to another.
+ .
+ The Geod class can perform forward and inverse geodetic, or Great Circle,
+ computations. The forward computation involves determining latitude, longitude
+ and back azimuth of a terminus point given the latitude and longitude of an
+ initial point, plus azimuth and distance. The inverse computation involves
+ determining the forward and back azimuths and distance given the latitudes and
+ longitudes of an initial and terminus point.

Added: packages/pyproj/trunk/debian/copyright
===================================================================
--- packages/pyproj/trunk/debian/copyright	                        (rev 0)
+++ packages/pyproj/trunk/debian/copyright	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1,82 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: pyproj
+Upstream-Maintainer: Jeffrey Whitaker <jeffrey.s.whitaker at noaa.gov>
+Upstream-Source: http://code.google.com/p/pyproj/
+
+Files: *
+Copyright: (C) 2006, Jeffrey Whitaker <jeffrey.s.whitaker at noaa.gov>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ 
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+Files: src/*
+Copyright: (C) 2000, Gerald (Jerry) Ian Evenden <gevenden at capecod.net>
+Copyright: (C) 2000, Frank Warmerdam <warmerdam at pobox.com>
+X-Comment: src/* contains a copy of PROJ.4.  The PROJ.4 license as described
+ by Frank Warmerdam is as follows:
+ 
+ PROJ.4 Version 4.3.3 was authored by:
+ Gerald (Jerry) Ian Evenden
+ email: gie at kai.er.usgs.gov   gevenden at capecod.net
+ phone: (508)563-6766
+ P.O. Box 1027
+ N.Falmouth, MA 02556-1027
+ 
+ Proj is a U.S. Government work and is not eligible for U.S. copyright
+ protection.  It is free software.
+ 
+ Here's what Jerry replied when asked what the license was:
+
+  `The software was developed by the USGS and has no copyright
+   nor license.  Do with it what you will.  :-)'
+ 
+ All source, data files and other contents of the PROJ.4 package are 
+ available under the following terms.  Note that the PROJ 4.3 and earlier
+ was "public domain" as is common with US government work, but apparently
+ this is not a well defined legal term in many countries.  I am placing 
+ everything under the following MIT style license because I believe it is
+ effectively the same as public domain, allowing anyone to use the code as
+ they wish, including making proprietary derivatives. 
+ 
+ Though I have put my own name as copyright holder, I don't mean to imply
+ I did the work.  Essentially all work was done by Gerald Evenden. 
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ 
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: (C) 2009, Chris Murphy <chrismurf+ubuntu at gmail.com>
+License: GPL-2
+X-Comment: On Debian GNU/Linux systems, the complete text of the
+ GNU General Public License can be found in /usr/share/common-licenses/GPL-2

Added: packages/pyproj/trunk/debian/pycompat
===================================================================
--- packages/pyproj/trunk/debian/pycompat	                        (rev 0)
+++ packages/pyproj/trunk/debian/pycompat	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1 @@
+2

Added: packages/pyproj/trunk/debian/pyversions
===================================================================
--- packages/pyproj/trunk/debian/pyversions	                        (rev 0)
+++ packages/pyproj/trunk/debian/pyversions	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1 @@
+2.4-

Added: packages/pyproj/trunk/debian/rules
===================================================================
--- packages/pyproj/trunk/debian/rules	                        (rev 0)
+++ packages/pyproj/trunk/debian/rules	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# Don't compress .py files (I have no idea what this line does.)
+DEB_COMPRESS_EXCLUDE = .py


Property changes on: packages/pyproj/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/pyproj/trunk/debian/watch
===================================================================
--- packages/pyproj/trunk/debian/watch	                        (rev 0)
+++ packages/pyproj/trunk/debian/watch	2009-02-12 23:46:18 UTC (rev 7506)
@@ -0,0 +1,4 @@
+version=3
+http://code.google.com/p/pyproj/downloads/list \
+http://pyproj\.googlecode\.com/files/pyproj-([0-9.]+)\.tar\.gz
+




More information about the Python-modules-commits mailing list