[Python-modules-commits] r12015 - in packages/namebench/tags (13 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Sun Feb 28 16:26:45 UTC 2010


    Date: Sunday, February 28, 2010 @ 16:26:38
  Author: nomadium-guest
Revision: 12015

[svn-buildpackage] Tagging namebench (1.1+dfsg-1)

Added:
  packages/namebench/tags/1.1+dfsg-1/
  packages/namebench/tags/1.1+dfsg-1/debian/
  packages/namebench/tags/1.1+dfsg-1/debian/README.source
  packages/namebench/tags/1.1+dfsg-1/debian/changelog
  packages/namebench/tags/1.1+dfsg-1/debian/clean
  packages/namebench/tags/1.1+dfsg-1/debian/compat
  packages/namebench/tags/1.1+dfsg-1/debian/control
  packages/namebench/tags/1.1+dfsg-1/debian/copyright
  packages/namebench/tags/1.1+dfsg-1/debian/namebench.docs
  packages/namebench/tags/1.1+dfsg-1/debian/namebench.links
  packages/namebench/tags/1.1+dfsg-1/debian/namebench.sgml
  packages/namebench/tags/1.1+dfsg-1/debian/rules
  packages/namebench/tags/1.1+dfsg-1/debian/watch

Added: packages/namebench/tags/1.1+dfsg-1/debian/README.source
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/README.source	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/README.source	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,14 @@
+
+
+The upstream tarball has been modified as follows, to comply with DFSG:
+
+  * Directory 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.
+
+  * Directory cocoa has been removed since it contained binary files not
+    useful at build time (those file are only needed to build namebench
+    on Mac OS X. Also, this folder contains an unlicensed, undistributable,
+    and unmodifieable file (cocoa/main.m).
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Wed, 27 Jan 2010 19:46:02 -0430

Added: packages/namebench/tags/1.1+dfsg-1/debian/changelog
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/changelog	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/changelog	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,5 @@
+namebench (1.1+dfsg-1) unstable; urgency=low
+
+  * Initial release. (Closes: #559939).
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Wed, 27 Jan 2010 19:49:17 -0430

Added: packages/namebench/tags/1.1+dfsg-1/debian/clean
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/clean	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/clean	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1 @@
+namebench.1

Added: packages/namebench/tags/1.1+dfsg-1/debian/compat
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/compat	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/compat	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1 @@
+7

Added: packages/namebench/tags/1.1+dfsg-1/debian/control
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/control	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/control	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,27 @@
+Source: namebench
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>> 7.0.50), python-support (>= 0.8), python (>= 2.4),
+               docbook-to-man (>= 1:2.0.0)
+Standards-Version: 3.8.3
+XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/namebench/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/namebench/trunk/
+Homepage: http://code.google.com/p/namebench/
+
+Package: namebench
+Architecture: all
+Section: python
+Priority: optional
+Depends: python (>= 2.4), 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}
+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
+ runs a fair and thorough benchmark using your web browser history, tcpdump
+ output, or standardized datasets in order to provide an individualized
+ recommendation. namebench is completely free and does not modify your system
+ in any way.

Added: packages/namebench/tags/1.1+dfsg-1/debian/copyright
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/copyright	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/copyright	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,15 @@
+The sources where downloaded as http://namebench.googlecode.com/files/namebench-1.1.tgz.
+
+Files: *
+Copyright: © 2009 Google Inc.
+Author: Thomas Strömberg <tstromberg at google.com>
+License: Apache-2.0
+ The full text of the Apache 2.0 license is distributed as LICENSE in
+ namebench's source, and is distributed in /usr/share/common-licenses/Apache-2.0
+ on Debian systems.
+
+Files: debian/*
+Copyright: © 2010 Miguel Landaeta <miguel at miguel.cc>
+License: GPL-2+
+ The full text of the GPL is distributed in /usr/share/common-licenses/GPL-2
+ on Debian systems.

Added: packages/namebench/tags/1.1+dfsg-1/debian/namebench.docs
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/namebench.docs	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/namebench.docs	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,3 @@
+ChangeLog.txt
+README.txt
+debian/README.source

Added: packages/namebench/tags/1.1+dfsg-1/debian/namebench.links
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/namebench.links	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/namebench.links	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1 @@
+etc/namebench.cfg	usr/share/namebench/namebench.cfg

Added: packages/namebench/tags/1.1+dfsg-1/debian/namebench.sgml
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/namebench.sgml	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/namebench.sgml	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,274 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Thomas</firstname>">
+  <!ENTITY dhsurname   "<surname>Stromberg</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>January 06, 2010</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>miguel at miguel.cc</email>">
+  <!ENTITY dhusername  "Miguel Landaeta">
+  <!ENTITY dhucpackage "<refentrytitle>NAMEBENCH</refentrytitle>">
+  <!ENTITY dhpackage   "namebench">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>open-source DNS benchmark utility</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>nameserver1 <replaceable>...</replaceable></option>
+
+      <arg><option>nameserverN</option></arg></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para><command>&dhpackage;</command> searches the fastest DNS
+      servers available for your computer to use.
+      <command>&dhpackage;</command> runs a fair and thorough benchmark
+      using your web browser history, tcpdump output, or standardized
+      datasets in order to provide an individualized recommendation.
+    </para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program follows the usual GNU command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>README</application> file or visit the project's
+      website.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h, --help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-r RUN_COUNT, --runs=RUN_COUNT</option>
+        </term>
+        <listitem>
+          <para>Number of test runs to perform on each nameserver.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-z CONFIG, --config=CONFIG</option>
+        </term>
+        <listitem>
+          <para>Configuration file to use.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-o OUTPUT_FILE, --output=OUTPUT_FILE</option>
+        </term>
+        <listitem>
+          <para>Filename to write HTML output to.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-c CSV_FILE, --csv_output=CSV_FILE</option>
+        </term>
+        <listitem>
+          <para>Filename to write CSV output to.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-j THREAD_COUNT, --threads=THREAD_COUNT</option>
+        </term>
+        <listitem>
+          <para>Number of threads to use.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-y TIMEOUT, --timeout=TIMEOUT</option>
+        </term>
+        <listitem>
+          <para>Number of seconds general requests timeout in.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-Y HEALTH_TIMEOUT, --health_timeout=HEALTH_TIMEOUT</option>
+        </term>
+        <listitem>
+          <para>Health check timeout (in seconds).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-d DATA_FILE, --datafile=DATA_FILE</option>
+        </term>
+        <listitem>
+          <para>File containing a list of domain names to query.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-i IMPORT_SOURCE, --import=IMPORT_SOURCE</option>
+        </term>
+        <listitem>
+          <para>Import history from an external application (chrome,
+            chromium, epiphany, firefox, internet_explorer, konqueror, opera,
+            safari, seamonkey, squid).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-I, --invalidate_cache</option>
+        </term>
+        <listitem>
+          <para>Force health cache to be invalidated.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-t TEST_COUNT, --tests=TEST_COUNT</option>
+        </term>
+        <listitem>
+          <para>Number of queries per run.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-m SELECT_MODE, --select_mode=SELECT_MODE</option>
+        </term>
+        <listitem>
+          <para>Selection algorithm to use (weighted, random, chunk).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-s NUM_SERVERS, --num_servers=NUM_SERVERS</option>
+        </term>
+        <listitem>
+          <para>Number of nameservers to include in test.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-S, --no_regional</option>
+        </term>
+        <listitem>
+          <para>Disable regional_ns servers.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-w, --open_webbrowser</option>
+        </term>
+        <listitem>
+          <para>Opens the final report in your browser.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-x, --no_gui</option>
+        </term>
+        <listitem>
+          <para>Disable GUI.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-C, --enable-censorship-checks</option>
+        </term>
+        <listitem>
+          <para>Enable censorship checks.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-6, --ipv6_only</option>
+        </term>
+        <listitem>
+          <para>Only include IPv6 name servers.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-O, --only</option>
+        </term>
+        <listitem>
+          <para>Only test nameservers passed as arguments.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>dig(1), host(1).</para>
+
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &lt;&dhemail;&gt;
+      for the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the terms of &gnu; General Public License, Version 2 
+      or any later version published by the Free Software Foundation.
+    </para>
+    <para>On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+

Added: packages/namebench/tags/1.1+dfsg-1/debian/rules
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/rules	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/rules	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+%:
+	NO_THIRD_PARTY=yes dh --with python-support $@
+
+PKG_ROOT=$(CURDIR)/debian/namebench
+
+override_dh_auto_install:
+	NO_THIRD_PARTY=yes python setup.py install --root ${PKG_ROOT}
+	mkdir ${PKG_ROOT}/usr/share
+	mv ${PKG_ROOT}/usr/namebench ${PKG_ROOT}/usr/share
+	mv ${PKG_ROOT}/usr/bin/namebench.py ${PKG_ROOT}/usr/bin/namebench
+	mkdir ${PKG_ROOT}/etc
+	mv ${PKG_ROOT}/usr/share/namebench/namebench.cfg ${PKG_ROOT}/etc
+
+override_dh_auto_build:
+	dh_auto_build
+	docbook-to-man debian/namebench.sgml > namebench.1
+
+override_dh_installman:
+	dh_installman namebench.1


Property changes on: packages/namebench/tags/1.1+dfsg-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/namebench/tags/1.1+dfsg-1/debian/watch
===================================================================
--- packages/namebench/tags/1.1+dfsg-1/debian/watch	                        (rev 0)
+++ packages/namebench/tags/1.1+dfsg-1/debian/watch	2010-02-28 16:26:38 UTC (rev 12015)
@@ -0,0 +1,4 @@
+version=3
+opts=dversionmangle=s/\+dfsg// \
+http://code.google.com/p/namebench/downloads/list \
+http://namebench.googlecode.com/files/namebench-(.*)\.tgz debian




More information about the Python-modules-commits mailing list