diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-10-17 08:33:48 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-10-17 08:33:48 +0000 |
commit | 30deb250afdad491dee839c9266fd07581beac91 (patch) | |
tree | 811ce681f6e21d18f4785cb6f2b79b47737337ba | |
parent | 8cc5caf78ede04748306cc1a587752080331e77c (diff) | |
download | python-urllib3-30deb250afdad491dee839c9266fd07581beac91.tar python-urllib3-30deb250afdad491dee839c9266fd07581beac91.tar.gz |
Sorted export
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 73c204c..42f5d36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,8 @@ #!/usr/bin/make -f -export PYTHONWARNINGS=d export PYBUILD_DESTDIR_python2=debian/python-urllib3/ export PYBUILD_DESTDIR_python3=debian/python3-urllib3/ +export PYTHONWARNINGS=d %: |