[med-svn] [r-cran-rsqlite] 07/11: Switch to dh-r

Andreas Tille tille at debian.org
Wed Nov 30 14:05:12 UTC 2016


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

tille pushed a commit to branch master
in repository r-cran-rsqlite.

commit b661874d6fb77e316d415f3d8d1578620f347fae
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 30 14:48:46 2016 +0100

    Switch to dh-r
---
 debian/changelog | 1 +
 debian/control   | 9 ++++-----
 debian/rules     | 8 +++++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 29eee5a..ed76ea4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-rsqlite (1.1-1) UNRELEASED; urgency=medium
   * Deactivate patch for relaxed version checking in the hope that this
     is done properly by upstream now
   * cme fix dpkg-control
+  * Switch to dh-r
 
  -- Andreas Tille <tille at debian.org>  Wed, 30 Nov 2016 11:58:16 +0100
 
diff --git a/debian/control b/debian/control
index 3c78730..2f62a7c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Carlos Borroto <carlos.borroto at gmail.com>,
            Andreas Tille <tille at debian.org>
 Section: gnu-r
-Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9),
                autotools-dev,
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-dbi,
                libsqlite3-dev
@@ -20,9 +19,9 @@ Package: r-cran-rsqlite
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${R:Depends},
-         r-cran-dbi
-Suggests: r-cran-runit
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: Database Interface R driver for SQLite
  This package embeds the SQLite database engine in R and provides an interface
  compliant with the DBI package. This package is built with the SQLite package
diff --git a/debian/rules b/debian/rules
index 36d113e..912232b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-# Linking against system sqlite3
-extraInstallFlags="--configure-args=--with-sqlite-dir=/usr"
+override_dh_auto_configure:
+	# Linking against system sqlite3
+	dh_auto_configure -- --configure-args=--with-sqlite-dir=/usr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rsqlite.git



More information about the debian-med-commit mailing list