diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-05-11 23:22:33 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-05-12 00:04:36 (GMT) |
commit | d71335b6ccb2b71e846736bc8e7e8a3ccc954b7f (patch) | |
tree | 5182e556d6b4e58c5d5d07b8820d0416a6697288 /rhnop-server/debian | |
parent | 7e8500a355a15dcdb303e3a109c34ca82c18ba38 (diff) |
removed old seperate directories
Diffstat (limited to 'rhnop-server/debian')
-rw-r--r-- | rhnop-server/debian/changelog | 62 | ||||
-rw-r--r-- | rhnop-server/debian/compat | 1 | ||||
-rw-r--r-- | rhnop-server/debian/control | 15 | ||||
-rw-r--r-- | rhnop-server/debian/copyright | 28 | ||||
-rwxr-xr-x | rhnop-server/debian/postinst | 9 | ||||
-rwxr-xr-x | rhnop-server/debian/postrm | 13 | ||||
-rw-r--r-- | rhnop-server/debian/rhnop-server.runit | 5 | ||||
-rw-r--r-- | rhnop-server/debian/rhnop-server.runit.log | 9 | ||||
-rwxr-xr-x | rhnop-server/debian/rules | 68 |
9 files changed, 0 insertions, 210 deletions
diff --git a/rhnop-server/debian/changelog b/rhnop-server/debian/changelog deleted file mode 100644 index 3013dfe..0000000 --- a/rhnop-server/debian/changelog +++ /dev/null @@ -1,62 +0,0 @@ -rhnop-server (0.10) unstable; urgency=low - - * forcing utf-8 - - -- Christian Pointner <equinox@helsinki.at> Tue, 11 Mar 2014 16:46:13 +0100 - -rhnop-server (0.9) unstable; urgency=low - - * fixed error due to new luasql library version - - -- Christian Pointner <equinox@helsinki.at> Wed, 05 Mar 2014 19:28:44 +0100 - -rhnop-server (0.8) unstable; urgency=low - - * fixed runit script. - * added log services to runit. - * switched to microsends for timestamp. - - -- Christian Pointner <equinox@helsinki> Wed, 02 Apr 2011 17:53:25 +0200 - -rhnop-server (0.7) unstable; urgency=low - - * fixed utf-8 handling. - * changed to bigint for timestamp. - - -- Christian Pointner <equinox@helsinki> Wed, 31 Mar 2011 20:39:52 +0200 - -rhnop-server (0.6) unstable; urgency=low - - * fixed handling of invalid carts. - - -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 19:36:22 +0200 - -rhnop-server (0.5) unstable; urgency=low - - * better handling of invalid carts. - - -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 19:35:22 +0200 - -rhnop-server (0.4) unstable; urgency=low - - * noprml ignores dummy carts now. - - -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 18:35:22 +0200 - -rhnop-server (0.3) unstable; urgency=low - - * some cleanup. - - -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 17:32:21 +0200 - -rhnop-server (0.2) unstable; urgency=low - - * added runit init scrip. - - -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 16:34:24 +0200 - -rhnop-server (0.1) unstable; urgency=low - - * Initial release. - - -- Christian Pointner <equinox@helsinki> Wed, 30 Mar 2011 13:50:41 +0200 diff --git a/rhnop-server/debian/compat b/rhnop-server/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/rhnop-server/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/rhnop-server/debian/control b/rhnop-server/debian/control deleted file mode 100644 index 97b440e..0000000 --- a/rhnop-server/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: rhnop-server -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-server -Architecture: any -Depends: ${shlibs:Depends}, adduser, liblua5.1-mq, liblua5.1-socket2, liblua5.1-sql-mysql-2, liblua5.1-posix1, lua5.1, runit -Description: Radio Helsinki now playing information system - server - The Radio Helsinki now playing information system gathers the - now playing info into an mysql database for further processing. - This package contains the server component (rivendell side).
\ No newline at end of file diff --git a/rhnop-server/debian/copyright b/rhnop-server/debian/copyright deleted file mode 100644 index 2ab2caa..0000000 --- a/rhnop-server/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-server/debian/postinst b/rhnop-server/debian/postinst deleted file mode 100755 index 4b5c141..0000000 --- a/rhnop-server/debian/postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# postinst script for rhnop-server - -set -e - -if [ "$1" = "configure" ]; then - adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop - chgrp rhnop /etc/rhnop/nopsyncd.conf -fi diff --git a/rhnop-server/debian/postrm b/rhnop-server/debian/postrm deleted file mode 100755 index 18cb882..0000000 --- a/rhnop-server/debian/postrm +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# postrm script for rhnop-server - -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-server/debian/rhnop-server.runit b/rhnop-server/debian/rhnop-server.runit deleted file mode 100644 index 37b0795..0000000 --- a/rhnop-server/debian/rhnop-server.runit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -set -e - -exec 2>&1 -exec chpst -u rhnop:rhnop /usr/bin/nopsyncd diff --git a/rhnop-server/debian/rhnop-server.runit.log b/rhnop-server/debian/rhnop-server.runit.log deleted file mode 100644 index a8766ea..0000000 --- a/rhnop-server/debian/rhnop-server.runit.log +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -set -e - -LOG_D="/var/log/nopsyncd/" -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-server/debian/rules b/rhnop-server/debian/rules deleted file mode 100755 index ac5d9fc..0000000 --- a/rhnop-server/debian/rules +++ /dev/null @@ -1,68 +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-server install - mkdir -p $(CURDIR)/debian/rhnop-server/etc/sv/rhnop-server/log - ln -s /var/run/sv.rhnop-server/ $(CURDIR)/debian/rhnop-server/etc/sv/rhnop-server/supervise - cp $(CURDIR)/debian/rhnop-server.runit $(CURDIR)/debian/rhnop-server/etc/sv/rhnop-server/run - ln -s /var/run/sv.rhnop-server.log/ $(CURDIR)/debian/rhnop-server/etc/sv/rhnop-server/log/supervise - cp $(CURDIR)/debian/rhnop-server.runit.log $(CURDIR)/debian/rhnop-server/etc/sv/rhnop-server/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-server/etc/rhnop/nopsyncd.conf - chmod 755 debian/rhnop-server/etc/sv/rhnop-server/run - chmod 755 debian/rhnop-server/etc/sv/rhnop-server/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 |