[r-cran-mapproj] 02/23: Import Debian changes 1.1-6-1

Andreas Tille tille at debian.org
Fri Sep 8 08:03:06 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-mapproj.

commit 3e3e0ec2d81e4b07be953d70fa6ffb9633d41b79
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Mon Apr 19 19:02:43 2004 -0500

    Import Debian changes 1.1-6-1
    
    r-cran-mapproj (1.1-6-1) unstable; urgency=low
    
      * New upstream release.
    
    r-cran-mapproj (1.1-1) unstable; urgency=low
    
      * Initial Debian Release.
---
 debian/changelog | 11 +++++++++++
 debian/compat    |  1 +
 debian/control   | 17 +++++++++++++++++
 debian/copyright | 21 +++++++++++++++++++++
 debian/rules     | 24 ++++++++++++++++++++++++
 debian/watch     |  2 ++
 6 files changed, 76 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5f87424
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+r-cran-mapproj (1.1-6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org>  Mon, 19 Apr 2004 19:02:43 -0500
+
+r-cran-mapproj (1.1-1) unstable; urgency=low
+
+  * Initial Debian Release.
+
+ -- Chris Lawrence <lawrencc at debian.org>  Wed, 14 Jan 2004 02:40:32 -0600
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..be2ca00
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: r-cran-mapproj
+Section: non-free/math
+Priority: optional
+Maintainer: Chris Lawrence <lawrencc at debian.org>
+Build-Depends: debhelper (>> 4.1.0), r-base-dev (>> 1.8.0), cdbs
+Standards-Version: 3.6.1.0
+
+Package: r-cran-mapproj
+Architecture: any
+Depends: r-base-core (>= 1.8.0), r-cran-maps
+Suggests: r-cran-mapdata
+Description: GNU R support for cartographic projections of map data
+ This package provides facilities for easily producing cartographic
+ projections of maps based on data sets in the GNU R statistical
+ computing environment.  Projections are used by mapmakers to
+ compensate for the inaccuracies inherent in projecting a spheroid's
+ surface onto a two-dimensional plane.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1adc59a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,21 @@
+This is the Debian package of the GNU R package known as "mapproj".  The
+upstream authors are as follows:
+
+Doug McIlroy.  Packaged for R by Ray Brownrigg and Thomas P Minka.
+
+This package was created by Chris Lawrence <lawrencc at debian.org>,
+based on Dirk Eddelbuettel's packaging of r-cran-car.
+
+The sources were downloaded from 
+	http://cran.us.r-project.org/src/contrib/
+
+The package was renamed from its upstream name 'mapproj' to
+'r-cran-mapproj' to fit the pattern of CRAN (and non-CRAN) packages
+for R.
+
+This package is copyrighted by Doug McIlroy, Ray Brownrigg, Thomas
+P. Minka, and Lucent Technologies, and is licensed for non-commercial
+use and distribution only.
+
+The upstream DESCRIPTION file for this package is available in
+/usr/lib/R/site-library/maps/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..48f1b1d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-car package
+# Copyright 2003 by Dirk Eddelbuettel <edd at debian.org>
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/langcore.mk
+
+## We need the CRAN (upstream) name 
+cranName	:= $(shell grep Package: DESCRIPTION | cut -f2 -d" ")
+## and we need to build a Debian Policy-conformant lower-case package name
+cranNameLC	:= $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" )
+## which we can use to build the package directory 
+package		:= r-cran-$(cranNameLC)
+## which we use for the to-be-installed-in directory
+debRlib		:= $(CURDIR)/debian/$(package)/usr/lib/R/site-library
+
+common-install-indep:: R_any_arch
+common-install-arch:: R_any_arch
+
+R_any_arch:
+		dh_installdirs		usr/lib/R/site-library
+		R CMD INSTALL -l $(debRlib) --clean .
+		rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..72d1ee8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://cran.us.r-project.org/src/contrib/mapproj_(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-mapproj.git



More information about the debian-science-commits mailing list