[r-cran-colorspace] 02/03: R source packages should also have r-cran prefix

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


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

sebastien pushed a commit to annotated tag debian/1.0.0-1
in repository r-cran-colorspace.

commit 6921f6d7d5121474b3fbf7ebf653aa03c02bb0ff
Author: Andreas Tille <tille at debian.org>
Date:   Tue Feb 10 08:56:58 2009 +0000

    R source packages should also have r-cran prefix
---
 changelog       | 2 +-
 control         | 2 +-
 get-orig-source | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/changelog b/changelog
index 84c1f50..a3496df 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,4 @@
-colorspace (1.0.0-1) unstable; urgency=low
+r-cran-colorspace (1.0.0-1) unstable; urgency=low
 
   * Initial release (Closes: #512404).
 
diff --git a/control b/control
index 060347b..4fc6750 100644
--- a/control
+++ b/control
@@ -1,4 +1,4 @@
-Source: colorspace
+Source: r-cran-colorspace
 Section: science
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
diff --git a/get-orig-source b/get-orig-source
index 78eae9a..96ee179 100644
--- a/get-orig-source
+++ b/get-orig-source
@@ -1,5 +1,5 @@
 #!/bin/sh
-PKG=colorspace
+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 | \

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