From 646abfca8504d93f259c50e6ee28505d9c9ebd86 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Sat, 12 Jun 2010 13:54:42 +0200 Subject: [PATCH] switch to dh instead of cdbs --- debian/control | 2 +- debian/rules | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 4fb5768..2ae257b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: trimage Section: graphics Priority: optional Maintainer: Kilian Valkhof -Build-Depends: cdbs (>=0.4.49), debhelper (>=7), python-support (>=0.8.7), python +Build-Depends: debhelper (>=7), python-support (>=0.8.7), python XS-Python-Version: >=2.6 Standards-Version: 3.8.0 Homepage: http://trimage.org diff --git a/debian/rules b/debian/rules index 4ae3d26..4f2c774 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,4 @@ #!/usr/bin/make -f - -DEB_PYTHON_SYSTEM=pysupport - -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. +%: + dh $@