summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-07-24 18:13:40 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-07-24 18:13:40 (GMT)
commit0ad0d912fbe96f8f57318bc00f44f564a4ce89a1 (patch)
treea5d3f6a6e0d7fe67684cc55223fc90e4350f17db
parent5470786090514ae197be0e6e8a0e1abd39777536 (diff)
denianized
-rw-r--r--MANIFEST6
-rw-r--r--META.yml23
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright36
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
8 files changed, 90 insertions, 0 deletions
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 <equinox@helsinki.at>'
+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 <equinox@helsinki.at> 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 <equinox@helsinki.at>
+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 <equinox@helsinki.at>
+Source: http://git.helsinki.at/?p=rhrdlibs.git;a=summary
+
+Files: *
+Copyright: 2015, Christian Pointner <equinox@helsinki.at>
+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 <http://www.gnu.org/licenses/>.
+
+Files: debian/*
+Copyright: 2015, Christian Pointner <equinox@helsinki.at>
+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)