diff options
author | Ghe Rivero <ghe@debian.org> | 2012-02-14 12:20:54 +0100 |
---|---|---|
committer | Ghe Rivero <ghe@debian.org> | 2012-02-14 12:21:46 +0100 |
commit | 491bd1262c2b9e4a4778bed0f8aa1a76244b3b7c (patch) | |
tree | e670197047039c89b64bff6ef9d33493c19a0f68 /debian/rules | |
parent | adf158a674c46bf6c30cf73f3983db3badc60772 (diff) | |
download | factory-boy-491bd1262c2b9e4a4778bed0f8aa1a76244b3b7c.tar factory-boy-491bd1262c2b9e4a4778bed0f8aa1a76244b3b7c.tar.gz |
Initial debian packagingdebian/1.0.4-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..206490c --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Verbose mode +# export DH_VERBOSE=1 + +%: + dh $@ --with python2
\ No newline at end of file |