r35475 - in /packages/R: plotrix/ r-cran-plotrix/ r-cran-plotrix/tags/ r-cran-plotrix/tags/2.5-1/ r-cran-plotrix/trunk/debian/

tille at users.alioth.debian.org tille at users.alioth.debian.org
Sun Feb 8 17:36:34 UTC 2009


Author: tille
Date: Sun Feb  8 17:36:34 2009
New Revision: 35475

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35475
Log:
R packages should be named r-cran-* in any case

Added:
    packages/R/r-cran-plotrix/
      - copied from r35423, packages/R/plotrix/
    packages/R/r-cran-plotrix/tags/
      - copied from r35425, packages/R/plotrix/tags/
    packages/R/r-cran-plotrix/trunk/debian/changelog
      - copied, changed from r35426, packages/R/plotrix/trunk/debian/changelog
    packages/R/r-cran-plotrix/trunk/debian/control
      - copied, changed from r35426, packages/R/plotrix/trunk/debian/control
    packages/R/r-cran-plotrix/trunk/debian/get-orig-source
Removed:
    packages/R/plotrix/
    packages/R/r-cran-plotrix/tags/2.5-1/
Modified:
    packages/R/r-cran-plotrix/trunk/debian/rules
    packages/R/r-cran-plotrix/trunk/debian/watch

Copied: packages/R/r-cran-plotrix/trunk/debian/changelog (from r35426, packages/R/plotrix/trunk/debian/changelog)
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/changelog?rev=35475&op=diff
==============================================================================
--- packages/R/plotrix/trunk/debian/changelog (original)
+++ packages/R/r-cran-plotrix/trunk/debian/changelog Sun Feb  8 17:36:34 2009
@@ -1,12 +1,5 @@
-plotrix (2.5-2) UNRELEASED; urgency=low
-
-  * Group maintenance in the Debian Science team
-  * Fixed VCS tags
-
- -- Andreas Tille <tille at debian.org>  Tue, 20 Jan 2009 19:50:35 +0100
-
-plotrix (2.5-1) unstable; urgency=low
+r-cran-plotrix (2.5.1-1) unstable; urgency=low
 
   * Initial release (Closes: #512069).
 
- -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100
+ -- Andreas Tille <tille at debian.org>  Sun, 08 Feb 2009 09:58:22 +0100

Copied: packages/R/r-cran-plotrix/trunk/debian/control (from r35426, packages/R/plotrix/trunk/debian/control)
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/control?rev=35475&op=diff
==============================================================================
--- packages/R/plotrix/trunk/debian/control (original)
+++ packages/R/r-cran-plotrix/trunk/debian/control Sun Feb  8 17:36:34 2009
@@ -1,4 +1,4 @@
-Source: plotrix
+Source: r-cran-plotrix
 Section: math
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>

Added: packages/R/r-cran-plotrix/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/get-orig-source?rev=35475&op=file
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/get-orig-source (added)
+++ packages/R/r-cran-plotrix/trunk/debian/get-orig-source Sun Feb  8 17:36:34 2009
@@ -1,0 +1,7 @@
+#!/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

Modified: packages/R/r-cran-plotrix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/rules?rev=35475&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/rules (original)
+++ packages/R/r-cran-plotrix/trunk/debian/rules Sun Feb  8 17:36:34 2009
@@ -4,3 +4,6 @@
 # Copyright 2009 by Andreas Tille <tille at debian.org>
 
 include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+	. debian/get-orig-source

Modified: packages/R/r-cran-plotrix/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/watch?rev=35475&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/watch (original)
+++ packages/R/r-cran-plotrix/trunk/debian/watch Sun Feb  8 17:36:34 2009
@@ -1,2 +1,6 @@
 version=3
+# Same effect as dversionmangle, but we have to rename the orig.tar.gz
+# anyway and it is easier to write a get-origsource script this way
+# opts="uversionmangle=s/([\d.]+)-(\d)/$1.$2/"
+opts="dversionmangle=s/([\d.]+)\.(\d)/$1-$2/" \
 http://cran.r-project.org/src/contrib/plotrix_([\d.-]*)\.tar\.gz




More information about the debian-science-commits mailing list