aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2010-07-18 20:56:12 -0400
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 00:14:19 -0400
commit08ee9cdc0d874d86bb397aca52e53f2daa31f7e1 (patch)
treeddaab193ab3e3a9723b194640fe84084e7a335e7
parentdb18652db1e559f7a58f3768e8eaca1d51f2671d (diff)
downloadpython-paramiko-08ee9cdc0d874d86bb397aca52e53f2daa31f7e1.tar
python-paramiko-08ee9cdc0d874d86bb397aca52e53f2daa31f7e1.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