[med-svn] r22879 - trunk/packages/R/r-bioc-s4vectors/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Oct 26 07:44:59 UTC 2016
Author: tille
Date: 2016-10-26 07:44:58 +0000 (Wed, 26 Oct 2016)
New Revision: 22879
Modified:
trunk/packages/R/r-bioc-s4vectors/trunk/debian/changelog
trunk/packages/R/r-bioc-s4vectors/trunk/debian/control
trunk/packages/R/r-bioc-s4vectors/trunk/debian/rules
Log:
Convert to dh-r
Modified: trunk/packages/R/r-bioc-s4vectors/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-s4vectors/trunk/debian/changelog 2016-10-26 07:37:45 UTC (rev 22878)
+++ trunk/packages/R/r-bioc-s4vectors/trunk/debian/changelog 2016-10-26 07:44:58 UTC (rev 22879)
@@ -1,3 +1,9 @@
+r-bioc-s4vectors (0.10.2-2) UNRELEASED; urgency=medium
+
+ * Convert to dh-r
+
+ -- Andreas Tille <tille at debian.org> Wed, 26 Oct 2016 09:43:55 +0200
+
r-bioc-s4vectors (0.10.2-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-s4vectors/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-s4vectors/trunk/debian/control 2016-10-26 07:37:45 UTC (rev 22878)
+++ trunk/packages/R/r-bioc-s4vectors/trunk/debian/control 2016-10-26 07:44:58 UTC (rev 22879)
@@ -5,9 +5,9 @@
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
r-base-dev,
- r-bioc-biocgenerics (>= 0.16.0)
+ r-bioc-biocgenerics (>= 0.16.0),
+ dh-r
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-s4vectors/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-s4vectors/trunk/
@@ -17,9 +17,9 @@
Architecture: any
Depends: ${R:Depends},
${misc:Depends},
- ${shlibs:Depends},
- r-bioc-biocgenerics (>= 0.12.0)
-Recommends: r-bioc-iranges (>= 2.4.0)
+ ${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: BioConductor S4 implementation of vectors and lists
The S4Vectors package defines the Vector and List virtual classes and a
set of generic functions that extend the semantic of ordinary vectors
Modified: trunk/packages/R/r-bioc-s4vectors/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-s4vectors/trunk/debian/rules 2016-10-26 07:37:45 UTC (rev 22878)
+++ trunk/packages/R/r-bioc-s4vectors/trunk/debian/rules 2016-10-26 07:44:58 UTC (rev 22879)
@@ -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