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

Andreas Tille tille at debian.org
Fri Sep 8 08:03:08 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 dbb13b4f37207ccca79b7663136575230e470e60
Merge: 94e45a9 fd7d706
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Tue Feb 25 20:39:56 2014 -0500

    Import Debian changes 1.2-2-1
    
    r-cran-mapproj (1.2-2-1) unstable; urgency=medium
    
      * New upstream release.
      * Update for R 3.0.x.

 DESCRIPTION                  |  8 ++++----
 inst/LICENSE => LICENSE.note |  2 ++
 MD5                          |  4 ++--
 debian/changelog             |  6 +++---
 debian/control               |  2 +-
 debian/rules                 | 11 ++++++++++-
 6 files changed, 22 insertions(+), 11 deletions(-)

diff --cc debian/changelog
index 7b95a71,0000000..1a62bee
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,62 -1,0 +1,62 @@@
- r-cran-mapproj (1.2-1-1) unstable; urgency=low
++r-cran-mapproj (1.2-2-1) unstable; urgency=medium
 +
 +  * New upstream release.
-   * Rebuild for R 3.0.
++  * Update for R 3.0.x.
 +
-  -- Chris Lawrence <lawrencc at debian.org>  Sun, 31 Mar 2013 20:42:23 -0400
++ -- Chris Lawrence <lawrencc at debian.org>  Tue, 25 Feb 2014 20:39:56 -0500
 +
 +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/control
index a3781c3,0000000..2649454
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,18 -1,0 +1,18 @@@
 +Source: r-cran-mapproj
 +Section: gnu-r
 +Priority: optional
 +Maintainer: Chris Lawrence <lawrencc at debian.org>
 +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
++Standards-Version: 3.9.5
 +Homepage: http://cran.r-project.org/package=mapproj
 +
 +Package: r-cran-mapproj
 +Architecture: any
 +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 7063dc8,0000000..700cce3
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,12 -1,0 +1,21 @@@
 +#!/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>
 +
 +DPKG_EXPORT_BUILDFLAGS = 1
 +include /usr/share/dpkg/buildflags.mk
 +
++PKG_CFLAGS=$(CFLAGS)
++PKG_CXXFLAGS=$(CXXFLAGS)
++PKG_CPPFLAGS=$(CPPFLAGS)
++PKG_FFLAGS=$(FFLAGS)
++
++export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
++
++makeFlags="LDFLAGS=$(LDFLAGS)"
++
 +include /usr/share/R/debian/r-cran.mk
 +
 +common-install-arch:: R_any_arch
- 		rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING $(debRlib)/$(cranName)/LICENSE
++		rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING

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