[or-cvs] r23047: {arm} change: additional revisions for debian package setup from i (in arm/trunk: . debian debian/source)

Damian Johnson atagar1 at gmail.com
Wed Aug 25 04:47:25 UTC 2010


Author: atagar
Date: 2010-08-25 04:47:25 +0000 (Wed, 25 Aug 2010)
New Revision: 23047

Added:
   arm/trunk/arm.1
   arm/trunk/debian/arm.1
   arm/trunk/debian/manpages
   arm/trunk/debian/pycompat
   arm/trunk/debian/source/
   arm/trunk/debian/source/format
Modified:
   arm/trunk/Makefile
   arm/trunk/debian/changelog
   arm/trunk/debian/control
   arm/trunk/debian/rules
Log:
change: additional revisions for debian package setup from ioerror



Modified: arm/trunk/Makefile
===================================================================
--- arm/trunk/Makefile	2010-08-25 04:27:28 UTC (rev 23046)
+++ arm/trunk/Makefile	2010-08-25 04:47:25 UTC (rev 23047)
@@ -2,6 +2,7 @@
 DESTDIR=/
 BUILDIR=$(CURDIR)/debian/arm
 PROJECT=arm
+MANPAGE=arm.1
 
 all:
 	@echo "Nothing to see here"
@@ -11,7 +12,10 @@
 
 install:
 	$(PYTHON) setup.py install --root $(DESTDIR) $(COMPILE)
+	test -d $(DESTDIR)/usr/share/man/man1/ || mkdir -p $(DESTDIR)/usr/share/man/man1/
+	cp $(MANPAGE) $(DESTDIR)/usr/share/man/man1/
 
+
 deb:
 	dpkg-buildpackage -rfakeroot -us -uc -I.svn -i.svn -I.pyc -i.pyc
 
@@ -19,7 +23,7 @@
 	dpkg-buildpackage -S -rfakeroot -us -uc -I.svn -i.svn -I.pyc -i.pyc
 
 deb-clean:
-	-rm build
+	-rm -r build
 	debian/rules clean
 
 clean:

Added: arm/trunk/arm.1
===================================================================
--- arm/trunk/arm.1	                        (rev 0)
+++ arm/trunk/arm.1	2010-08-25 04:47:25 UTC (rev 23047)
@@ -0,0 +1,26 @@
+.TH arm 1 "24 August 2010"
+.SH NAME
+arm - Terminal Tor status monitor
+.SH SYNOPSIS
+arm [OPTION]
+.SH DESCRIPTION
+
+.B arm
+is a terminal status monitor for
+.B Tor
+relays.
+
+.SH OPTIONS
+
+.B -h
+.IP
+Print usage information for
+.B arm(1)
+.P
+
+.SH FILES
+.B ~/.armrc
+.IP
+Optional user customized configuration
+.P
+

Added: arm/trunk/debian/arm.1
===================================================================
--- arm/trunk/debian/arm.1	                        (rev 0)
+++ arm/trunk/debian/arm.1	2010-08-25 04:47:25 UTC (rev 23047)
@@ -0,0 +1 @@
+link ../arm.1
\ No newline at end of file


Property changes on: arm/trunk/debian/arm.1
___________________________________________________________________
Added: svn:special
   + *

Modified: arm/trunk/debian/changelog
===================================================================
--- arm/trunk/debian/changelog	2010-08-25 04:27:28 UTC (rev 23046)
+++ arm/trunk/debian/changelog	2010-08-25 04:47:25 UTC (rev 23047)
@@ -1,5 +1,5 @@
-arm (0.1-1) unstable; urgency=low
+arm (0.1) unstable; urgency=low
 
   * Initial Release.
 
- -- Jacob Appelbaum <jacob at torproject.org>  Wed, 09 Jun 2010 00:41:55 +0200
+ -- Damian Johnson <atagar at torproject.org>  Wed, 09 Jun 2010 00:41:55 +0200

Modified: arm/trunk/debian/control
===================================================================
--- arm/trunk/debian/control	2010-08-25 04:27:28 UTC (rev 23046)
+++ arm/trunk/debian/control	2010-08-25 04:47:25 UTC (rev 23047)
@@ -2,8 +2,8 @@
 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
+Build-Depends: debhelper (>= 5), python-support (>= 0.6), cdbs (>= 0.4.49), python-dev
+Standards-Version: 3.8.4.0
 Homepage: http://www.atagar.com/arm
 
 Package: arm
@@ -16,13 +16,13 @@
  stuck with a tty terminal. This works much like top does for system usage,
  providing real time statistics for:
  .
- * bandwidth, cpu, and memory usage
+ bandwidth, cpu, and memory usage
  .
- * relay's current configuration
+ relay's current configuration
  .
- * logged events
+ logged events
  .
- * connection details (ip, hostname, fingerprint, and consensus data)
+ connection details (ip, hostname, fingerprint, and consensus data)
  .
- * ... etc
+ etc
  .

Added: arm/trunk/debian/manpages
===================================================================
--- arm/trunk/debian/manpages	                        (rev 0)
+++ arm/trunk/debian/manpages	2010-08-25 04:47:25 UTC (rev 23047)
@@ -0,0 +1 @@
+arm.1

Added: arm/trunk/debian/pycompat
===================================================================
--- arm/trunk/debian/pycompat	                        (rev 0)
+++ arm/trunk/debian/pycompat	2010-08-25 04:47:25 UTC (rev 23047)
@@ -0,0 +1 @@
+2

Modified: arm/trunk/debian/rules
===================================================================
--- arm/trunk/debian/rules	2010-08-25 04:27:28 UTC (rev 23046)
+++ arm/trunk/debian/rules	2010-08-25 04:47:25 UTC (rev 23047)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 export DH_VERBOSE=1
 
-	DEB_PYTHON_SYSTEM := pysupport
+DEB_PYTHON_SYSTEM := pysupport
 
 	include /usr/share/cdbs/1/rules/debhelper.mk
 	include /usr/share/cdbs/1/class/python-distutils.mk

Added: arm/trunk/debian/source/format
===================================================================
--- arm/trunk/debian/source/format	                        (rev 0)
+++ arm/trunk/debian/source/format	2010-08-25 04:47:25 UTC (rev 23047)
@@ -0,0 +1 @@
+1.0



More information about the tor-commits mailing list