From 0ad0d912fbe96f8f57318bc00f44f564a4ce89a1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 24 Jul 2015 20:13:40 +0200 Subject: denianized diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..cbe0e68 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,6 @@ +ChangeLog +lib/RHRD.pm +lib/RHRD/rddb.pm +Makefile.PL +MANIFEST +META.yml diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..5add8b0 --- /dev/null +++ b/META.yml @@ -0,0 +1,23 @@ +--- +abstract: 'Radio Helsinki Rivendell libraries and utils' +author: + - 'Christian Pointner ' +build_requires: + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 0 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690' +license: gpl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: RHRD +no_index: + directory: + - t + - inc +requires: + Config::IniFiles: '0' + DBI: '0' +version: '0.1' diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..238dd80 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rhrdlibs (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Christian Pointner Fri, 24 Jul 2015 19:39:25 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..233b3da --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: rhrdlibs +Section: perl +Priority: optional +Maintainer: Christian Pointner +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl +Standards-Version: 3.9.6 + +Package: librhrd-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libconfig-inifiles-perl, libdbi-perl +Description: Radio Helsinki Rivendell perl Modules + These modules are used by rhwebimport, rhimport as well by + some other scripts. \ No newline at end of file diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f3a2f2a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rhrdlibs +Upstream-Contact: Christian Pointner +Source: http://git.helsinki.at/?p=rhrdlibs.git;a=summary + +Files: * +Copyright: 2015, Christian Pointner +License: GPL-3+ + rhrdlibs 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 + any later version. + . + rhrdlibs 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 rhrdlibs. If not, see . + +Files: debian/* +Copyright: 2015, Christian Pointner +License: GPL-3+ + 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 program. If not, see '/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v0.10.2