[or-cvs] r23142: {arm} fix: changing debian arch to all rather than any (suggestion (in arm/trunk: . debian)

Damian Johnson atagar1 at gmail.com
Tue Sep 7 14:45:41 UTC 2010


Author: atagar
Date: 2010-09-07 14:45:40 +0000 (Tue, 07 Sep 2010)
New Revision: 23142

Modified:
   arm/trunk/TODO
   arm/trunk/debian/control
   arm/trunk/debian/rules
Log:
fix: changing debian arch to all rather than any (suggestion by murb)



Modified: arm/trunk/TODO
===================================================================
--- arm/trunk/TODO	2010-09-06 08:28:17 UTC (rev 23141)
+++ arm/trunk/TODO	2010-09-07 14:45:40 UTC (rev 23142)
@@ -52,21 +52,15 @@
         [ ] allow arm to resume after restarting tor (attaching to a new torctl
             instance)
   [ ] setup scripts for arm
-        [ ] setup scrpt to add to /usr/bin/arm (requested by ioerror)
+        [X] setup scrpt to add to /usr/bin/arm (requested by ioerror)
+        [ ] updater (checks for a new tarball and installs it automatically)
         [ ] look into CAPs to get around permission issues for connection
             listing sudo wrapper for arm to help arm run as the same user as
             tor? Irc suggestions:
               - man capabilities
               - http://www.linuxjournal.com/article/5737
-        [-] provide Debian repository (for version 1.4.0)
-            Look into debian packaging, note system call dependencies, and mail
-            submit at bugs.debian.org with subject "RFP: arm" and starting with a
-            line "Package: wnpp". Also add to 'deb.torprojec.org'. (requested
-            by helmut)
-              * http://www.debian.org/doc/maint-guide/
-              * http://www.debian.org/doc/packaging-manuals/python-policy/
-              * http://showmedo.com/videotutorials/video?name=linuxJensMakingDeb
   * release prep
+    * ask helix about steps for getting a deb and rpm included in the tor repo
     * check performance of this version vs last version (general screen refresh
         times)
     * pylint --indent-string="  " --disable-msg-cat=CR interface/foo.py | less
@@ -145,9 +139,6 @@
     * look at vidalia for ideas
     * need to solicit for ideas on what would be most helpful to clients
   * check if batch getInfo/getOption calls provide much performance benefit
-  * layout (css) bugs with site
-      Revise to use 'em' for measurements and somehow stretch image's y-margin?
-      Maybe padding-bottom to match the content on the right?
   * page with details on client circuits, attempting to detect details like
       country, ISP, latency, exit policy for the circuit, traffic, etc
   * attempt to clear controller password from memory

Modified: arm/trunk/debian/control
===================================================================
--- arm/trunk/debian/control	2010-09-06 08:28:17 UTC (rev 23141)
+++ arm/trunk/debian/control	2010-09-07 14:45:40 UTC (rev 23142)
@@ -2,12 +2,12 @@
 Section: comm
 Priority: extra
 Maintainer: Damian Johnson <atagar at torproject.org>
-Build-Depends: debhelper (>= 5), python-support (>= 0.6), cdbs (>= 0.4.49), python-dev
+Build-Depends: debhelper (>= 5), python-support (>= 0.6), cdbs (>= 0.4.49), python
 Standards-Version: 3.8.3
 Homepage: http://www.atagar.com/arm
 
 Package: tor-arm
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: tor
 Description: Terminal tor status monitor

Modified: arm/trunk/debian/rules
===================================================================
--- arm/trunk/debian/rules	2010-09-06 08:28:17 UTC (rev 23141)
+++ arm/trunk/debian/rules	2010-09-07 14:45:40 UTC (rev 23142)
@@ -17,7 +17,6 @@
 	echo "nothing to binary build"
 
 binary-arch:
-	echo "nothing to binary-arch build"
 
 clean::
 	dh_clean



More information about the tor-commits mailing list