From ebc66d48ba060db77af24667d7ef36bcff7ccad4 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 30 Oct 2014 08:46:17 +0000 Subject: [PATCH] * added debian source package control files --- installer/ubuntu/debian/changelog | 8 ++++++++ installer/ubuntu/debian/compat | 1 + installer/ubuntu/debian/control | 19 ++++++++++++++++++ installer/ubuntu/debian/copyright | 29 +++++++++++++++++++++++++++ installer/ubuntu/debian/install | 3 +++ installer/ubuntu/debian/rules | 17 ++++++++++++++++ installer/ubuntu/debian/source/format | 1 + 7 files changed, 78 insertions(+) create mode 100644 installer/ubuntu/debian/changelog create mode 100644 installer/ubuntu/debian/compat create mode 100644 installer/ubuntu/debian/control create mode 100644 installer/ubuntu/debian/copyright create mode 100644 installer/ubuntu/debian/install create mode 100755 installer/ubuntu/debian/rules create mode 100644 installer/ubuntu/debian/source/format diff --git a/installer/ubuntu/debian/changelog b/installer/ubuntu/debian/changelog new file mode 100644 index 00000000..9169f07d --- /dev/null +++ b/installer/ubuntu/debian/changelog @@ -0,0 +1,8 @@ +filebot (4.5.2) trusty; urgency=low + + * Opportunistic / Strict mode matching + * Improved episode / movie / music auto-detection + * Improved support for non-English language preferences + * Lots of optimizations + + -- Reinhard Pointner Fri, 24 Oct 2014 00:00:00 +0800 diff --git a/installer/ubuntu/debian/compat b/installer/ubuntu/debian/compat new file mode 100644 index 00000000..ec635144 --- /dev/null +++ b/installer/ubuntu/debian/compat @@ -0,0 +1 @@ +9 diff --git a/installer/ubuntu/debian/control b/installer/ubuntu/debian/control new file mode 100644 index 00000000..c7158524 --- /dev/null +++ b/installer/ubuntu/debian/control @@ -0,0 +1,19 @@ +Source: filebot +Section: utils +Priority: optional +Maintainer: Reinhard Pointner +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Homepage: http://www.filebot.net/ + +Package: filebot +Architecture: amd64 i386 +Depends: +Description: The ultimate TV and Movie Renamer + FileBot is the ultimate tool for renaming your movies, + tv shows or anime and even downloading subtitles. + It's smart, streamlined for simplicity and just works. + Putting the super-efficient UI aside, it's also got a + full-featured command-line interface and scripting engine + for all sorts of automation. Anything is possible. + diff --git a/installer/ubuntu/debian/copyright b/installer/ubuntu/debian/copyright new file mode 100644 index 00000000..66e1f756 --- /dev/null +++ b/installer/ubuntu/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: filebot +Source: + +Files: * +Copyright: 2008-2014 Reinhard Pointner +License: GPL-2.0+ + +Files: debian/* +Copyright: 2014 Reinhard Pointner +License: GPL-2.0+ + +License: GPL-2.0+ + This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2". + diff --git a/installer/ubuntu/debian/install b/installer/ubuntu/debian/install new file mode 100644 index 00000000..a09e3c80 --- /dev/null +++ b/installer/ubuntu/debian/install @@ -0,0 +1,3 @@ +filebot/* opt/filebot +filebot.desktop usr/share/applications +filebot.svg usr/share/icons diff --git a/installer/ubuntu/debian/rules b/installer/ubuntu/debian/rules new file mode 100755 index 00000000..1888b2ae --- /dev/null +++ b/installer/ubuntu/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + + +%: + dh $@ + + +override_dh_shlibdeps: + dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + + +override_dh_install: + dh_install --sourcedir=$(DEB_HOST_ARCH) diff --git a/installer/ubuntu/debian/source/format b/installer/ubuntu/debian/source/format new file mode 100644 index 00000000..89ae9db8 --- /dev/null +++ b/installer/ubuntu/debian/source/format @@ -0,0 +1 @@ +3.0 (native)