[med-svn] r22891 - trunk/packages/R/r-bioc-graph/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Oct 26 11:43:01 UTC 2016
Author: tille
Date: 2016-10-26 11:43:00 +0000 (Wed, 26 Oct 2016)
New Revision: 22891
Modified:
trunk/packages/R/r-bioc-graph/trunk/debian/changelog
trunk/packages/R/r-bioc-graph/trunk/debian/control
trunk/packages/R/r-bioc-graph/trunk/debian/copyright
trunk/packages/R/r-bioc-graph/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-graph/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-graph/trunk/debian/changelog 2016-10-26 11:20:57 UTC (rev 22890)
+++ trunk/packages/R/r-bioc-graph/trunk/debian/changelog 2016-10-26 11:43:00 UTC (rev 22891)
@@ -1,3 +1,11 @@
+r-bioc-graph (1.52.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Generic BioConductor homepage
+
+ -- Andreas Tille <tille at debian.org> Wed, 26 Oct 2016 13:23:27 +0200
+
r-bioc-graph (1.50.0-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-graph/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-graph/trunk/debian/control 2016-10-26 11:20:57 UTC (rev 22890)
+++ trunk/packages/R/r-bioc-graph/trunk/debian/control 2016-10-26 11:43:00 UTC (rev 22891)
@@ -5,21 +5,21 @@
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-bioc-biocgenerics (>= 0.14.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-graph/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-graph/trunk/
-Homepage: http://bioconductor.org/packages/release/bioc/html/graph.html
+Homepage: https://bioconductor.org/packages/graph/
Package: r-bioc-graph
Architecture: any
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends},
- r-bioc-biocgenerics (>= 0.14.0),
- r-cran-xml
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: handle graph data structures for BioConductor
This BioConductor module implements some simple graph handling
capabilities. These are for instance used in hypergraph module
Modified: trunk/packages/R/r-bioc-graph/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-graph/trunk/debian/copyright 2016-10-26 11:20:57 UTC (rev 22890)
+++ trunk/packages/R/r-bioc-graph/trunk/debian/copyright 2016-10-26 11:43:00 UTC (rev 22891)
@@ -1,10 +1,10 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: graph
Upstream-Contact: Bioconductor Package Maintainer <maintainer at bioconductor.org>
-Source: http://bioconductor.org/packages/release/bioc/html/graph.html
+Source: https://bioconductor.org/packages/graph/
Files: *
-Copyright: © 2002-2014 R. Gentleman, Laurent Gautier, Elizabeth Whalen, W. Huber, S. Falcon
+Copyright: © 2002-2016 R. Gentleman, Laurent Gautier, Elizabeth Whalen, W. Huber, S. Falcon
License: Artistic-2.0
Files: inst/GXL/*
@@ -12,7 +12,7 @@
License: Artistic-2.0
Files: debian/*
-Copyright: 2014 Andreas Tille <tille at debian.org>
+Copyright: 2014-2016 Andreas Tille <tille at debian.org>
License: Artistic-2.0
License: Artistic-2.0
Modified: trunk/packages/R/r-bioc-graph/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-graph/trunk/debian/rules 2016-10-26 11:20:57 UTC (rev 22890)
+++ trunk/packages/R/r-bioc-graph/trunk/debian/rules 2016-10-26 11:43:00 UTC (rev 22891)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-debRreposname=bioc
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
More information about the debian-med-commit
mailing list