summaryrefslogtreecommitdiff
path: root/rhnop-client/debian
diff options
context:
space:
mode:
Diffstat (limited to 'rhnop-client/debian')
-rw-r--r--rhnop-client/debian/changelog23
-rw-r--r--rhnop-client/debian/compat1
-rw-r--r--rhnop-client/debian/control15
-rw-r--r--rhnop-client/debian/copyright28
-rwxr-xr-xrhnop-client/debian/postinst10
-rwxr-xr-xrhnop-client/debian/postrm13
-rw-r--r--rhnop-client/debian/rhnop-client.master.runit5
-rw-r--r--rhnop-client/debian/rhnop-client.master.runit.log9
-rw-r--r--rhnop-client/debian/rhnop-client.standby.runit5
-rw-r--r--rhnop-client/debian/rhnop-client.standby.runit.log9
-rw-r--r--rhnop-client/debian/rhnop-client.state.runit5
-rw-r--r--rhnop-client/debian/rhnop-client.state.runit.log9
-rwxr-xr-xrhnop-client/debian/rules83
13 files changed, 0 insertions, 215 deletions
diff --git a/rhnop-client/debian/changelog b/rhnop-client/debian/changelog
deleted file mode 100644
index 19e9bb3..0000000
--- a/rhnop-client/debian/changelog
+++ /dev/null
@@ -1,23 +0,0 @@
-rhnop-client (0.4) UNRELEASED; urgency=low
-
- * forcing utf-8
-
- -- Christian Pointner <equinox@helsinki.at> Tue, 11 Mar 2014 16:01:08 +0100
-
-rhnop-client (0.3) unstable; urgency=low
-
- * fixed error due to new luasql library version
-
- -- Christian Pointner <equinox@helsinki.at> Wed, 05 Mar 2014 18:20:46 +0100
-
-rhnop-client (0.2) unstable; urgency=low
-
- * added nopsysstated
-
- -- Christian Pointner <equinox@helsinki> Wed, 5 Apr 2011 15:45:45 +0200
-
-rhnop-client (0.1) unstable; urgency=low
-
- * Initial release.
-
- -- Christian Pointner <equinox@helsinki> Wed, 5 Apr 2011 02:16:41 +0200
diff --git a/rhnop-client/debian/compat b/rhnop-client/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/rhnop-client/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/rhnop-client/debian/control b/rhnop-client/debian/control
deleted file mode 100644
index e34f9b5..0000000
--- a/rhnop-client/debian/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: rhnop-client
-Section: interpreters
-Priority: optional
-Maintainer: Christian Pointner <equinox@helsinki.at>
-Build-Depends: debhelper (>= 5), liblua5.1-0-dev, lua5.1
-Standards-Version: 3.8.2
-Homepage: http://www.helsinki.at/
-
-Package: rhnop-client
-Architecture: any
-Depends: ${shlibs:Depends}, adduser, liblua5.1-socket2, liblua5.1-sql-mysql-2, lua5.1, runit
-Description: Radio Helsinki now playing information system - client
- The Radio Helsinki now playing information system gathers the
- now playing info into an mysql database for further processing.
- This package contains the client component.
diff --git a/rhnop-client/debian/copyright b/rhnop-client/debian/copyright
deleted file mode 100644
index 2ab2caa..0000000
--- a/rhnop-client/debian/copyright
+++ /dev/null
@@ -1,28 +0,0 @@
-This package was debianized by Christian Pointner <equinox@helsinki.at> on
-Fri, 30 Mar 2011 11:23:42 +0200.
-
-Upstream Author: Christian Pointner <equinox@helsinki.at>
-
-Copyright: 2011-2014 Christian Pointner
-
-License:
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-3'.
-
-The Debian packaging is © 2009, Christian Pointner <equinox@helsinki.at> and
-is licensed under the GPL, see above.
diff --git a/rhnop-client/debian/postinst b/rhnop-client/debian/postinst
deleted file mode 100755
index 3ff8b35..0000000
--- a/rhnop-client/debian/postinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# postinst script for rhnop-client
-
-set -e
-
-if [ "$1" = "configure" ]; then
- adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop
- chgrp rhnop /etc/rhnop/nopcollectd.*.conf
- chgrp rhnop /etc/rhnop/nopsysstated.conf
-fi
diff --git a/rhnop-client/debian/postrm b/rhnop-client/debian/postrm
deleted file mode 100755
index eaf8334..0000000
--- a/rhnop-client/debian/postrm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# postrm script for rhnop-client
-
-set -e
-
-if [ "$1" = "purge" ] ; then
- if [ -x "$(command -v deluser)" -a -x "$(command -v delgroup)" ]; then
- deluser --quiet --system rhnop || true
- delgroup --quiet --system rhnop || true
- else
- echo "Not removing rhnop user and group: adduser package not found." >&2
- fi
-fi
diff --git a/rhnop-client/debian/rhnop-client.master.runit b/rhnop-client/debian/rhnop-client.master.runit
deleted file mode 100644
index 69d7226..0000000
--- a/rhnop-client/debian/rhnop-client.master.runit
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -e
-
-exec 2>&1
-exec chpst -u rhnop:rhnop /usr/bin/nopcollectd master
diff --git a/rhnop-client/debian/rhnop-client.master.runit.log b/rhnop-client/debian/rhnop-client.master.runit.log
deleted file mode 100644
index 850066a..0000000
--- a/rhnop-client/debian/rhnop-client.master.runit.log
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-
-LOG_D="/var/log/nopcollectd.master/"
-if [ ! -d "$LOG_D" ]; then
- mkdir -p -m0750 "$LOG_D"
-fi
-chown root:adm "$LOG_D"
-exec chpst -u root:adm svlogd -tt "$LOG_D"
diff --git a/rhnop-client/debian/rhnop-client.standby.runit b/rhnop-client/debian/rhnop-client.standby.runit
deleted file mode 100644
index 01b7527..0000000
--- a/rhnop-client/debian/rhnop-client.standby.runit
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -e
-
-exec 2>&1
-exec chpst -u rhnop:rhnop /usr/bin/nopcollectd standby
diff --git a/rhnop-client/debian/rhnop-client.standby.runit.log b/rhnop-client/debian/rhnop-client.standby.runit.log
deleted file mode 100644
index 8223c28..0000000
--- a/rhnop-client/debian/rhnop-client.standby.runit.log
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-
-LOG_D="/var/log/nopcollectd.standby/"
-if [ ! -d "$LOG_D" ]; then
- mkdir -p -m0750 "$LOG_D"
-fi
-chown root:adm "$LOG_D"
-exec chpst -u root:adm svlogd -tt "$LOG_D"
diff --git a/rhnop-client/debian/rhnop-client.state.runit b/rhnop-client/debian/rhnop-client.state.runit
deleted file mode 100644
index f044abf..0000000
--- a/rhnop-client/debian/rhnop-client.state.runit
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -e
-
-exec 2>&1
-exec chpst -u rhnop:rhnop /usr/bin/nopsysstated
diff --git a/rhnop-client/debian/rhnop-client.state.runit.log b/rhnop-client/debian/rhnop-client.state.runit.log
deleted file mode 100644
index 7a67bb3..0000000
--- a/rhnop-client/debian/rhnop-client.state.runit.log
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-
-LOG_D="/var/log/nopsysstated/"
-if [ ! -d "$LOG_D" ]; then
- mkdir -p -m0750 "$LOG_D"
-fi
-chown root:adm "$LOG_D"
-exec chpst -u root:adm svlogd -tt "$LOG_D"
diff --git a/rhnop-client/debian/rules b/rhnop-client/debian/rules
deleted file mode 100755
index ef73f66..0000000
--- a/rhnop-client/debian/rules
+++ /dev/null
@@ -1,83 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- ./configure --prefix=/usr --sysconfdir=/etc
- touch configure-stamp
-
-build: build-stamp
-
-build-stamp: configure-stamp
- dh_testdir
- $(MAKE)
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- $(MAKE) distclean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_installdirs
- $(MAKE) DESTDIR=$(CURDIR)/debian/rhnop-client install
- mkdir -p $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.master/log
- ln -s /var/run/sv.rhnop-client.master/ $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.master/supervise
- cp $(CURDIR)/debian/rhnop-client.master.runit $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.master/run
- ln -s /var/run/sv.rhnop-client.master.log/ $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.master/log/supervise
- cp $(CURDIR)/debian/rhnop-client.master.runit.log $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.master/log/run
- mkdir -p $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.standby/log
- ln -s /var/run/sv.rhnop-client.standby/ $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.standby/supervise
- cp $(CURDIR)/debian/rhnop-client.standby.runit $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.standby/run
- ln -s /var/run/sv.rhnop-client.standby.log/ $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.standby/log/supervise
- cp $(CURDIR)/debian/rhnop-client.standby.runit.log $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.standby/log/run
- mkdir -p $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.state/log
- ln -s /var/run/sv.rhnop-client.state/ $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.state/supervise
- cp $(CURDIR)/debian/rhnop-client.state.runit $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.state/run
- ln -s /var/run/sv.rhnop-client.state.log/ $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.state/log/supervise
- cp $(CURDIR)/debian/rhnop-client.state.runit.log $(CURDIR)/debian/rhnop-client/etc/sv/rhnop-client.state/log/run
-
-# Build architecture-independent files here.
-binary-indep: install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: install
- dh_testdir
- dh_testroot
- dh_installdocs
- dh_installchangelogs
- dh_installexamples
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- chmod 640 debian/rhnop-client/etc/rhnop/nopcollectd.*.conf
- chmod 640 debian/rhnop-client/etc/rhnop/nopsysstated.conf
- chmod 755 debian/rhnop-client/etc/sv/rhnop-client.master/run
- chmod 755 debian/rhnop-client/etc/sv/rhnop-client.master/log/run
- chmod 755 debian/rhnop-client/etc/sv/rhnop-client.standby/run
- chmod 755 debian/rhnop-client/etc/sv/rhnop-client.standby/log/run
- chmod 755 debian/rhnop-client/etc/sv/rhnop-client.state/run
- chmod 755 debian/rhnop-client/etc/sv/rhnop-client.state/log/run
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure