summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2010-07-18 20:56:12 -0400
committerJeremy T. Bouse <jbouse@debian.org>2010-07-18 20:56:12 -0400
commit9415a03387c26348878593351a2adab3d5cc8e17 (patch)
treeead6f0831dcfbb20b12e33ca39ac5c02c47e7208
parent8431bf81f059e622efee0904b4172287bf623215 (diff)
downloadpython-paramiko-9415a03387c26348878593351a2adab3d5cc8e17.tar
python-paramiko-9415a03387c26348878593351a2adab3d5cc8e17.tar.gz
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.
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules11
2 files changed, 5 insertions, 8 deletions
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 <jbouse@debian.org>
Uploaders: Guido Guenther <agx@debian.org>
-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