Added debian packaging files and related ignores

This commit is contained in:
2010-01-26 17:00:02 +00:00
parent 8228d476db
commit 5b02515621
11 changed files with 77 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,6 @@
.DS_Store
*.pyc
debian/tvorganise*
build/
*.egg-info
python-build-stamp-2.5

View File

@@ -1,5 +1,8 @@
all:
python test.py
clean:
rm *.pyc
rm test/*.pyc
rm -rf build

0
README Normal file
View File

6
debian/changelog vendored Normal file
View File

@@ -0,0 +1,6 @@
tvorganise (0.1-1) intrepid; urgency=low
* Initial release
-- Andrew Williams <andy@tensixtyone.com> Tue, 26 Jan 2010 16:50:25 +0000

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
7

17
debian/control vendored Normal file
View File

@@ -0,0 +1,17 @@
Source: tvorganise
Section: misc
Priority: extra
Maintainer: Andrew Williams <andy@tensixtyone.com>
Build-Depends: cdbs, debhelper (>= 7), python-central (>= 0.5.6)
XS-Python-Version: >= 2.5
Standards-Version: 3.7.3
Homepage: http://launchpad.net/oblogout/
Package: tvorganise
Architecture: all
Depends: ${python:Depends}
Recommends: python-dbus, policykit
XB-Python-Version: ${python:Versions}
Description: Organises video files into a logical structure based on filename
This enables you to organise files based on the file names, it uses a particular filename convetion
used by TVNamer, but it can be modified to use any format

34
debian/copyright vendored Normal file
View File

@@ -0,0 +1,34 @@
This package was debianized by Andrew Williams <andy@tensixtyone.com> on
Tue, 26 Jan 2010 16:52:44 +0000.
It was downloaded from http://launchpad.net/oblogout
Upstream Author(s):
Andrew Williams <andy@tensixtyone.com>
Copyright:
2008 - 2009 Andrew Williams
License:
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 package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
The Debian packaging is (C) 2009, Andrew Williams <andy@tensixtyone.com> and
is licensed under the GPL, see above.

1
debian/docs vendored Normal file
View File

@@ -0,0 +1 @@
README

1
debian/files vendored Normal file
View File

@@ -0,0 +1 @@
tvorganise_0.1-1_all.deb misc extra

1
debian/pycompat vendored Normal file
View File

@@ -0,0 +1 @@
2

8
debian/rules vendored Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
# Add here any variable or target overrides you need.