From 404ea35c14e7e7ec3238ffa3ad954d7313a9f30c Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 13 Dec 2009 16:57:15 +0100 Subject: switch to dh from cdbs --- debian/control | 3 +-- debian/rules | 15 ++------------- 2 files changed, 3 insertions(+), 15 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index a6c2997..4c559e7 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: rapid-photo-downloader Section: graphics Priority: optional Maintainer: Julien Valroff -Build-Depends: cdbs (>= 0.4.49), - debhelper (>= 7), +Build-Depends: debhelper (>= 7), python-all Build-Depends-Indep: python-central (>= 0.5.6), gettext diff --git a/debian/rules b/debian/rules index 78f7e14..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,3 @@ #!/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 - -build/rapid-photo-downloader:: - pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1 - -cleanbuilddir/rapid-photo-downloader:: - rm -f rapid-photo-downloader.1 - -DEB_INSTALL_MANPAGES_rapid-photo-downloader = rapid-photo-downloader.1 +%: + dh $@ -- cgit v1.2.3