]> git.donarmstrong.com Git - don_microarray.git/commitdiff
add debian files
authorDon Armstrong <don@donarmstrong.com>
Tue, 4 Mar 2014 01:42:05 +0000 (17:42 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 4 Mar 2014 01:42:05 +0000 (17:42 -0800)
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..b33d2ce
--- /dev/null
@@ -0,0 +1,5 @@
+r-cran-donmicroarray (0.0.1-1) unstable; urgency=low
+
+  * Initial packaging
+
+ -- Don Armstrong <don@debian.org>  Mon, 03 Mar 2014 17:40:11 -0800
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..158da38
--- /dev/null
@@ -0,0 +1,13 @@
+Source: r-cran-donmicroarray
+Section: gnu-r
+Priority: optional
+Maintainer: Don Armstrong <don@donarmstrong.coM>
+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 (file)
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..5ae51c8
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+debRreposname := cran
+include /usr/share/R/debian/r-cran.mk