[med-svn] [r-bioc-hom.hs.inp.db] 01/01: modernise packaging

Andreas Tille tille at debian.org
Fri Nov 17 13:16:13 UTC 2017


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

tille pushed a commit to branch master
in repository r-bioc-hom.hs.inp.db.

commit e12958cd352e481f7372feda2c9da2748964971e
Author: Andreas Tille <tille at debian.org>
Date:   Fri Nov 17 14:16:04 2017 +0100

    modernise packaging
---
 debian/changelog |  7 ++++++-
 debian/compat    |  2 +-
 debian/control   | 17 +++++++++--------
 debian/copyright |  2 +-
 debian/rules     |  5 +++--
 5 files changed, 20 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 22bcff3..3935a56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
-r-bioc-hom.hs.inp.db (2.10.1-1) UNRELEASED; urgency=low
+r-bioc-hom.hs.inp.db (3.1.2-1) UNRELEASED; urgency=low
 
   * Initial release (closes: #???)
+  Remark: It is not intended to upload this 800MB data package but
+  the packaging is provided to run some test suites for instance for
+  r-bioc-annotationdbi
+  * Moved packaging from SVN to Git
+  TODO: Depends: org.Hs.eg.db which needs to be packaged
 
  -- Andreas Tille <tille at debian.org>  Thu, 16 Jan 2014 14:13:14 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index c108fa7..febdc57 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,22 @@ Source: r-bioc-hom.hs.inp.db
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
+Testsuite: autopkgtest-pkg-r
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               cdbs,
-               r-base-dev,
+Build-Depends: debhelper (>= 10),
+               dh-r,
                r-bioc-annotationdbi
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-hom.hs.inp.db/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-hom.hs.inp.db/trunk/
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-bioc-hom.hs.inp.db.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/r-bioc-hom.hs.inp.db.git
 Homepage: http://www.bioconductor.org/packages/release/data/annotation/html/hom.Hs.inp.db.html
 
 Package: r-bioc-hom.hs.inp.db
 Architecture: all
 Depends: ${R:Depends},
-         ${misc:Depends},
-         r-bioc-annotationdbi
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: Homology information for Homo Sapiens from Inparanoid
  This package is part of BioConductor and provides Homology information
  for Homo Sapiens from Inparanoid assembled using data from public
diff --git a/debian/copyright b/debian/copyright
index 162a10d..f0fcbdd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-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: hom.Hs.inp.db
 Upstream-Contact: Bioconductor Package Maintainer <maintainer at bioconductor.org> 
 Source: http://www.bioconductor.org/packages/release/data/annotation/html/hom.Hs.inp.db.html
diff --git a/debian/rules b/debian/rules
index aeb12b3..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
 
-debRreposname=bioc
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-hom.hs.inp.db.git



More information about the debian-med-commit mailing list