From 9415a03387c26348878593351a2adab3d5cc8e17 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 18 Jul 2010 20:56:12 -0400 Subject: Replaced cdbs with debhelper and quilt Moving package to 3.0 (quilt) format remove cdbs build environment and replace using debhelper (dh) with python-support & quilt add-ons. --- debian/control | 2 +- debian/rules | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index c0cf6c4..e5779f2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Jeremy T. Bouse Uploaders: Guido Guenther -Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all (>= 2.3.5-11), python-support (>= 0.5.3) +Build-Depends: quilt (>= 0.46-7~), debhelper (>> 7.0.50), python-all (>= 2.3.5-11), python-support (>= 0.5.3) Standards-Version: 3.9.0 Homepage: http://www.lag.net/paramiko/ Vcs-Git: git://git.debian.org/collab-maint/paramiko.git diff --git a/debian/rules b/debian/rules index f909351..650d431 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,8 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport +%: + dh --with python-support,quilt $@ -include /usr/share/cdbs/1/rules/buildcore.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk -# include /usr/share/cdbs/1/rules/simple-patchsys.mk - -clean:: +override_dh_clean: rm -rf build + dh_clean -- cgit v1.2.3