Author: tille
Date: 2016-12-19 09:58:53 +0000 (Mon, 19 Dec 2016)
New Revision: 23320

Added:
   trunk/packages/R/r-cran-prettyunits/
   trunk/packages/R/r-cran-prettyunits/trunk/
   trunk/packages/R/r-cran-prettyunits/trunk/debian/
   trunk/packages/R/r-cran-prettyunits/trunk/debian/README.test
   trunk/packages/R/r-cran-prettyunits/trunk/debian/changelog
   trunk/packages/R/r-cran-prettyunits/trunk/debian/compat
   trunk/packages/R/r-cran-prettyunits/trunk/debian/control
   trunk/packages/R/r-cran-prettyunits/trunk/debian/copyright
   trunk/packages/R/r-cran-prettyunits/trunk/debian/docs
   trunk/packages/R/r-cran-prettyunits/trunk/debian/rules
   trunk/packages/R/r-cran-prettyunits/trunk/debian/source/
   trunk/packages/R/r-cran-prettyunits/trunk/debian/source/format
   trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/
   trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/control
   trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/run-unit-test
   trunk/packages/R/r-cran-prettyunits/trunk/debian/watch
Log:
Inject packaging for r-cran-prettyunits


Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/README.test                
                (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/README.test        
2016-12-19 09:58:53 UTC (rev 23320)
@@ -0,0 +1,8 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by running the provided test:
+
+   sh ./run-unit-test
+
+in order to confirm its integrity.

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/changelog                  
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/changelog  2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1,5 @@
+r-cran-prettyunits (1.0.2-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <[email protected]>  Mon, 19 Dec 2016 10:08:24 +0100

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/compat                     
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/compat     2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1 @@
+10

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/control                    
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/control    2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1,26 @@
+Source: r-cran-prettyunits
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Andreas Tille <[email protected]>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-r,
+               r-base-dev,
+               r-cran-magrittr,
+               r-cran-assertthat
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-prettyunits/trunk/
+Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-prettyunits/trunk/
+Homepage: https://cran.r-project.org/package=prettyunits
+
+Package: r-cran-prettyunits
+Architecture: all
+Depends: ${R:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: GNU R pretty, human readable formatting of quantities
+ Pretty, human readable formatting of quantities.
+ Time intervals: 1337000 -> 15d 11h 23m 20s.
+ Vague time intervals: 2674000 -> about a month ago.
+ Bytes: 1337 -> 1.34 kB.

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/copyright                  
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/copyright  2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prettyunits
+Upstream-Contact: Gabor Csardi <[email protected]>
+Source: https://cran.r-project.org/package=prettyunits
+
+Files: *
+Copyright: 2014-2015 Gabor Csardi
+License: MIT
+Comment: 
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <[email protected]>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/docs                       
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/docs       2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1,2 @@
+debian/tests/run-unit-test
+tests

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/rules                      
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/rules      2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --buildsystem R
+


Property changes on: trunk/packages/R/r-cran-prettyunits/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/source/format              
                (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/source/format      
2016-12-19 09:58:53 UTC (rev 23320)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/control              
                (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/control      
2016-12-19 09:58:53 UTC (rev 23320)
@@ -0,0 +1,5 @@
+Tests: run-unit-test
+Depends: @, r-cran-testthat,
+Restrictions: allow-stderr
+
+

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/run-unit-test        
                        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/tests/run-unit-test        
2016-12-19 09:58:53 UTC (rev 23320)
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+pkgname=prettyunits
+debname=r-cran-prettyunits
+
+if [ $ADTTMP = "" ] ; then
+    ADTTMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
+    trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/$debname/tests/* $ADTTMP
+gunzip -r *
+for testfile in *.R; do
+    echo "BEGIN TEST $testfile"
+    LC_ALL=C R --no-save < $testfile
+done
+

Added: trunk/packages/R/r-cran-prettyunits/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-prettyunits/trunk/debian/watch                      
        (rev 0)
+++ trunk/packages/R/r-cran-prettyunits/trunk/debian/watch      2016-12-19 
09:58:53 UTC (rev 23320)
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/prettyunits_([-\d.]*)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to