From ee174ffa53499a2613ee932d1f8e8c287945caa0 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 26 Jan 2010 17:23:40 +0000 Subject: [PATCH] Updated more build files --- Makefile | 4 +++- debian/control | 1 - debian/docs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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