[r-cran-mapproj] 16/23: Import Debian changes 1.2-1-1

Andreas Tille tille at debian.org
Fri Sep 8 08:03:07 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 94e45a9c2acba5c6f153b6eecb95c63677ee4f69
Merge: 02f5fab 357e560
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Sun Mar 31 20:42:23 2013 -0400

    Import Debian changes 1.2-1-1
    
    r-cran-mapproj (1.2-1-1) unstable; urgency=low
    
      * New upstream release.
      * Rebuild for R 3.0.

 DESCRIPTION          | 15 ++++++++-------
 LICENSE              | 21 ---------------------
 MD5                  | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 NAMESPACE            |  6 ++++++
 R/mapproj.r          | 35 +++++++++++++++++++++--------------
 R/zzz.R              |  7 -------
 debian/changelog     |  7 +++++++
 debian/compat        |  2 +-
 debian/control       |  7 ++++---
 debian/rules         | 20 ++++----------------
 debian/source/format |  1 +
 debian/stamp-patched |  0
 src/cuts.c           |  6 +++++-
 src/lune.c           |  4 ++++
 src/map.h            |  2 +-
 src/zcoord.c         |  4 ++--
 16 files changed, 113 insertions(+), 73 deletions(-)

diff --cc debian/changelog
index 2a611ee,0000000..7b95a71
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,55 -1,0 +1,62 @@@
++r-cran-mapproj (1.2-1-1) unstable; urgency=low
++
++  * New upstream release.
++  * Rebuild for R 3.0.
++
++ -- Chris Lawrence <lawrencc at debian.org>  Sun, 31 Mar 2013 20:42:23 -0400
++
 +r-cran-mapproj (1.1-8.3-2) unstable; urgency=low
 +
 +  * Rebuild for R 2.14.  (Closes: #646043)
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu, 20 Oct 2011 21:33:05 -0400
 +
 +r-cran-mapproj (1.1-8.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Mon, 17 Jan 2011 14:33:54 -0600
 +
 +r-cran-mapproj (1.1-8.2-1) unstable; urgency=low
 +
 +  * New upstream release; based on work licensed under the Lucent Public
 +    License (which is DFSG-free), so moving to main.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Tue, 03 Nov 2009 15:22:41 -0600
 +
 +r-cran-mapproj (1.1-7.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Wed, 13 Aug 2008 18:17:14 -0500
 +
 +r-cran-mapproj (1.1-7.1-2) unstable; urgency=low
 +
 +  * Update for latest Standards-Version.
 +  * Include {shlibs:Depends} to capture libc dependency.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat, 16 Feb 2008 20:47:08 -0600
 +
 +r-cran-mapproj (1.1-7.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Fri, 29 Apr 2005 01:44:29 -0500
 +
 +r-cran-mapproj (1.1-7-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Fri, 29 Oct 2004 16:45:48 -0500
 +
 +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 --cc debian/compat
index 7f8f011,0000000..ec63514
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 7
++9
diff --cc debian/control
index 3fbcd81,0000000..a3781c3
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,17 -1,0 +1,18 @@@
 +Source: r-cran-mapproj
 +Section: gnu-r
 +Priority: optional
 +Maintainer: Chris Lawrence <lawrencc at debian.org>
- Build-Depends: debhelper (>> 7), r-base-dev (>= 2.14), cdbs, r-cran-maps (>= 2.1-6-2)
- Standards-Version: 3.9.2
++Build-Depends: debhelper (>> 9), r-base-dev (>= 3.0), cdbs, r-cran-maps (>= 2.3-2), dpkg-dev (>= 1.16.1~)
++Standards-Version: 3.9.3
++Homepage: http://cran.r-project.org/package=mapproj
 +
 +Package: r-cran-mapproj
 +Architecture: any
- Depends: r-base-core (>= 2.14), r-cran-maps (>= 2.1-6-2), ${shlibs:Depends}, ${misc:Depends}
++Depends: ${R:Depends}, r-cran-maps (>= 2.3-2), ${shlibs:Depends}, ${misc:Depends}
 +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 --cc debian/rules
index 48f1b1d,0000000..7063dc8
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,24 -1,0 +1,12 @@@
 +#!/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
++DPKG_EXPORT_BUILDFLAGS = 1
++include /usr/share/dpkg/buildflags.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
++include /usr/share/R/debian/r-cran.mk
 +
- 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
++		rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING $(debRlib)/$(cranName)/LICENSE
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/stamp-patched
index 0000000,0000000..e69de29
new file mode 100644
--- /dev/null
+++ b/debian/stamp-patched

-- 
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