[r-cran-colorspace] 20/25: delete unused get-orig-source target, some doc updates

Sébastien Villemot sebastien at debian.org
Wed Nov 15 11:48:50 UTC 2017


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

sebastien pushed a commit to branch master
in repository r-cran-colorspace.

commit 00de60904adaddeb71aa822d392587d717e0557a
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jun 27 13:42:24 2014 +0000

    delete unused get-orig-source target, some doc updates
---
 debian/README.Debian   | 7 -------
 debian/README.test     | 5 +++++
 debian/changelog       | 5 ++++-
 debian/get-orig-source | 7 -------
 debian/rules           | 5 +++--
 5 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 368dec4..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,7 +0,0 @@
-R colorspace for Debian
------------------------
-
-This package was builded as precondiion for R VCD which is in
-sequence needed for R survaillance.
-
- -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100
diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..f7d7de6
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,5 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(colorspace)’ in order to confirm its integrity.
diff --git a/debian/changelog b/debian/changelog
index d7249fe..5187109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-r-cran-colorspace (1.2-4-1) UNRELEASED; urgency=medium
+r-cran-colorspace (1.2-4-1) unstable; urgency=medium
 
   * New upstream version
   * debian/source/format: 3.0 (quilt)
   * cme fix dpkg-control
   * add citation
+  * delete README.Debian, add README.test
+  * do not install extra license file
+  * delete unused get-orig-source target
 
  -- Andreas Tille <tille at debian.org>  Fri, 27 Jun 2014 15:22:45 +0200
 
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100644
index 96ee179..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-RENAME=`uscan --verbose --force-download | \
-   grep "Newest version on remote site is .* local version is .*" | \
-   head -n 1 | \
-   sed "s?Newest .* \([-0-9.]\+\),.* \([0-9.]\+\)?mv ../${PKG}_\1.orig.tar.gz ../${PKG}_\2.orig.tar.gz?"`
-$RENAME
diff --git a/debian/rules b/debian/rules
index 2c4561f..fc10400 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,6 @@
 
 include /usr/share/R/debian/r-cran.mk
 
-get-orig-source:
-	. debian/get-orig-source
+install/$(package)::
+	rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+

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