diff options
author | Per Andersson <avtobiff@gmail.com> | 2012-09-07 03:27:36 +0200 |
---|---|---|
committer | Per Andersson <avtobiff@gmail.com> | 2012-09-09 21:42:09 +0200 |
commit | e93c0910e79f7d156192e5e52f5df0ecc5b0c315 (patch) | |
tree | 43d99e04c1bfbe8175a6500c617895bf776e5f35 /debian/rules | |
parent | 38dc3b8f231cf36bcc771001318556d9e84c2889 (diff) | |
download | python-bleach-e93c0910e79f7d156192e5e52f5df0ecc5b0c315.tar python-bleach-e93c0910e79f7d156192e5e52f5df0ecc5b0c315.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..4647c9c --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 |