diff --git a/Makefile b/Makefile index 74f0ec9..c526528 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,7 @@ clean: rm -f tests/*.pyc rm -rf build rm -f python-build-stamp-2.5 - rm -rf tvorganise.egg-info rm -rf dist + +dpkg: + dpkg-buildpackage diff --git a/debian/control b/debian/control index ea8295f..6b0b2a5 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Homepage: http://git.tensixtyone.com/code/tvorganise.git 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 diff --git a/debian/docs b/debian/docs index e845566..dca5b3b 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1 @@ -README +docs/README