[SCM] templates for different package types branch, master, updated. 92f29bc3d860731606a963f43350801092383a19

Miriam Ruiz miriam at debian.org
Wed Nov 17 17:27:11 UTC 2010


The following commit has been merged in the master branch:
commit 92f29bc3d860731606a963f43350801092383a19
Author: Miriam Ruiz <miriam at debian.org>
Date:   Wed Nov 17 18:27:05 2010 +0100

    Added support for R Language modules

diff --git a/model/r-cran/control b/model/r-cran/control
new file mode 100644
index 0000000..d0eda26
--- /dev/null
+++ b/model/r-cran/control
@@ -0,0 +1,13 @@
+Source: %PACKAGE%
+Section: gnu-r
+Priority: extra
+Maintainer: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7), cdbs, dh-buildinfo, r-base-dev
+Standards-Version: 3.9.1
+Homepage: URL://HOMEPAGE
+
+Package: r-cran-%PACKAGE%
+Architecture: any
+Depends: r-base-core, ${shlibs:Depends}
+Description: %SHORT%
+ %LONG%
diff --git a/model/r-cran/rules b/model/r-cran/rules
new file mode 100755
index 0000000..2fbba2d
--- /dev/null
+++ b/model/r-cran/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk

-- 
templates for different package types



More information about the Pkg-games-commits mailing list