[med-svn] [r-cran-tibble] 06/10: TODO: Deal with test failures * New upstream version * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4
Andreas Tille
tille at debian.org
Fri Sep 29 21:43:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-tibble.
commit 0f0d4d3cfc1ed566374e5657d61ed8fefe03a0e1
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 10 09:41:33 2016 +0000
TODO: Deal with test failures
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
* d/watch: version=4
---
debian/changelog | 9 +++++++--
debian/control | 11 +++++------
debian/copyright | 5 +++--
debian/rules | 20 +++++---------------
debian/watch | 2 +-
5 files changed, 21 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b3da4e6..8385599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-r-cran-tibble (1.1-2) UNRELEASED; urgency=medium
+r-cran-tibble (1.2-1) UNRELEASED; urgency=medium
+ TODO: Deal with test failures
+ * New upstream version
* Fixed watch file
* Adjusted Test depends (thanks to Gordon Ball)
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+ * d/watch: version=4
- -- Andreas Tille <tille at debian.org> Sun, 24 Jul 2016 08:32:22 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 10 Nov 2016 09:51:01 +0100
r-cran-tibble (1.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index f34dc2e..e4e6dad 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-assertthat,
r-cran-lazyeval,
@@ -12,16 +12,15 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-tibble/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-tibble/trunk/
-Homepage: https://cran.r-project.org/web/packages/tibble/
+Homepage: https://cran.r-project.org/package=tibble
Package: r-cran-tibble
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- ${R:Depends},
- r-cran-assertthat,
- r-cran-lazyeval,
- r-cran-rcpp
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Simple Data Frames
This GNU R package provides a 'tbl_df' class that offers better checking
and printing capabilities than traditional data frames.
diff --git a/debian/copyright b/debian/copyright
index fc7bcdc..addb810 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
-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-Contact: Kirill Müller <krlmlr+r at mailbox.org>
-Source: https://cran.r-project.org/web/packages/tibble
+Upstream-Name: tibble
+Source: https://cran.r-project.org/package=tibble
Files: *
Copyright: 2013-2016 Hadley Wickham, Romain Francois, Kirill Müller, RStudio
diff --git a/debian/rules b/debian/rules
index c8b39a5..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,8 @@
#!/usr/bin/make -f
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
+%:
+ dh $@ --buildsystem R
-PKG_CFLAGS=$(CFLAGS)
-PKG_CXXFLAGS=$(CXXFLAGS)
-PKG_CPPFLAGS=$(CPPFLAGS)
-PKG_FFLAGS=$(FFLAGS)
-
-export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
-
-makeFlags="LDFLAGS=$(LDFLAGS)"
-
-include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
- rm -rf $(debRlib)/$(cranName)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
diff --git a/debian/watch b/debian/watch
index fdf7431..f782ab4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
http://cran.r-project.org/src/contrib/tibble_([-0-9\.]*)\.tar\.(?:gz|bz2|xz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-tibble.git
More information about the debian-med-commit
mailing list