From 809d3052d05b4032cfff2290ca10a95190159010 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 3 Mar 2014 17:42:05 -0800 Subject: [PATCH] add debian files --- debian/changelog | 5 +++++ debian/control | 13 +++++++++++++ debian/copyright | 0 debian/rules | 3 +++ 4 files changed, 21 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules 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 -- 2.39.2