From 721dc906133a214b3d081046edcaf38d4dd4581e Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Fri, 16 Aug 2013 16:03:39 -0700 Subject: [PATCH] updated debian files --- debian/changelog | 5 +++++ debian/control | 14 ++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/files | 1 + debian/install | 2 ++ debian/rules | 13 +++++++++++++ 6 files changed, 60 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/files create mode 100644 debian/install create mode 100644 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..e15e9a293 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ + nzbdrone (2.0.12-1) unstable; urgency=low +2 +3 * Initial release +4 +5 -- kay.one Mon, 22 Mar 2010 00:37:31 +0100 \ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..174fecb48 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Package: nzbdrone +Standards-Version: 2.0.0.226 +Architecture: all +Maintainer: Keivan Beigi +Depends: mono-runtime (>= 2.10.1) +Section: web +Priority: optional + +Homepage: http://www.nzbdrone.com +Vcs-Git: git@github.com:NzbDrone/NzbDrone.git +Vcs-Browser: https://github.com/NzbDrone/NzbDrone + +Description: NZBDrone is a PVR for newsgroup users. +It can monitor multiple RSS feeds for new episodes of your favourite shows and will grab, sorts and renames them. It can also be configured to automatically upgrade the quality of files already downloaded if a better quality format becomes available. \ No newline at end of file diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..28e595dc8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,25 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: nzbdrone +Source: https://github.com/NzbDrone/NzbDrone + +Files: * +Copyright: 2010-2013 Keivan Beigi + 2010-2013 Mark McDowall + +License: GPL-3.0+ + + 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 package 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 . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". \ No newline at end of file diff --git a/debian/files b/debian/files new file mode 100644 index 000000000..5957c8b62 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +nzbdrone_226_i386.deb unknown extra diff --git a/debian/install b/debian/install new file mode 100644 index 000000000..46a453a03 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +nzbdrone_226/* opt/nzbdrone +../nzbdrone.desktop usr/share/applications diff --git a/debian/rules b/debian/rules new file mode 100644 index 000000000..fcc2b6104 --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/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 + +%: + dh $@