summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-28 23:46:37 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-09-28 23:46:37 (GMT)
commit97c41e8f8472e02c379a495065a4432abd941971 (patch)
tree648fae623f8d07ee199bb28431d4fa3612616c43 /debian
parentbcd58fdfc6d8496d5fa250aa8d6e0d0d3a89d49d (diff)
added rd-show
fixed debian package
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control10
-rw-r--r--debian/rhrd-utils-ws.install1
-rw-r--r--debian/rhrd-utils.install7
4 files changed, 26 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f61d75..cbe7f88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,27 @@
+rhrdlibs (0.6.0-1) UNRELEASED; urgency=medium
+
+ * new upstream release
+ * split utils into 2 seperate packages (workstaion / server)
+
+ -- Christian Pointner <equinox@helsinki.at> Tue, 29 Sep 2015 01:16:45 +0200
+
rhrdlibs (0.5.4-1) unstable; urgency=medium
* new upstream release
- -- Christian Pointner <equinox@spreadspace.org> Sat, 05 Sep 2015 00:33:53 +0200
+ -- Christian Pointner <equinox@helsinki.at> Sat, 05 Sep 2015 00:33:53 +0200
rhrdlibs (0.5.3-1) unstable; urgency=medium
* new upstream release
- -- Christian Pointner <equinox@spreadspace.org> Fri, 04 Sep 2015 20:33:39 +0200
+ -- Christian Pointner <equinox@helsinki.at> Fri, 04 Sep 2015 20:33:39 +0200
rhrdlibs (0.5.2-2) unstable; urgency=medium
* fixed packge description
- -- Christian Pointner <equinox@spreadspace.org> Fri, 04 Sep 2015 20:03:47 +0200
+ -- Christian Pointner <equinox@helsinki.at> Fri, 04 Sep 2015 20:03:47 +0200
rhrdlibs (0.5.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7e6c61e..69a12f8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,14 @@ Description: Radio Helsinki Rivendell Utilities
This package contains the following tools
* get-rd-token
* get-rd-week
+ * rd-group
+ * rd-show
* rd-user
- * rhrd-ws-login
* update-rd-tokens
+
+Package: rhrd-utils-ws
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, librhrd-perl
+Description: Radio Helsinki Rivendell Utilities for Workstations
+ This package contains the following tools
+ * rhrd-ws-login
diff --git a/debian/rhrd-utils-ws.install b/debian/rhrd-utils-ws.install
new file mode 100644
index 0000000..da3ee4e
--- /dev/null
+++ b/debian/rhrd-utils-ws.install
@@ -0,0 +1 @@
+usr/bin/rhrd-ws-login
diff --git a/debian/rhrd-utils.install b/debian/rhrd-utils.install
index c703cf8..24e18cc 100644
--- a/debian/rhrd-utils.install
+++ b/debian/rhrd-utils.install
@@ -1 +1,6 @@
-usr/bin/
+usr/bin/get-rd-token
+usr/bin/get-rd-week
+usr/bin/rd-group
+usr/bin/rd-show
+usr/bin/rd-user
+usr/bin/update-rd-tokens