diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 18:16:55 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 18:16:55 +0200 |
commit | 525766e515148f9da5e78d39d1905264a4d14bad (patch) | |
tree | d7c8406d2c4da1785bb95ddca4e57b8669cce463 /packages/Makefile | |
parent | d435505bea5b9d735447f4900d7e502cae11412f (diff) | |
parent | 24b92ab9b034d6c957631a034a717ba41809a335 (diff) | |
download | torouter-525766e515148f9da5e78d39d1905264a4d14bad.tar.gz torouter-525766e515148f9da5e78d39d1905264a4d14bad.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile new file mode 100644 index 0000000..6166493 --- /dev/null +++ b/packages/Makefile @@ -0,0 +1,9 @@ +debs: webdeb prepdeb + +webdeb: + # By default we will but not sign for now + cd torouter-web && debuild --no-tgz-check -us -uc +prepdeb: + # By default we will but not sign for now + cd torouter-prep && debuild --no-tgz-check -us -uc + |