[rkward] debian-official: Work in progress: Split arch-independent parts into a separate package.

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Jan 26 11:42:52 UTC 2016


Git commit d6f3ca73c645e8e52ea5ce93e0668e43e65060eb by Thomas Friedrichsmeier.
Committed on 26/01/2016 at 11:41.
Pushed by tfry into branch 'master'.

Work in progress: Split arch-independent parts into a separate package.

M  +13   -1    debian-official/control
A  +1    -0    debian-official/rkward-data.install
A  +0    -0    debian-official/rkward.install

http://commits.kde.org/rkward/d6f3ca73c645e8e52ea5ce93e0668e43e65060eb

diff --git a/debian-official/control b/debian-official/control
index 7068977..4094ff4 100644
--- a/debian-official/control
+++ b/debian-official/control
@@ -14,7 +14,7 @@ Vcs-Git: git://anongit.kde.org/rkward.git
 
 Package: rkward
 Architecture: any
-Depends: ${misc:Depends}, ${rvers}, ${shlibs:Depends}
+Depends: rkward-data, ${misc:Depends}, ${rvers}, ${shlibs:Depends}
 Recommends: r-base-html
 Description: KDE frontend to the R statistics language
  RKWard aims to become an easy to use, transparent frontend to R,
@@ -22,3 +22,15 @@ Description: KDE frontend to the R statistics language
  Besides a convenient GUI for the most important statistical functions,
  future versions will also provide seamless integration with an
  office-suite.
+
+Package: rkward-data
+Architecture: all
+Depends: rkward
+Description: KDE frontend to the R statistics language
+ RKWard aims to become an easy to use, transparent frontend to R,
+ a powerful system for statistical computation and graphics.
+ Besides a convenient GUI for the most important statistical functions,
+ future versions will also provide seamless integration with an
+ office-suite.
+ .
+ This package provides the architecture independent data files for rkward.
diff --git a/debian-official/rkward-data.install b/debian-official/rkward-data.install
new file mode 100644
index 0000000..1412e51
--- /dev/null
+++ b/debian-official/rkward-data.install
@@ -0,0 +1 @@
+/usr/share/
diff --git a/debian-official/rkward.install b/debian-official/rkward.install
new file mode 100644
index 0000000..e69de29



More information about the rkward-tracker mailing list