* added debian source package control files
This commit is contained in:
parent
a9266eddc4
commit
ebc66d48ba
|
@ -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 <rednoah@users.sourceforge.net> Fri, 24 Oct 2014 00:00:00 +0800
|
|
@ -0,0 +1 @@
|
|||
9
|
|
@ -0,0 +1,19 @@
|
|||
Source: filebot
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Reinhard Pointner <rednoah@users.sourceforge.net>
|
||||
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.
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: filebot
|
||||
Source: <svn://svn.code.sf.net/p/filebot/code/trunk>
|
||||
|
||||
Files: *
|
||||
Copyright: 2008-2014 Reinhard Pointner <rednoah@users.sourceforge.net>
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014 Reinhard Pointner <rednoah@users.sourceforge.net>
|
||||
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 <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
filebot/* opt/filebot
|
||||
filebot.desktop usr/share/applications
|
||||
filebot.svg usr/share/icons
|
|
@ -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)
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Reference in New Issue