[proj4js] 02/02: Initial debian packaging.

Bas Couwenberg sebastic at xs4all.nl
Sun Dec 28 22:02:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository proj4js.

commit 11a23eb1bd9c96b519eea022b910a13f5dd020ce
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 28 22:59:42 2014 +0100

    Initial debian packaging.
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 26 ++++++++++++++++++++++++
 debian/copyright         | 51 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules             |  7 +++++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  7 +++++++
 debian/watch             |  6 ++++++
 8 files changed, 104 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9353b86
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+proj4js (2.3.3-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #774112)
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 28 Dec 2014 22:36:14 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6677baf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: proj4js
+Section: science
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Bas Couwenberg <sebastic at xs4all.nl>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/proj4js.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/proj4js.git
+Homepage: http://proj4js.org/
+
+Package: proj4js
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: JavaScript library to transform point coordinates systems
+ Proj4js is a JavaScript library to transform point coordinates from one
+ coordinate system to another, including datum transformations.
+ .
+ This library is a port of both the PROJ.4 and GCTCP C libraries to JavaScript.
+ Enabling these transformations in the browser allows geographic data stored in
+ different projections to be combined in browser-based web mapping applications.
+ .
+ Proj4js is a part of the MetaCRS group of projects and uses the same MIT style
+ license as PROJ.4. 
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dfb1dc4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Proj4js
+Upstream-Contact: MetaCRS Developers <metacrs at lists.osgeo.org>
+Source: https://github.com/proj4js/proj4js/releases
+
+Files: *
+Copyright: 2014, Mike Adair
+           2014, Richard Greenwood
+           2014, Didier Richard,
+           2014, Stephen Irons
+           2014, Olivier Terral
+           2014, Calvin Metcalf
+License: MIT
+
+Files: debian/*
+Copyright: 2014, Bas Couwenberg <sebastic at xs4all.nl>
+License: GPL-2+
+
+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.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in the `/usr/share/common-licenses/GPL-2' file.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..440a381
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+%:
+	dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8fede05
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Bug-Database: https://github.com/proj4js/proj4js/issues
+Bug-Submit: https://github.com/proj4js/proj4js/issues/new
+Contact: MetaCRS Developers <metacrs at lists.osgeo.org>
+Name: Proj4js
+Repository: https://github.com/proj4js/proj4js.git
+Repository-Browse: https://github.com/proj4js/proj4js
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b0b50f9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.tar\.gz/proj4js-$1.tar.gz/" \
+https://github.com/proj4js/proj4js/releases \
+(?:.*/)*(?:rel|v|proj4js|)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj4js.git



More information about the Pkg-grass-devel mailing list