[r-cran-colorspace] 01/01: * New upstream version * Convert to dh-r * Canonical homepage for CRAN * DEP5
Sébastien Villemot
sebastien at debian.org
Wed Nov 15 11:49:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to annotated tag debian/1.2-7-1
in repository r-cran-colorspace.
commit b724ff38c5815710c9d14da65f4d00094d9f458b
Author: Andreas Tille <tille at debian.org>
Date: Sun Nov 6 08:39:05 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
* DEP5
---
changelog | 9 +++++++++
control | 15 +++++++++------
copyright | 21 ++++++++++++---------
rules | 9 +++++----
4 files changed, 35 insertions(+), 19 deletions(-)
diff --git a/changelog b/changelog
index 5187109..25fb8aa 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+r-cran-colorspace (1.2-7-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+ * DEP5
+
+ -- Andreas Tille <tille at debian.org> Sun, 06 Nov 2016 09:29:40 +0100
+
r-cran-colorspace (1.2-4-1) unstable; urgency=medium
* New upstream version
diff --git a/control b/control
index bb52d22..72b10b8 100644
--- a/control
+++ b/control
@@ -4,17 +4,20 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev (>= 3.0.0~20130330)
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-colorspace/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-colorspace/trunk/
-Homepage: http://cran.r-project.org/web/packages/colorspace
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-colorspace/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-colorspace/trunk/
+Homepage: https://cran.r-project.org/package=colorspace
Package: r-cran-colorspace
Architecture: any
Depends: ${shlibs:Depends},
- r-base-core (>= 3.0.0~20130330)
+ ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Color Space Manipulation
Carries out mapping between assorted color spaces including RGB, HSV, HLS,
CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB. Qualitative,
diff --git a/copyright b/copyright
index ccf6210..ddef68c 100644
--- a/copyright
+++ b/copyright
@@ -1,9 +1,17 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://cran.r-project.org/src/contrib/colorspace_1.2-2.tar.gz
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Achim Zeileis <Achim.Zeileis at R-project.org>
+Upstream-Name: colorspace
+Source: https://cran.r-project.org/package=colorspace
Files: *
-Copyright: (C) 2008 Ross Ihaka, Paul Murrell, Kurt Hornik, Achim Zeileis
-License: BSD
+Copyright: (C) 2008-2016 Ross Ihaka, Paul Murrell, Kurt Hornik, Achim Zeileis
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2009-2016 Andreas Tille <tille at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -29,8 +37,3 @@ License: BSD
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
-Files: debian/*
-Copyright: 2009 Andreas Tille <tille at debian.org>
-License: same
- Same as colorspace itself
-
diff --git a/rules b/rules
index fc10400..ae86733 100755
--- a/rules
+++ b/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+%:
+ dh $@ --buildsystem R
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-colorspace.git
More information about the debian-science-commits
mailing list