[Python-modules-commits] r13349 - in packages/namebench/trunk/debian (7 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Wed Jun 9 00:22:15 UTC 2010


    Date: Wednesday, June 9, 2010 @ 00:22:11
  Author: nomadium-guest
Revision: 13349

* New upstream release.
* Updated watch file.
* Switched source package format to 3.0 (quilt).
* Replaced Build-Depends on python (>= 2.5) with python-all.
* Dropped unneeded version for dependence on python (>= 2.5).
* Added necessary version for dependence on python-dnspython (>= 1.8.0).
* Updated manpage.

Modified:
  packages/namebench/trunk/debian/README.source
  packages/namebench/trunk/debian/changelog
  packages/namebench/trunk/debian/control
  packages/namebench/trunk/debian/namebench.sgml
  packages/namebench/trunk/debian/orig-tar.sh
  packages/namebench/trunk/debian/source/format
  packages/namebench/trunk/debian/watch

Modified: packages/namebench/trunk/debian/README.source
===================================================================
--- packages/namebench/trunk/debian/README.source	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/README.source	2010-06-09 00:22:11 UTC (rev 13349)
@@ -2,7 +2,7 @@
 
 The upstream tarball has been modified as follows, to comply with DFSG:
 
-  * Directory third_party was removed since it contained all the dependences
+  * Directory nb_third_party was removed since it contained all the dependences
     needed to build and run namebench. As Debian Policy dictates, those
     dependences were listed as Depends and/or Build-Depends.
 
@@ -11,7 +11,4 @@
     on Mac OS X. Also, this folder contains an unlicensed, undistributable,
     and unmodifieable file (cocoa/main.m).
 
-  * Directory namebench-28935 has been removed since it contained another
-    copy of the source dir.
-
- -- Miguel Landaeta <miguel at miguel.cc>  Mon, 01 Mar 2010 19:14:54 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Tue, 08 Jun 2010 19:10:44 -0430

Modified: packages/namebench/trunk/debian/changelog
===================================================================
--- packages/namebench/trunk/debian/changelog	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/changelog	2010-06-09 00:22:11 UTC (rev 13349)
@@ -1,3 +1,15 @@
+namebench (1.3.1+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Updated watch file.
+  * Switched source package format to 3.0 (quilt).
+  * Replaced Build-Depends on python (>= 2.5) with python-all.
+  * Dropped unneeded version for dependence on python (>= 2.5).
+  * Added necessary version for dependence on python-dnspython (>= 1.8.0).
+  * Updated manpage.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Tue, 08 Jun 2010 19:17:32 -0430
+
 namebench (1.2+dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/namebench/trunk/debian/control
===================================================================
--- packages/namebench/trunk/debian/control	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/control	2010-06-09 00:22:11 UTC (rev 13349)
@@ -3,7 +3,7 @@
 Uploaders: Miguel Landaeta <miguel at miguel.cc>
 Section: net
 Priority: optional
-Build-Depends: debhelper (>> 7.0.50), python-support (>= 0.8), python (>= 2.5),
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.8), python-all,
                docbook-to-man (>= 1:2.0.0)
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.5
@@ -13,9 +13,10 @@
 
 Package: namebench
 Architecture: all
-Depends: python (>= 2.5), python-support (>= 0.8), ${python:Depends},
-         python-dnspython (>= 1.7.1), python-graphy (>= 1.0),
-         python-httplib2 (>= 0.5), python-jinja2 (>= 2.2.1), ${misc:Depends}
+Depends: python, python-support (>= 0.8), ${python:Depends},
+         python-dnspython (>= 1.8), python-graphy (>= 1.0),
+         python-httplib2 (>= 0.5), python-jinja2 (>= 2.2.1),
+         python-simplejson, ${misc:Depends}
 Recommends: python-tk (>= 2.4), www-browser
 Description: open-source DNS benchmark utility
  Searches the fastest DNS servers available for your computer to use. namebench

Modified: packages/namebench/trunk/debian/namebench.sgml
===================================================================
--- packages/namebench/trunk/debian/namebench.sgml	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/namebench.sgml	2010-06-09 00:22:11 UTC (rev 13349)
@@ -113,14 +113,21 @@
         <term><option>-o OUTPUT_FILE, --output=OUTPUT_FILE</option>
         </term>
         <listitem>
-          <para>Filename to write HTML output to.</para>
+          <para>Filename to write output to.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>-t TEMPLATE, --template=TEMPLATE</option>
+        </term>
+        <listitem>
+          <para>Template to use for output generation (ascii, html, resolv.conf).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>-c CSV_FILE, --csv_output=CSV_FILE</option>
         </term>
         <listitem>
-          <para>Filename to write CSV output to.</para>
+          <para>Filename to write query details to (CSV).</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -138,6 +145,13 @@
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>-P PING_TIMEOUT, --ping_timeout=PING_TIMEOUT</option>
+        </term>
+        <listitem>
+          <para>Number of seconds ping requests timeout in.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>-y TIMEOUT, --timeout=TIMEOUT</option>
         </term>
         <listitem>
@@ -156,9 +170,10 @@
         </term>
         <listitem>
           <para>Import hostnames from an filename or application (alexa,
-            camino, chrome, chromium, epiphany, firefox, flock, galeon, icab,
-            internet_explorer, konqueror, midori, omniweb, opera, safari,
-            seamonkey, squid, sunrise).</para>
+            cachehit, cachemiss, cachemix, camino, chrome, chromium,
+            epiphany, firefox, flock, galeon, icab, internet_explorer,
+            konqueror, midori, omniweb, opera, safari, seamonkey, squid,
+            sunrise).</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -190,10 +205,10 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-S, --no_regional</option>
+        <term><option>-S, --system_only</option>
         </term>
         <listitem>
-          <para>Disable regional_ns servers.</para>
+          <para>Only test the currently configured system nameservers.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -204,6 +219,27 @@
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>-u, --upload_results</option>
+        </term>
+        <listitem>
+          <para>Upload anonmyized results to SITE_URL (default: False).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-U SITE_URL, --site_url=SITE_URL</option>
+        </term>
+        <listitem>
+          <para>URL to upload results to (default: http://namebench.appspot.com/)</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-H, --hide_results</option>
+        </term>
+        <listitem>
+          <para>Upload results, but keep them hidden from indexes.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>-x, --no_gui</option>
         </term>
         <listitem>

Modified: packages/namebench/trunk/debian/orig-tar.sh
===================================================================
--- packages/namebench/trunk/debian/orig-tar.sh	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/orig-tar.sh	2010-06-09 00:22:11 UTC (rev 13349)
@@ -11,6 +11,5 @@
 
 # clean up the upstream tarball
 tar -zxvf $3 && mv $package-$2 $DIR
-GZIP=--best tar -c -z -f $TAR --exclude 'cocoa'  --exclude 'third_party' \
-                              --exclude namebench-28935 $DIR
+GZIP=--best tar -c -z -f $TAR --exclude 'cocoa' --exclude 'nb_third_party' $DIR
 rm -rf $3 $DIR

Modified: packages/namebench/trunk/debian/source/format
===================================================================
--- packages/namebench/trunk/debian/source/format	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/source/format	2010-06-09 00:22:11 UTC (rev 13349)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Modified: packages/namebench/trunk/debian/watch
===================================================================
--- packages/namebench/trunk/debian/watch	2010-06-08 22:37:00 UTC (rev 13348)
+++ packages/namebench/trunk/debian/watch	2010-06-09 00:22:11 UTC (rev 13349)
@@ -1,4 +1,7 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
-http://code.google.com/p/namebench/downloads/list \
-http://namebench.googlecode.com/files/namebench-(.*)-source\.tgz debian debian/orig-tar.sh
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://namebench.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1|,\
+dversionmangle=s/\+dfsg// \
+http://code.google.com/p/namebench/downloads/detail[?]name=namebench-(.*)-source.tgz&.* \
+debian debian/orig-tar.sh




More information about the Python-modules-commits mailing list