aboutsummaryrefslogtreecommitdiffstats
path: root/packages/Makefile
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-17 17:45:14 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-17 17:45:14 +0200
commita944bcefad1737cac6d307dc9b065f49615aea42 (patch)
treed8117c0cd78a52da14b32a7a6491475d675f1109 /packages/Makefile
parentcab97f7c6fc7f3c70c0b92ef07466251f7faca9e (diff)
downloadtorouter-a944bcefad1737cac6d307dc9b065f49615aea42.tar.gz
torouter-a944bcefad1737cac6d307dc9b065f49615aea42.zip
Add basic Makefile to make packages without signatures
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile9
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
+