diff options
author | Daniele Tricoli <eriol@mornie.org> | 2011-06-06 00:45:37 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2011-06-06 00:45:37 +0000 |
commit | 4a981f80429e10d8bb9d324175bf3c7996fe9d66 (patch) | |
tree | 78e462fb04316742280007a2bd2a6195df22e885 /debian/rules | |
download | python-requests-4a981f80429e10d8bb9d324175bf3c7996fe9d66.tar python-requests-4a981f80429e10d8bb9d324175bf3c7996fe9d66.tar.gz |
Initial packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8e4f4eb --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils |