summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2009-12-13 16:57:15 +0100
committerJulien Valroff <julien@kirya.net>2009-12-13 16:57:15 +0100
commit404ea35c14e7e7ec3238ffa3ad954d7313a9f30c (patch)
treedcc93cfb065a54c46feeb588919ce06a863e8985
parenta68a886152c4cd622165fddd890e65282367e789 (diff)
switch to dh from cdbs
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules15
2 files changed, 3 insertions, 15 deletions
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 <julien@kirya.net>
-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 $@