From: Don Armstrong Date: Tue, 4 Mar 2014 01:42:05 +0000 (-0800) Subject: add debian files X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=809d3052d05b4032cfff2290ca10a95190159010;p=don_microarray.git add debian files --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b33d2ce --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-donmicroarray (0.0.1-1) unstable; urgency=low + + * Initial packaging + + -- Don Armstrong Mon, 03 Mar 2014 17:40:11 -0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..158da38 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: r-cran-donmicroarray +Section: gnu-r +Priority: optional +Maintainer: Don Armstrong +Build-Depends: r-base-dev, r-base-core, + debhelper (>> 4.1.0), cdbs +Standards-Version: 3.9.3 +Homepage: http://git.donarmstrong.com/don_microarray.git/ + +Package: r-cran-donmicroarray +Architecture: all +Depends: r-base-core +Description: GNU R package "Don Microarray" diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5ae51c8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk