[med-svn] r13110 - in trunk/packages/R: r-cran-boolnet/trunk/debian r-cran-deal/trunk/debian r-cran-dichromat/trunk/debian r-cran-ggplots2/trunk/debian r-cran-igraph/trunk/debian r-cran-labeling/trunk/debian r-cran-memoise/trunk/debian r-cran-rcurl/trunk/debian
Ivo Maintz
ivomaintz-guest at alioth.debian.org
Mon Feb 25 14:25:53 UTC 2013
Author: ivomaintz-guest
Date: 2013-02-25 14:25:53 +0000 (Mon, 25 Feb 2013)
New Revision: 13110
Modified:
trunk/packages/R/r-cran-boolnet/trunk/debian/control
trunk/packages/R/r-cran-boolnet/trunk/debian/rules
trunk/packages/R/r-cran-deal/trunk/debian/changelog
trunk/packages/R/r-cran-deal/trunk/debian/control
trunk/packages/R/r-cran-deal/trunk/debian/copyright
trunk/packages/R/r-cran-deal/trunk/debian/rules
trunk/packages/R/r-cran-dichromat/trunk/debian/compat
trunk/packages/R/r-cran-dichromat/trunk/debian/control
trunk/packages/R/r-cran-ggplots2/trunk/debian/compat
trunk/packages/R/r-cran-ggplots2/trunk/debian/control
trunk/packages/R/r-cran-ggplots2/trunk/debian/rules
trunk/packages/R/r-cran-igraph/trunk/debian/changelog
trunk/packages/R/r-cran-igraph/trunk/debian/control
trunk/packages/R/r-cran-labeling/trunk/debian/changelog
trunk/packages/R/r-cran-labeling/trunk/debian/compat
trunk/packages/R/r-cran-labeling/trunk/debian/control
trunk/packages/R/r-cran-memoise/trunk/debian/compat
trunk/packages/R/r-cran-memoise/trunk/debian/control
trunk/packages/R/r-cran-memoise/trunk/debian/rules
trunk/packages/R/r-cran-rcurl/trunk/debian/control
trunk/packages/R/r-cran-rcurl/trunk/debian/rules
Log:
a lot of little changes to update the packages to the latest debhelper
added missing get-orig-targets
please upload
Modified: trunk/packages/R/r-cran-boolnet/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-boolnet/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-boolnet/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -9,6 +9,8 @@
dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.4
Homepage: http://www.informatik.uni-ulm.de/ni/mitarbeiter/HKestler/boolnet/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-boolnet/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-boolnet/trunk/
Package: r-cran-boolnet
Architecture: any
Modified: trunk/packages/R/r-cran-boolnet/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-boolnet/trunk/debian/rules 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-boolnet/trunk/debian/rules 2013-02-25 14:25:53 UTC (rev 13110)
@@ -7,7 +7,7 @@
include /usr/share/R/debian/r-cran.mk
get-orig-source:
- uscan --force-download --rename --verbose
+ uscan --force-download --verbose
install/$(package)::
find debian/$(package)/ -type f -exec chmod 644 {} +
Modified: trunk/packages/R/r-cran-deal/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/changelog 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-deal/trunk/debian/changelog 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,8 +1,9 @@
-r-cran-deal (1:1.2.37-1) UNRELEASED; urgency=low
+deal (1:1.2.37-1) UNRELEASED; urgency=low
* update from upstream
+ * renamed the source package according to the original r-cran name "deal"
- -- Ivo Maintz <ivo at maintz.de> Fri, 15 Feb 2013 12:46:37 +0100
+ -- Ivo Maintz <ivo at maintz.de> Mon, 25 Feb 2013 14:48:30 +0100
r-cran-deal (1:1.2-35-1) unstable; urgency=low
Modified: trunk/packages/R/r-cran-deal/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-deal/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,4 +1,4 @@
-Source: r-cran-deal
+Source: deal
Section: gnu-r
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Modified: trunk/packages/R/r-cran-deal/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/copyright 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-deal/trunk/debian/copyright 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: deal
-Source: http://cran.r-project.org/src/contrib/deal_1.2-34.tar.gz
+Source: http://cran.r-project.org/src/contrib/
Files: *
Copyright: 2011 Susanne Gammelgaard Bottcher <lma at math.aau.dk>
Modified: trunk/packages/R/r-cran-deal/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-deal/trunk/debian/rules 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-deal/trunk/debian/rules 2013-02-25 14:25:53 UTC (rev 13110)
@@ -10,3 +10,6 @@
install/$(package)::
chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/INDEX
+
+get-orig-source:
+ uscan --verbose --force-download
Modified: trunk/packages/R/r-cran-dichromat/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-dichromat/trunk/debian/compat 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-dichromat/trunk/debian/compat 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/R/r-cran-dichromat/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-dichromat/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-dichromat/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,12 +1,16 @@
Source: dichromat
Section: gnu-r
-Priority: extra
-Maintainer: Ivo Maintz <ivo at maintz.de>
-Build-Depends: debhelper (>= 8.0.0),
- r-base-dev,
- cdbs
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Ivo Maintz <ivo at maintz.de>
+Build-Depends: debhelper (>= 9.0.0),
+ r-base-dev (>= 2.14.2~20120222),
+ cdbs,
+ dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.3
Homepage: http://cran.r-project.org/web/packages/dichromat/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-dichromat/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-dichromat[12~/trunk/
Package: r-cran-dichromat
Architecture: all
Modified: trunk/packages/R/r-cran-ggplots2/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-ggplots2/trunk/debian/compat 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-ggplots2/trunk/debian/compat 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1 +1 @@
-7
+9
Modified: trunk/packages/R/r-cran-ggplots2/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-ggplots2/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-ggplots2/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,9 +1,10 @@
Source: ggplot2
Section: gnu-r
-Priority: extra
-Maintainer: Ivo Maintz <ivo at maintz.de>
-Build-Depends: debhelper (>= 8.0.0),
- r-base-dev,
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Ivo Maintz <ivo at maintz.de>
+Build-Depends: debhelper (>= 9.0.0),
+ r-base-dev (>= 2.14.2~20120222),
cdbs,
r-cran-colorspace,
r-cran-digest,
@@ -16,6 +17,8 @@
r-cran-scales
Standards-Version: 3.9.3
Homepage: http://cran.r-project.org/web/packages/ggplot2/index.html
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-ggplot2/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-ggplot2/trunk/
Package: r-cran-ggplot2
Architecture: all
Modified: trunk/packages/R/r-cran-ggplots2/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-ggplots2/trunk/debian/rules 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-ggplots2/trunk/debian/rules 2013-02-25 14:25:53 UTC (rev 13110)
@@ -7,4 +7,4 @@
include /usr/share/R/debian/r-cran.mk
get-orig-source:
- uscan --force-download --repack --verbose
+ uscan --force-download --verbose
Modified: trunk/packages/R/r-cran-igraph/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-igraph/trunk/debian/changelog 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-igraph/trunk/debian/changelog 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,11 +1,11 @@
-igraph (0.6.4-1) UNRELEASED; urgency=low
+igraph (0.6.5-1) UNRELEASED; urgency=low
* update from upstream
* updated debian/copyright
* enabled hardening
* renamed the source to the R name "igraph"
- -- Ivo Maintz <ivo at maintz.de> Fri, 15 Feb 2013 13:56:42 +0100
+ -- Ivo Maintz <ivo at maintz.de> Mon, 25 Feb 2013 15:05:36 +0100
r-cran-igraph (0.5.2-2-1) unstable; urgency=low
Modified: trunk/packages/R/r-cran-igraph/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-igraph/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-igraph/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -5,9 +5,14 @@
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>,
Ivo Maintz <ivo at maintz.de>
-Build-Depends: debhelper (>= 9.0.0), cdbs, r-base-dev, r-cran-matrix
+Build-Depends: debhelper (>= 9.0.0),
+ cdbs,
+ r-base-dev (>= 2.14.2~20120222),
+ r-cran-matrix
Standards-Version: 3.9.4
Homepage: http://cneurocvs.rmki.kfki.hu/igraph
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-igraph/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-igraph/trunk/
Package: r-cran-igraph
Architecture: any
Modified: trunk/packages/R/r-cran-labeling/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-labeling/trunk/debian/changelog 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-labeling/trunk/debian/changelog 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,4 +1,4 @@
-labeling (0.1-1) unstable; urgency=low
+labeling (0.1-1) UNRELEASED; urgency=low
* Initial release (Closes: #700858)
Modified: trunk/packages/R/r-cran-labeling/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-labeling/trunk/debian/compat 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-labeling/trunk/debian/compat 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/R/r-cran-labeling/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-labeling/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-labeling/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,12 +1,15 @@
Source: labeling
Section: gnu-r
-Priority: extra
-Maintainer: Ivo Maintz <ivo at maintz.de>
-Build-Depends: debhelper (>= 8.0.0),
- r-base-dev,
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Ivo Maintz <ivo at maintz.de>
+Build-Depends: debhelper (>= 9.0.0),
+ r-base-dev (>= 2.14.2~20120222),
cdbs
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://cran.r-project.org/web/packages/labeling/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-labeling/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-labeling/trunk/
Package: r-cran-labeling
Architecture: all
Modified: trunk/packages/R/r-cran-memoise/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-memoise/trunk/debian/compat 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-memoise/trunk/debian/compat 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/R/r-cran-memoise/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-memoise/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-memoise/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -1,13 +1,16 @@
Source: memoise
Section: gnu-r
-Priority: extra
-Maintainer: Ivo Maintz <ivo at maintz.de>
-Build-Depends: debhelper (>= 8.0.0),
- r-base-dev,
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Ivo Maintz <ivo at maintz.de>
+Build-Depends: debhelper (>= 9.0.0),
+ r-base-dev (>= 2.14.2~20120222),
r-cran-digest,
cdbs
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://cran.r-project.org/web/packages/memoise/index.html
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-memoise/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-memoise/trunk/
Package: r-cran-memoise
Architecture: any
Modified: trunk/packages/R/r-cran-memoise/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-memoise/trunk/debian/rules 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-memoise/trunk/debian/rules 2013-02-25 14:25:53 UTC (rev 13110)
@@ -5,3 +5,6 @@
# and Steffen Moeller <moeller at inb.uni-luebeck.de>
include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+ uscan --force-download --verbose
Modified: trunk/packages/R/r-cran-rcurl/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-rcurl/trunk/debian/control 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-rcurl/trunk/debian/control 2013-02-25 14:25:53 UTC (rev 13110)
@@ -5,7 +5,7 @@
Uploaders: Steffen Moeller <moeller at debian.org>,
Ivo Maintz <ivo at maintz.de>
Build-Depends: debhelper (>= 9.0.0), autotools-dev,
- r-base-dev,
+ r-base-dev (>= 2.14.2~20120222),
r-cran-bitops,
libcurl4-gnutls-dev | libcurl4-openssl-dev,
cdbs,
Modified: trunk/packages/R/r-cran-rcurl/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-rcurl/trunk/debian/rules 2013-02-24 17:49:22 UTC (rev 13109)
+++ trunk/packages/R/r-cran-rcurl/trunk/debian/rules 2013-02-25 14:25:53 UTC (rev 13110)
@@ -12,4 +12,4 @@
dh_clean
get-orig-source::
- uscan --force-download --repack --verbose
+ uscan --force-download --verbose
More information about the debian-med-commit
mailing list