aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2013-05-25 01:18:58 -0400
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 01:18:58 -0400
commitc3348199d9dd147aaaa588b5e0997def78ea10c8 (patch)
tree57107b070e1ef91c3b54923251dc5929349710c3 /debian
parentdc296d2004de3ef8a7989e841a5948bcad96d340 (diff)
downloadpython-paramiko-c3348199d9dd147aaaa588b5e0997def78ea10c8.tar
python-paramiko-c3348199d9dd147aaaa588b5e0997def78ea10c8.tar.gz
debian/patches/*: Add patch to remove upstream Makefile
Include patch to remove upstream Makefile to allow package build process to work properly.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0001-Remove-upstream-Makefile.patch35
-rw-r--r--debian/patches/series1
2 files changed, 36 insertions, 0 deletions
diff --git a/debian/patches/0001-Remove-upstream-Makefile.patch b/debian/patches/0001-Remove-upstream-Makefile.patch
new file mode 100644
index 0000000..69dcdc1
--- /dev/null
+++ b/debian/patches/0001-Remove-upstream-Makefile.patch
@@ -0,0 +1,35 @@
+From: Jeremy T. Bouse <jbouse@debian.org>
+Date: Sat, 25 May 2013 01:05:44 -0400
+Subject: [PATCH] Remove upstream Makefile
+
+The upstream Makefile is non-functional for package building. It is
+meant for upstream release management rather than package management.
+Removing it to get it out of the way and allow debhelper to build using
+python setuptools.
+---
+ Makefile | 15 ---------------
+ 1 files changed, 0 insertions(+), 15 deletions(-)
+ delete mode 100644 Makefile
+
+diff --git a/Makefile b/Makefile
+deleted file mode 100644
+index 572f867..0000000
+--- a/Makefile
++++ /dev/null
+@@ -1,15 +0,0 @@
+-release: docs
+- python setup.py sdist register upload
+-
+-docs: paramiko/*
+- epydoc --no-private -o docs/ paramiko
+-
+-clean:
+- rm -rf build dist docs
+- rm -f MANIFEST *.log demos/*.log
+- rm -f paramiko/*.pyc
+- rm -f test.log
+- rm -rf paramiko.egg-info
+-
+-test:
+- python ./test.py
+--
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..86b9c4b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-upstream-Makefile.patch