aboutsummaryrefslogtreecommitdiffstats
path: root/packages/Makefile
diff options
context:
space:
mode:
authorArturo FilastoĢ€ <hellais@torproject.org>2011-08-18 12:11:34 +0200
committerArturo FilastoĢ€ <hellais@torproject.org>2011-08-18 12:11:34 +0200
commitdfe11c74fe59ceaa68778d80ce6a8a16227350f9 (patch)
tree2eb80f6a135ae02d663bf7d76e572a157d7d7a5e /packages/Makefile
parente14cf93e2c93e94c00d55d51ffc8ca26e063377c (diff)
parent9539219428e74cda06510ab95900ec8f0a14e7e5 (diff)
downloadtorouter-dfe11c74fe59ceaa68778d80ce6a8a16227350f9.tar.gz
torouter-dfe11c74fe59ceaa68778d80ce6a8a16227350f9.zip
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 6166493..788f61b 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -1,9 +1,13 @@
-debs: webdeb prepdeb
+debs: webdeb prepdeb wirelessdeb
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
+wirelessdeb:
+ # By default we will but not sign for now
+ cd dreamplug-uaputl && debuild --no-tgz-check -us -uc