[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [torouter/master] Add basic Makefile to make packages without signatures



commit a944bcefad1737cac6d307dc9b065f49615aea42
Author: Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
Date:   Wed Aug 17 17:45:14 2011 +0200

    Add basic Makefile to make packages without signatures
---
 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
+



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits