[med-svn] r23323 - in trunk/packages/R/r-cran-progress/trunk/debian: . tests

Andreas Tille tille at moszumanska.debian.org
Mon Dec 19 10:48:37 UTC 2016


Author: tille
Date: 2016-12-19 10:48:36 +0000 (Mon, 19 Dec 2016)
New Revision: 23323

Removed:
   trunk/packages/R/r-cran-progress/trunk/debian/files
Modified:
   trunk/packages/R/r-cran-progress/trunk/debian/changelog
   trunk/packages/R/r-cran-progress/trunk/debian/control
   trunk/packages/R/r-cran-progress/trunk/debian/docs
   trunk/packages/R/r-cran-progress/trunk/debian/rules
   trunk/packages/R/r-cran-progress/trunk/debian/tests/run-unit-test
Log:
Upload to new


Modified: trunk/packages/R/r-cran-progress/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-progress/trunk/debian/changelog	2016-12-19 10:37:49 UTC (rev 23322)
+++ trunk/packages/R/r-cran-progress/trunk/debian/changelog	2016-12-19 10:48:36 UTC (rev 23323)
@@ -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

Modified: trunk/packages/R/r-cran-progress/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-progress/trunk/debian/control	2016-12-19 10:37:49 UTC (rev 23322)
+++ trunk/packages/R/r-cran-progress/trunk/debian/control	2016-12-19 10:48:36 UTC (rev 23323)
@@ -6,7 +6,8 @@
 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 @@
          ${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

Modified: trunk/packages/R/r-cran-progress/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-progress/trunk/debian/docs	2016-12-19 10:37:49 UTC (rev 23322)
+++ trunk/packages/R/r-cran-progress/trunk/debian/docs	2016-12-19 10:48:36 UTC (rev 23323)
@@ -1,3 +1,3 @@
 debian/tests/run-unit-test
-README.test
+debian/README.test
 tests

Deleted: trunk/packages/R/r-cran-progress/trunk/debian/files
===================================================================
--- trunk/packages/R/r-cran-progress/trunk/debian/files	2016-12-19 10:37:49 UTC (rev 23322)
+++ trunk/packages/R/r-cran-progress/trunk/debian/files	2016-12-19 10:48:36 UTC (rev 23323)
@@ -1 +0,0 @@
-r-cran-progress_1.1.2-1_source.buildinfo gnu-r optional

Modified: trunk/packages/R/r-cran-progress/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-progress/trunk/debian/rules	2016-12-19 10:37:49 UTC (rev 23322)
+++ trunk/packages/R/r-cran-progress/trunk/debian/rules	2016-12-19 10:48:36 UTC (rev 23323)
@@ -3,3 +3,6 @@
 %:
 	dh $@ --buildsystem R
 
+override_dh_install:
+	dh_install
+	find debian -name LICENSE -delete

Modified: trunk/packages/R/r-cran-progress/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-progress/trunk/debian/tests/run-unit-test	2016-12-19 10:37:49 UTC (rev 23322)
+++ trunk/packages/R/r-cran-progress/trunk/debian/tests/run-unit-test	2016-12-19 10:48:36 UTC (rev 23323)
@@ -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




More information about the debian-med-commit mailing list