[or-cvs] r23045: {arm} added: debian resources provided by ioerror (there will prob (in arm/trunk: . debian)

Damian Johnson atagar1 at gmail.com
Wed Aug 25 03:15:00 UTC 2010


Author: atagar
Date: 2010-08-25 03:15:00 +0000 (Wed, 25 Aug 2010)
New Revision: 23045

Added:
   arm/trunk/Makefile
   arm/trunk/debian/
   arm/trunk/debian/changelog
   arm/trunk/debian/compat
   arm/trunk/debian/control
   arm/trunk/debian/copyright
   arm/trunk/debian/rules
Modified:
   arm/trunk/setup.cfg
Log:
added: debian resources provided by ioerror (there will probably be further revisions for this...)



Added: arm/trunk/Makefile
===================================================================
--- arm/trunk/Makefile	                        (rev 0)
+++ arm/trunk/Makefile	2010-08-25 03:15:00 UTC (rev 23045)
@@ -0,0 +1,29 @@
+PYTHON=`which python`
+DESTDIR=/
+BUILDIR=$(CURDIR)/debian/arm
+PROJECT=arm
+
+all:
+	@echo "Nothing to see here"
+
+source:
+	$(PYTHON) setup.py sdist $(COMPILE)
+
+install:
+	$(PYTHON) setup.py install --root $(DESTDIR) $(COMPILE)
+
+deb:
+	dpkg-buildpackage -rfakeroot -us -uc -I.svn -i.svn -I.pyc -i.pyc
+
+deb-src:
+	dpkg-buildpackage -S -rfakeroot -us -uc -I.svn -i.svn -I.pyc -i.pyc
+
+deb-clean:
+	-rm build
+	debian/rules clean
+
+clean:
+	fakeroot $(PYTHON) setup.py clean
+	fakeroot $(MAKE) -f $(CURDIR)/debian/rules clean
+	rm -rf build/ MANIFEST
+	find . -name '*.pyc' -delete

Added: arm/trunk/debian/changelog
===================================================================
--- arm/trunk/debian/changelog	                        (rev 0)
+++ arm/trunk/debian/changelog	2010-08-25 03:15:00 UTC (rev 23045)
@@ -0,0 +1,5 @@
+arm (0.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jacob Appelbaum <jacob at torproject.org>  Wed, 09 Jun 2010 00:41:55 +0200

Added: arm/trunk/debian/compat
===================================================================
--- arm/trunk/debian/compat	                        (rev 0)
+++ arm/trunk/debian/compat	2010-08-25 03:15:00 UTC (rev 23045)
@@ -0,0 +1 @@
+5

Added: arm/trunk/debian/control
===================================================================
--- arm/trunk/debian/control	                        (rev 0)
+++ arm/trunk/debian/control	2010-08-25 03:15:00 UTC (rev 23045)
@@ -0,0 +1,28 @@
+Source: arm
+Section: comm
+Priority: extra
+Maintainer: Damian Johnson <atagar at torproject.org>
+Build-Depends: debhelper (>= 5), python-support (>= 0.6), cdbs (>= 0.4.49)
+Standards-Version: 1.3.5.0
+Homepage: http://www.atagar.com/arm
+
+Package: arm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, lsb-base (>= 3.0-6)
+Suggests: tor
+Description: Terminal tor status monitor
+ The anonymizing relay monitor (arm) is a terminal status monitor for Tor
+ relays, intended for command-line aficionados, ssh connections, and anyone
+ stuck with a tty terminal. This works much like top does for system usage,
+ providing real time statistics for:
+ .
+ * bandwidth, cpu, and memory usage
+ .
+ * relay's current configuration
+ .
+ * logged events
+ .
+ * connection details (ip, hostname, fingerprint, and consensus data)
+ .
+ * ... etc
+ .

Added: arm/trunk/debian/copyright
===================================================================
--- arm/trunk/debian/copyright	                        (rev 0)
+++ arm/trunk/debian/copyright	2010-08-25 03:15:00 UTC (rev 23045)
@@ -0,0 +1,13 @@
+This package was debianized by Damian Johnson <atagar at torproject.org>
+Tue, 08 Jun 2010 19:06:24 +0200
+
+It was downloaded from: https://www.torproject.org/arm/
+
+Upstream Authors:
+                    Damian Johnson <atagar at torproject.org>
+
+Copyright:
+    Copyright (C) 2010 by Damian Johnson <atagar at torproject.org>
+
+License:
+    GPLv3 (http://www.gnu.org/licenses/gpl.html)

Added: arm/trunk/debian/rules
===================================================================
--- arm/trunk/debian/rules	                        (rev 0)
+++ arm/trunk/debian/rules	2010-08-25 03:15:00 UTC (rev 23045)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+export DH_VERBOSE=1
+
+	DEB_PYTHON_SYSTEM := pysupport
+
+	include /usr/share/cdbs/1/rules/debhelper.mk
+	include /usr/share/cdbs/1/class/python-distutils.mk
+

Modified: arm/trunk/setup.cfg
===================================================================
--- arm/trunk/setup.cfg	2010-08-25 02:09:10 UTC (rev 23044)
+++ arm/trunk/setup.cfg	2010-08-25 03:15:00 UTC (rev 23045)
@@ -1,6 +1,6 @@
 [install]
-install-purelib=/usr/local
-install-scripts=/usr/local/bin
+install-purelib=/usr/lib
+install-scripts=/usr/bin
 
 [build]
 build-base=/tmp



More information about the tor-commits mailing list