[med-svn] [r-cran-progress] 04/07: Upload to new
Andreas Tille
tille at debian.org
Sat Sep 30 08:24:26 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-progress.
commit 535c133259b2494e74d1227763e9f9d96209f1da
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 19 10:48:36 2016 +0000
Upload to new
---
debian/changelog | 8 +++-----
debian/control | 5 +++--
debian/docs | 2 +-
debian/files | 1 -
debian/rules | 3 +++
debian/tests/run-unit-test | 2 +-
6 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 54c4ac4..8e4f417 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
-r-cran-progress (1.1.2-1) UNRELEASED; urgency=medium
+r-cran-progress (1.1.2-1) unstable; urgency=medium
- * Initial release (closes: #xxxxxx)
- TODO:
- svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-prettyunits/trunk/
+ * Initial release (closes: #848659)
- -- Andreas Tille <tille at debian.org> Mon, 19 Dec 2016 09:29:25 +0100
+ -- Andreas Tille <tille at debian.org> Mon, 19 Dec 2016 11:43:31 +0100
diff --git a/debian/control b/debian/control
index 7982b2b..cb8431e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Priority: optional
Build-Depends: debhelper (>= 10),
dh-r,
r-base-dev,
- r-cran-r6
+ r-cran-r6,
+ r-cran-prettyunits
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-progress/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-progress/trunk/
@@ -18,7 +19,7 @@ Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
-Description: GNU R Terminal Progress Bars
+Description: GNU R terminal progress bars
Configurable Progress bars for GNU R, they may include percentage,
elapsed time, and/or the estimated completion time. They work in
terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the
diff --git a/debian/docs b/debian/docs
index f185620..6466d39 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,3 @@
debian/tests/run-unit-test
-README.test
+debian/README.test
tests
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 3a6e1a6..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-r-cran-progress_1.1.2-1_source.buildinfo gnu-r optional
diff --git a/debian/rules b/debian/rules
index 529c38a..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
%:
dh $@ --buildsystem R
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index b7beeee..a8e03f0 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -3,7 +3,7 @@
pkgname=progress
debname=r-cran-progress
-if [ $ADTTMP = "" ] ; then
+if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-progress.git
More information about the debian-med-commit
mailing list