[Python-apps-commits] r10358 - in packages/testrepository/tags (15 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Wed Jan 15 20:17:20 UTC 2014


    Date: Wednesday, January 15, 2014 @ 20:17:19
  Author: mithrandi
Revision: 10358

[svn-buildpackage] Tagging testrepository 0.0.18-1

Added:
  packages/testrepository/tags/0.0.18-1/
  packages/testrepository/tags/0.0.18-1/debian/changelog
    (from rev 10357, packages/testrepository/trunk/debian/changelog)
  packages/testrepository/tags/0.0.18-1/debian/control
    (from rev 10355, packages/testrepository/trunk/debian/control)
  packages/testrepository/tags/0.0.18-1/debian/copyright
    (from rev 10356, packages/testrepository/trunk/debian/copyright)
  packages/testrepository/tags/0.0.18-1/debian/rules
    (from rev 10353, packages/testrepository/trunk/debian/rules)
  packages/testrepository/tags/0.0.18-1/debian/source/include-binaries
    (from rev 10354, packages/testrepository/trunk/debian/source/include-binaries)
  packages/testrepository/tags/0.0.18-1/debian/upstream-signing-key.pgp
    (from rev 10352, packages/testrepository/trunk/debian/upstream-signing-key.pgp)
  packages/testrepository/tags/0.0.18-1/debian/watch
    (from rev 10352, packages/testrepository/trunk/debian/watch)
Deleted:
  packages/testrepository/tags/0.0.18-1/debian/SOURCES.txt.backup
  packages/testrepository/tags/0.0.18-1/debian/changelog
  packages/testrepository/tags/0.0.18-1/debian/control
  packages/testrepository/tags/0.0.18-1/debian/copyright
  packages/testrepository/tags/0.0.18-1/debian/rules
  packages/testrepository/tags/0.0.18-1/debian/undirty.diff
  packages/testrepository/tags/0.0.18-1/debian/watch

Deleted: packages/testrepository/tags/0.0.18-1/debian/SOURCES.txt.backup
===================================================================
--- packages/testrepository/trunk/debian/SOURCES.txt.backup	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/SOURCES.txt.backup	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,89 +0,0 @@
-.bzrignore
-.testr.conf
-Apache-2.0
-BSD
-COPYING
-INSTALL.txt
-MANIFEST.in
-Makefile
-NEWS
-README.txt
-setup.py
-testr
-doc/DESIGN.txt
-doc/DEVELOPERS.txt
-doc/MANUAL.txt
-doc/index.txt
-testrepository/__init__.py
-testrepository/results.py
-testrepository/setuptools_command.py
-testrepository/testcommand.py
-testrepository/testlist.py
-testrepository/utils.py
-testrepository.egg-info/PKG-INFO
-testrepository.egg-info/SOURCES.txt
-testrepository.egg-info/dependency_links.txt
-testrepository.egg-info/entry_points.txt
-testrepository.egg-info/requires.txt
-testrepository.egg-info/top_level.txt
-testrepository/arguments/__init__.py
-testrepository/arguments/command.py
-testrepository/arguments/doubledash.py
-testrepository/arguments/path.py
-testrepository/arguments/string.py
-testrepository/commands/__init__.py
-testrepository/commands/commands.py
-testrepository/commands/failing.py
-testrepository/commands/help.py
-testrepository/commands/init.py
-testrepository/commands/last.py
-testrepository/commands/list_tests.py
-testrepository/commands/load.py
-testrepository/commands/quickstart.py
-testrepository/commands/run.py
-testrepository/commands/slowest.py
-testrepository/commands/stats.py
-testrepository/repository/__init__.py
-testrepository/repository/file.py
-testrepository/repository/memory.py
-testrepository/repository/samba_buildfarm.py
-testrepository/tests/__init__.py
-testrepository/tests/monkeypatch.py
-testrepository/tests/stubpackage.py
-testrepository/tests/test_arguments.py
-testrepository/tests/test_commands.py
-testrepository/tests/test_matchers.py
-testrepository/tests/test_monkeypatch.py
-testrepository/tests/test_repository.py
-testrepository/tests/test_results.py
-testrepository/tests/test_setup.py
-testrepository/tests/test_stubpackage.py
-testrepository/tests/test_testcommand.py
-testrepository/tests/test_testr.py
-testrepository/tests/test_ui.py
-testrepository/tests/arguments/__init__.py
-testrepository/tests/arguments/test_command.py
-testrepository/tests/arguments/test_doubledash.py
-testrepository/tests/arguments/test_path.py
-testrepository/tests/arguments/test_string.py
-testrepository/tests/commands/__init__.py
-testrepository/tests/commands/test_commands.py
-testrepository/tests/commands/test_failing.py
-testrepository/tests/commands/test_help.py
-testrepository/tests/commands/test_init.py
-testrepository/tests/commands/test_last.py
-testrepository/tests/commands/test_list_tests.py
-testrepository/tests/commands/test_load.py
-testrepository/tests/commands/test_quickstart.py
-testrepository/tests/commands/test_run.py
-testrepository/tests/commands/test_slowest.py
-testrepository/tests/commands/test_stats.py
-testrepository/tests/repository/__init__.py
-testrepository/tests/repository/test_file.py
-testrepository/tests/ui/__init__.py
-testrepository/tests/ui/test_cli.py
-testrepository/tests/ui/test_decorator.py
-testrepository/ui/__init__.py
-testrepository/ui/cli.py
-testrepository/ui/decorator.py
-testrepository/ui/model.py
\ No newline at end of file

Deleted: packages/testrepository/tags/0.0.18-1/debian/changelog
===================================================================
--- packages/testrepository/trunk/debian/changelog	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/changelog	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,72 +0,0 @@
-testrepository (0.0.17-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Thomas Goirand <zigo at debian.org>  Sat, 20 Jul 2013 06:09:43 +0000
-
-testrepository (0.0.14-2) unstable; urgency=low
-
-  * Added missing build-depends: python-setuptools.
-  * Ran wrap-and-sort to clean debian/control.
-  * Removed X-Python-Version: >= 2.6 which now makes no sense.
-
- -- Thomas Goirand <zigo at debian.org>  Sat, 01 Jun 2013 06:27:20 +0000
-
-testrepository (0.0.14-1) unstable; urgency=low
-
-  * New upstream release.
-  * Now using format 1.0 parsable debian/copyright.
-  * Switched from CDBS to dh_python2.
-  * Now using compat and debhelper 9.
-  * Now using python module team as maintainer. Added myself as uploader.
-  * Switching to 3.0 (quilt) format.
-  * Bumped Standard-Version to 3.9.4.
-  * Fixed Homepage: filed to use the pypi website.
-  * Added a watch file.
-
- -- Thomas Goirand <zigo at debian.org>  Fri, 22 Feb 2013 14:28:42 +0000
-
-testrepository (0.0.5-1.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Make python-testrepository depend on python-subunit (closes: #576957).
-    Thanks to Jelmer Vernooij for the bug report.
-
- -- Jakub Wilk <jwilk at debian.org>  Fri, 26 Aug 2011 21:26:45 +0200
-
-testrepository (0.0.5-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Robert Collins <robertc at robertcollins.net>  Sat, 26 Feb 2011 20:22:14 +1300
-
-testrepository (0.0.4-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Robert Collins <robertc at robertcollins.net>  Sun, 12 Sep 2010 08:48:03 +1200
-
-testrepository (0.0.3-1) unstable; urgency=low
-
-  * First debian upload. Closes: #571888
-  * New upstream release.
-
- -- Robert Collins <robertc at robertcollins.net>  Sun, 28 Feb 2010 22:41:55 +1100
-
-python-testrepository (0.0.2-2) unstable; urgency=low
-
-  * Grab upstream improvements.
-
- -- Robert Collins <robertc at robertcollins.net>  Sun, 07 Feb 2010 22:20:18 +1100
-
-python-testrepository (0.0.2-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Robert Collins <robertc at robertcollins.net>  Sun, 10 Jan 2010 22:32:57 +1100
-
-python-testrepository (0.0.1-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Robert Collins <robertc at robertcollins.net>  Sun, 10 Jan 2010 22:16:09 +1100

Copied: packages/testrepository/tags/0.0.18-1/debian/changelog (from rev 10357, packages/testrepository/trunk/debian/changelog)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/changelog	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/changelog	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1,86 @@
+testrepository (0.0.18-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Set PAPT as Maintainer. (Previously DPMT was set as Maintainer, but the
+    package was not actually in DPMT SVN, and PAPT is the correct team for an
+    application)
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.9.5 (no changes needed).
+  * Switch to pybuild, and remove various unneeded leftovers.
+  * Add signature checking to watch file.
+  * Install upstream NEWS file.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Wed, 15 Jan 2014 22:16:32 +0200
+
+testrepository (0.0.17-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo at debian.org>  Sat, 20 Jul 2013 06:09:43 +0000
+
+testrepository (0.0.14-2) unstable; urgency=low
+
+  * Added missing build-depends: python-setuptools.
+  * Ran wrap-and-sort to clean debian/control.
+  * Removed X-Python-Version: >= 2.6 which now makes no sense.
+
+ -- Thomas Goirand <zigo at debian.org>  Sat, 01 Jun 2013 06:27:20 +0000
+
+testrepository (0.0.14-1) unstable; urgency=low
+
+  * New upstream release.
+  * Now using format 1.0 parsable debian/copyright.
+  * Switched from CDBS to dh_python2.
+  * Now using compat and debhelper 9.
+  * Now using python module team as maintainer. Added myself as uploader.
+  * Switching to 3.0 (quilt) format.
+  * Bumped Standard-Version to 3.9.4.
+  * Fixed Homepage: filed to use the pypi website.
+  * Added a watch file.
+
+ -- Thomas Goirand <zigo at debian.org>  Fri, 22 Feb 2013 14:28:42 +0000
+
+testrepository (0.0.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Make python-testrepository depend on python-subunit (closes: #576957).
+    Thanks to Jelmer Vernooij for the bug report.
+
+ -- Jakub Wilk <jwilk at debian.org>  Fri, 26 Aug 2011 21:26:45 +0200
+
+testrepository (0.0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sat, 26 Feb 2011 20:22:14 +1300
+
+testrepository (0.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 12 Sep 2010 08:48:03 +1200
+
+testrepository (0.0.3-1) unstable; urgency=low
+
+  * First debian upload. Closes: #571888
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 28 Feb 2010 22:41:55 +1100
+
+python-testrepository (0.0.2-2) unstable; urgency=low
+
+  * Grab upstream improvements.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 07 Feb 2010 22:20:18 +1100
+
+python-testrepository (0.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 10 Jan 2010 22:32:57 +1100
+
+python-testrepository (0.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert Collins <robertc at robertcollins.net>  Sun, 10 Jan 2010 22:16:09 +1100

Deleted: packages/testrepository/tags/0.0.18-1/debian/control
===================================================================
--- packages/testrepository/trunk/debian/control	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/control	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,49 +0,0 @@
-Source: testrepository
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Robert Collins <robertc at robertcollins.net>,
-           Thomas Goirand <zigo at debian.org>
-Section: python
-Priority: optional
-Build-Depends: debhelper (>= 9),
-               python-all (>= 2.6.6-3~),
-               python-fixtures,
-               python-setuptools,
-               python-subunit,
-               python-testresources,
-               python-testscenarios,
-               python-testtools
-Standards-Version: 3.9.4
-Homepage: https://pypi.python.org/pypi/testrepository
-
-Package: testrepository
-Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: python-testrepository (>= ${source:Version}),
-         ${misc:Depends},
-         ${python:Depends}
-Provides: ${python:Provides}
-Description: Test result manager
- Testrepository provides a database of test results and supports easy workflows
- to be built on top of that database. For instance, running just failing tests
- or getting the last test run back to examine again (without running the tests
- again). Testrepository is compatible with any test suite that can output
- subunit. This includes any TAP test suite and any pyunit compatible test
- suite.
- .
- The testrepository package contains the CLI front end.
-
-Package: python-testrepository
-Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: python-subunit, ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-Description: Database of test results - python library
- Testrepository provides a database of test results and supports easy workflows
- to be built on top of that database. For instance, running just failing tests
- or getting the last test run back to examine again (without running the tests
- again). Testrepository is compatible with any test suite that can output
- subunit. This includes any TAP test suite and any pyunit compatible test
- suite.
- .
- The python-testrepository package contains the Python testrepository
- library, which can be used for programmatic access to the database.

Copied: packages/testrepository/tags/0.0.18-1/debian/control (from rev 10355, packages/testrepository/trunk/debian/control)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/control	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/control	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1,48 @@
+Source: testrepository
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Robert Collins <robertc at robertcollins.net>,
+           Thomas Goirand <zigo at debian.org>,
+           Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.6.6-3~),
+               python-fixtures,
+               python-setuptools,
+               python-subunit,
+               python-testresources,
+               python-testscenarios,
+               python-testtools
+Standards-Version: 3.9.5
+Homepage: https://pypi.python.org/pypi/testrepository
+
+Package: testrepository
+Architecture: all
+Depends: python-testrepository (>= ${source:Version}),
+         ${misc:Depends},
+         ${python:Depends}
+Provides: ${python:Provides}
+Description: Test result manager
+ Testrepository provides a database of test results and supports easy workflows
+ to be built on top of that database. For instance, running just failing tests
+ or getting the last test run back to examine again (without running the tests
+ again). Testrepository is compatible with any test suite that can output
+ subunit. This includes any TAP test suite and any pyunit compatible test
+ suite.
+ .
+ The testrepository package contains the CLI front end.
+
+Package: python-testrepository
+Architecture: all
+Depends: python-subunit, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Database of test results - python library
+ Testrepository provides a database of test results and supports easy workflows
+ to be built on top of that database. For instance, running just failing tests
+ or getting the last test run back to examine again (without running the tests
+ again). Testrepository is compatible with any test suite that can output
+ subunit. This includes any TAP test suite and any pyunit compatible test
+ suite.
+ .
+ The python-testrepository package contains the Python testrepository
+ library, which can be used for programmatic access to the database.

Deleted: packages/testrepository/tags/0.0.18-1/debian/copyright
===================================================================
--- packages/testrepository/trunk/debian/copyright	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/copyright	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,64 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: testrepository
-Upstream-Contact: Robert Collins <robertc at robertcollins.net>
-Source: https://launchpad.net/testrepository
-
-Files: debian/*
-Copyright: (c) 2010-2011, Robert Collins <robertc at robertcollins.net>
-	(c) 2011, Jakub Wilk <jwilk at debian.org>
-        (c) 2013, Thomas Goirand <zigo at debian.org>
-License: Apache-2.0-or-BSD-3-clauses
-
-Files: *
-Copyright: (c) 2009-2013, Robert Collins <robertc at robertcollins.net>
-License: Apache-2.0
-
-License: Apache-2.0-or-BSD-3-clauses
- Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
- license at the users choice. A copy of both licenses are available in the
- project source as Apache-2.0 and BSD.
- .
- Apache-2.0 license:
- .
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- .
-    http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- .
- On Debian-based systems the full text of the Apache version 2.0 license
- can be found in `/usr/share/common-licenses/Apache-2.0'.
- .
- BSD License:
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- .
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- .
- 3. Neither the name of Robert Collins nor the names of Subunit contributors
-    may be used to endorse or promote products derived from this software
-    without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY ROBERT COLLINS AND SUBUNIT CONTRIBUTORS ``AS IS''
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.

Copied: packages/testrepository/tags/0.0.18-1/debian/copyright (from rev 10356, packages/testrepository/trunk/debian/copyright)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/copyright	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/copyright	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1,80 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: testrepository
+Upstream-Contact: Robert Collins <robertc at robertcollins.net>
+Source: https://launchpad.net/testrepository
+
+Files: debian/*
+Copyright: (c) 2010-2011, Robert Collins <robertc at robertcollins.net>
+	(c) 2011, Jakub Wilk <jwilk at debian.org>
+        (c) 2013, Thomas Goirand <zigo at debian.org>
+License: Apache-2.0-or-BSD-3-clauses
+
+Files: *
+Copyright: (c) 2009-2013, Robert Collins <robertc at robertcollins.net>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+License: Apache-2.0-or-BSD-3-clauses
+ Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
+ license at the users choice. A copy of both licenses are available in the
+ project source as Apache-2.0 and BSD.
+ .
+ Apache-2.0 license:
+ .
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+ .
+ BSD License:
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of Robert Collins nor the names of Subunit contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY ROBERT COLLINS AND SUBUNIT CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.

Deleted: packages/testrepository/tags/0.0.18-1/debian/rules
===================================================================
--- packages/testrepository/trunk/debian/rules	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/rules	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,20 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with python2
-
-override_dh_auto_build:
-	echo "Nothing to do"
-
-override_dh_clean:
-	dh_clean
-	find . -iname '*.pyc' -delete
-	rm -rf .testrepository .testr.conf build
-	cp debian/SOURCES.txt.backup testrepository.egg-info/SOURCES.txt
-
-override_dh_auto_test:
-	echo "Nothing to do"
-
-override_dh_install:
-	python setup.py install --install-layout=deb --root=debian/tmp
-	dh_install

Copied: packages/testrepository/tags/0.0.18-1/debian/rules (from rev 10353, packages/testrepository/trunk/debian/rules)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/rules	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/rules	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+	echo "Test suite disabled."
+
+override_dh_installchangelogs:
+	dh_installchangelogs -k NEWS

Copied: packages/testrepository/tags/0.0.18-1/debian/source/include-binaries (from rev 10354, packages/testrepository/trunk/debian/source/include-binaries)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/source/include-binaries	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/source/include-binaries	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp

Deleted: packages/testrepository/tags/0.0.18-1/debian/undirty.diff
===================================================================
--- packages/testrepository/trunk/debian/undirty.diff	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/undirty.diff	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,14 +0,0 @@
-Description: Removes modification in egginfo folder after build
- This patch helps to build twice.
-Author: Thomas Goirand <zigo at debian.org>
-
---- testrepository-0.0.9.orig/testrepository.egg-info/SOURCES.txt
-+++ testrepository-0.0.9/testrepository.egg-info/SOURCES.txt
-@@ -7,6 +7,7 @@ MANIFEST.in
- Makefile
- NEWS
- README.txt
-+setup.cfg
- setup.py
- testr
- doc/DESIGN.txt

Copied: packages/testrepository/tags/0.0.18-1/debian/upstream-signing-key.pgp (from rev 10352, packages/testrepository/trunk/debian/upstream-signing-key.pgp)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/upstream-signing-key.pgp	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/upstream-signing-key.pgp	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1,121 @@
+™
+RYè Ÿ‰ò =Wà•C’u
+®Òæ«Ý¯¶ÓÌo±©ßÃCÆ¿GHŸK]*Y,m:|CÂLé¶~M1‰6ÏGÀâ–»,Ä͆‘#%}9Úôcxº’X³Pdã’(•î‡´ýàC†é¡zӔйéΛ½ûŸ)sÆ$Ç‚Ûé¤DºY)nüáâ{*"Àfrƒðµïƒ‰úZ­÷¢h01C0‘ó';Ô¶ÑKL“´îVA%ð)½í«^«Ï&ï§O£)Oþ^±å‚xbçà¯É´{Ö»¶~ÊCBãZÁÙàšußxG~Ñî9±ðC·!ZÓ¯l	b¦™mMŠ€¡Û˜Afßb´‘a/hU±E„w:Œx³D+ÿUß¶p’V˨\Ù¾ÅBSâE<Óe|M }%óuûשu¼Rý—ëÁ±þ…ZæÍ‚Æ•Ìs|gºîF¯NT]*Jsjë³GC-Z¶z×(½‰¼º†Ýf•Ðð}jSnhÉ9Å\÷mY«uW45»RÏ`?T^ÊýÚ°°%¡Ô¨ë¤8Ü÷
+àÚÔ¶¯O§ì/¸Ë´3}#ÍT˜¾[§cˆNî“9žOÒŒ‡Ú–¡,¿yz8“›I¯<5–ƒ¯O;¨¥EE)"{nvy…EAn*¶×wÃœÉýhsáß  ´"Robert Collins <rbtcollins at hp.com>‰7 !R`ë	
+	 € 
+	)ŽšªÀâ†É6ÿQMŠ>ØQT,ùs©8|Å)69÷ºÍñŠÖŒùû4Ÿnì¿Õ䓆¢fƒ0÷²Z’qˆ>XyGÂYC,³Ç½á¾FŽ=›Ÿ:8
+¨CCT™F[Ô8šÃ,ǪÊÆl¶ú£¨„‘®éº+
+¿ëqV½‘>¹^ýþRnõ³
+ÒÖtn0b‡vš#ï…ŸG¸7í%âó\kA®LÍà;î³ r¥ô›ÝŽÂÎ0~Û‹…Å:¼½(JH¤WY"¥¯
+#sL[xY¼zѱØ.›”ÛÇ~+*!y^Ù>×”—7‚}UO
+SÍêX¥¬
+Zzôzìc	gÀ#y°Üšx¢Æ¦ó†—aê:31žüi*B‰±ÀÔCÒ©œ?±ô‰R|yËÒ_†ÏÕÔ;ÇûMJuᛈîË·˜U‰ E/T“R-þbH䍢ÈDDÐÄšü±Æݶ‰8ÞÕ(«ýBÉÁq¢Ã/½bu%H-ô$¯‹m°pŽwdЦ҈@Ý*f>6¨Ø;ŒâD($
+0jí¹¿ˆ
+8«VUÇ'iZä³>"A ýzþM<¼l¸¬9ƒíTfSÿòº4ô|"™à?ûÙÊ3årؤ³+©K‹m´Ž˜a‡ôiÑ´¾û¦;_ú,<8¿‘Xs_€€¬¼›§“ÓÏ+Â¥ 'c¸+ŽIÞ"e¬Í²´"Robert Collins <robert at ubuntu.com>ˆF R\ 
+	%ׁ	„ ¹  €Æ‹‰q)Wo[Žñ{µÒš’êÅ®  ÇNÆØšüy•ìاÑ2*ʪsˆF RYï‘ 
+	†{ù©ûÓ뎶™ ž IzG(=L¹Ò¿ †-Ä'À¦D¤ ŸkûêmävÇ°$çŽé¸ç¨)ö[²‰7 !€RYîå	
+	  
+	)ŽšªÀↄÿr3m
+wö­‰ø¨E*k^+©è¬VÝŽlGÛzàúõü)VÇ`SkÒãùAu-q¹‰ðI Ám4\}†ÀX;Q&Ï¥©4½‘ÁÛû´µ/̐©r†„È2íG‚½Ê©Iâ~Fó!-T|„Ö>£Û6Püüklü+T‡ÈÜ‚¢æRQ=ë„à1yJ°øvcSå±͉÷¸Ð¡l¨~~¹TŒ=4³ÀåB_ØYõE2Sþ•©²ße¤VÀ2
+kWrk¹ï䝐j¿¯K¾ÑÊ@j±‚nÁf–•#|ØùS€Nq?ÐóÅ“¦ÚXØUE½3‡taÃÞÆa¥a±nþTì8‘a1 õê«‚ÔéJ<—.¥o^Ìôs顪x¹‚ Ä¡¸óò£[Õtâ;"‹"ÒÀ@ß8êþª2ò¡4÷ËÌë)N"f;¨³õa³ Î2øïood®ž{FU&áp¸#¿æO]TÇÖ	x›+„0–gnž
+jœ€3R‰4è…Å€€­ ¶cLÚ©À–Üz3à,z‡{¡µz&`Ž&l)T"v‹ø5ꉍ¢@®L4ƒíì˜'§¤9sŠNJ%]À;éK×
+lZñœ.½ˆoò:ÇW»ëOÙ¥…Oc at pÏ“®2TAÛµÃ(É9ÕÖXÃ'óy(;kÚzc‰7 !RYë-	
+	 € 
+	)ŽšªÀâ†A¾ÿOFøسڳœ$—†ÆO†›«ÿA>}J)>C°g]0p’Ûàÿcši&¼_(	™ Ïëèm'(ÖåvrqÍ>#JtUØ]™·kéJX©ú5´1 œ®ów¥ôD‹”.sÂñ#­×eâH‚_¶jW–zñ tf‹A鼋»ËŠd¸A¿&µ{»ØyÇ‹z?—–K
+´$ þ±ð)®  ÙÖRƒ"&0(
+­ë¼âº—àW79uûŸo§Q[+CXâ*'Du¥2öÒ¹Ó·Áùæïc[ºïÁ‰¯ØÀ<Ìýš8½ab"/xàz²ǬÛFÔ¹(è#/Ø
+ðÄÁšÔg•(Cî lrö´Yüpî1ŽsU#…×€”¾ÏPÐÿîÔ¡%P,Ë×]RâØ6‘í†%\ˆÃK«a¡ÂÓ1q”ká)ãÿÉß5iÇÕ3‚ËΔژ#@PûéËŽ³ãÏøEYp¶Š¨½­AH	a#z
+$™i ï·¸‡õìúú –¢Á?Ž‘™ÀqeßE~Z5fÔÓµH¥Ý~á× šíDL­PöÜ”¶ýfoD`a³G’ü´‚–œ¨ùÛ¹¥vðápõ¡	Òö­ì^C-%í.ãß¿,!Éߊ®pf6›!1Sì-ÏI<³idø÷rýþ‹0%‚ˆi$ÿ4R÷÷a´#Robert Collins <robertc at debian.org>ˆF R\ 
+	%ׁ	„ ¨™ ž-{˜öÂÄDÁ³	c¥;)êˆðö  ÂéG¨ñL"†`ûúoÍë?ˆF RYï‘ 
+	†{ù©ûÓëŽÂ‰ Ÿй] ûÃÊì°œRoà Ÿhÿeô9_&9_M2[Rù3Sw‰7 !€RYîë	
+	  
+	)ŽšªÀâ†s# G§‚'Φ”ð§¾i;A
+íÛc’?áO²#]ö5÷tæl*ÏÌ}q	4*ö—q~…â×l—FO·gˆ†^B]h)Fi}àÄõqUÃþ‘*C~ɮة‡æö›¼dP¨X!0¨4“lCÎÎ%É%É.P£ÓÛÞó?öàœ†šs!,øP–Ö–%)‰+ŠqT¥r|‰'%Rç,ÿ(áàË{ÛpÎÑc’)ù¤ûopÿk£9PѵSÏÀQ–"YïېY&Ç«,G8ðÜ'—¨GãÎ
+ßÇç"êÛ¡Ä9íP´¼þx	Ýïšx½/ÒºÂË%†ÑïN—5FòG§z ZvyïìUDN¢ðIºùæmjÑ—À¡æhf*ÂÚ@¦¨Õ—uQÖɏr¨u™wOï>l! aKì(W×ÿ(©[ï—1ù}à‚4!Ó8ózHs¾”%×ÞžDœÊH%8¯2ÿŠ‰$ð<Á—溠žÞéÉ÷5¶'”0ÛÎ%€,$gòÔÍè
+©Ðžôò–k;†ÙGkØ<eNØk>㊃Ëa*ÉI?3L•Å¡ÞA<`ùqé%Æ:øÒ¥Q†Z-ýi ùjQŸ:Æ<§ñ‡ZýúðfèNå1w+×iF×ÔÞ¾^ìÅ7+IôblÞö‰7 !RYë	
+	 € 
+	)ŽšªÀâ†XØ Ò¶×¥ö??“Lߣ͙øŸZ{Pô»°U½r!+wíGÒ®ói%ÂÈÔñkï)ÿqZœƒ¦h¯èö¸-mÐsŽ™@MÂúôš!MÆ‘nó´wj@ŒÛÝ“š½805Ä£76©	¡õÜŽ—,ÀïŒ6¥γ‰'®®².X|ÿí?Ÿpw$ò[!zœÑ«rý 1ä´PoJ- ¾ø­Tíæè•h£Åûü ©œm£÷ïDËhþ›~o)(sep(ÈhÌ‹e•WÔëÙ½Q6ÖÄ ÓY™ÿqÌwñ„N·ÏftÓ›–T¨ž¤Ñ”æ¨{OU±c¼|Þ:ä»°§ÉsIjR+Bå!$¾
+ëH£Û3Ò$’ßÀ›Ë–K½
+ÚõƒÙzºt°{ÚjÆ©=ÿ;ÑDe©Ÿn¦¹LÆPë´Ù ˜€Þýqµm¤Ÿ#'ûá=%Ò™{ÃëôÄþMéy×kS#
+§ÌÂÊjÁCáUWNš\¨ßZãÚ+™½`i_D>ÏfÎE5'L@¹e)0³­ü<²
+Hjé´|Ýá
+[ZP¯ÉSúz¡ö´8ÖÏý²$QóžâÓ¯-BE×døÞŸŠÂ³5ý¦g&áΐq­ÄÙoÊ[,qn—ɱìËb¡°mÓ•x#ÄU$C÷¥§®ý^N+·ÚkGë¿´'Robert Collins <rbtcollins at hotmail.com>ˆF R\ 
+	%ׁ	„ Å:  ƒAOù—:Þq.œõ¥pí¬Ö  Ä	ŸÿìJöÆðš*c‡Óg¬¤0Q‡ˆF RYï‘ 
+	†{ù©ûÓ뎊  ”§™àÈÜuM˜B³½Ôá¨Ñ Ÿn_ ¯ÖcÅ
+CÊÉfΡ¾ÜF‰7 !€RYîë	
+	  
+	)ŽšªÀâ†Ò= ”/3ÛB	?®´ )90•§tñQ¨8¦¼ÏáÄøãt`´h>=-ò*ÌR÷gc0zöÍ’.ö
+ÖÏ? (þŠÿ#ë90#Îwtý(‰:â£óQ*ܺf[pÍ( uñÿK©g6¤©æò^–%sŽáëÚ„ŠñïUÍ‘ää_½¦šÉqãL-'X]TËÁ,…I
+D?|êàÓ´QL™7ð íÈl†ç”¦èàÜí¨iæÚ—¹®%«K…¡D Lž×mäxÆÄ™ÆW?¢K]æáøùEÆQ‚Ôƒ¼h[_Ÿj^®Cc[Ì&Õv—€A‡,mˆØŸ®
+¼D¹8s!¥%šì«Qâ«+N™Gü$n׊ûžN½a½†Q»¶!¿­ì"ücaÁÌ,ÆSgÐyÃv_/(ÓBQYÖþ,ûãÒh[„úž
+Ê„ŸÎÆ¿º@<:bëp&_ÝÉ{§p…£båÈtAÐú—¯’gßìå2”„‹{âû¢Nlfb–	¿èYRÉæ*ešOÂü`QëÅÅ_ò$göš,ý…—_‚Lœ‹(ÆQ·ñY끡 eƒÕ‘dPžé^`òðBßún$WAÌdQÊï
+¢ÝÉŒæèľû&¶# Gh
+Š.éÿ©™®±«ìÃùs²hP’•&‰7 !RYë		
+	 € 
+	)ŽšªÀâ†Ò»ÿ}¶:ÅH?IŽb’ÛÓÎCª×¡› %LL•Œ»5ê@ŽÛg2n
+\šö³½Vµý²³Œ·–lxÇmC¿vÞ×|'‡ÅDËV朥ð&ö@héï\¿`%—oèn*/ïàÍF‚Û!ïùHü.fÎY……i®°=ë~Åèq´ôqg	¿VŠ	@$ùU˜ü>ç«–ÆœŒsé¾~ˈËUrÚCífš1¡‰i‚d3μFþ<»	Ç‘[”õ)‡SPå£Ñóaó¿óøª†;	épKÒu
+ŠzéËYµ"•:Cšt'¦tR¶i}
+AÄ ÅCYPh{Ç£9ë5Z™[É~A44
+–ÒÏ"Q¶›0±5ŒØÍ»Šô„ö—¤úgr š·¸	}‡ž­!z`»‰‹ËŒÿ'£ùN1o1s¶âh¬Nouü¬'íP¸ÃãÈ ÊêcÎŒ«e•ì½?}csÝ-ⵚ™m¡[ª@»á;Û’{iÌž*I1e“¿™Ý”)‘T.‡Ûþ©DmozüÕ…²Õ‰Þyòp—õ8«A{†vTm,ÿóµÇ"¤Òw¢Ù£kÒ€. 6ÅÖš&N7U/ô¬¶X»ÿÔÍG­!¶r¿ئ‚껞¨G€Q/>Ve¿"üúJE…ûP§´(Robert Collins <robertc at squid-cache.org>ˆE R\ 
+	%ׁ	„ T× ˜ ÞÖSÛ"tÃuUJ”d¯©ZÓî  Öç’œ,E)n„“Og_vˆF RYï‘ 
+	†{ù©ûÓ뎺K ž)
+ž5W{5Ò¡Á!X)•ÝŠ`m Ÿps§oufxÒþ÷&.œ‹h©‰7 !€RYîë	
+	  
+	)ŽšªÀ↊> ƒx…»o ?ƒâžúÙ¢a¼àÆ8õ®ª<7Á<‡±û!6\?­Ø½u3Æÿß¹ëÇŠÛ&Wî]P¿ÕfƒN½ò! ýœýw©F%LP†õí“…÷×ËQãEÃñ1H`»IN`‹±à½"óÞ\—Ýd
+¢ó
+ûlõcMÄ¡ž—žú*÷–fÇ÷ÔÑÝÛ­ ‡i6â~:?‡˜ÊcÓT‰ ƒaÖáªeÜÔ0æß~\*€Å`&yÆ
+sÆÐÒ8U)Ž”Ô#ïzqcÚü¤¥†ލE§¿~ã§ñl¼É7PV©Ðwnq,ΐåع1Sèš/˜^°¼¸B ˜9\ÓëÝ**däDþ$Å™õÎ;[-&íßß6ß"Qý›½gVƒ&6¬îܘ؈^+¥z¡°Hi•ÍSy®Žmè÷ô
+ûÞ^é©°2…—Œ]«©ªø‰o¹ÀÓœÏyóÕ¾ÂdüW^D;°hC†UÁìËr”GýMZü¾Y¡Œl§©¼ÔÕÏhávµ"DPÞ°	ÿ‰•Iîû‘ñŸ@xº}2ÏÉü½©G_7nÄ(Ê1ÛĘˆ9¤ÆDä7™ý÷Ê%¡¯xCœweŠWˆ`¨µÌdz–m:±›'ôúëtÏ}_—É)âÓ
+N¼«×êŸ=£=&Ø×ÄRÐQê³x<¹â6B鯉7 !RYêÖ	
+	 € 
+	)ŽšªÀâ†Òþ5û3Ãf]p€r iD튞ˆ$pØw£÷w¡Xµ«4cߪû$B†:˘5m*qèY„v-Šây#döSя‘{S‰?§qÀ@¹ÿ­ÍKý”Í«Ÿ~)¾xZ“%ÿkˆ	¨H»‹eö”µH:É)k(Š,	£¬^1`ôM„v 2Žºð>lD“a%ˆ©¹ë;ÒPj>郋šl½ ¥ê×™+ÆI˜Iî{æhQñÛÚÕYàß[åب¥®gË„QVû«pU¼˜yAÄ°ˆÉ«w©¿ã&üÎy§¹R£xÄ×”Å=¬F&hÝÂ!&èZ4sˆ\:ÄEkÑæU
+UoôÔqú›××à¥Ù|R¿Gh ±‚—Zúoên¯+œƒ+»ôfÜ™z˜ïGu:f3^Ur.0Dè1”JµíŽ•º+\ϪŸ§xñ#¾ÓXÜÈ-'sÓ¾ûqÞ9ói„ô~M¼Ûƒ|ñÎ%Á4	ÿ9ø——`©‡gÖ¸:9&9¿õb¸öš4ëXÊõY
+v,#õýŠ|l¼ž\ã+þHcͧ&‰#ûAP@ÄÒo*G©Øw†üªå]@ëDR¹â>Pìð’ ÇBmðz™¦©r-ÀÝs9SQâ?Þ5I¼P£¢Cõ1aG¬ëóGÂÛ¢rwfˆÜðñ‹4׊ώ´)Robert Collins <robert.collins at gmail.com>ˆF R\ 
+	%ׁ	„ p?  ³<Ó SõºR-o”©´þxÔkL@! Ÿ`‚‘r‰»´5ž
+®y©6$ImňF RYï‘ 
+	†{ù©ûÓëŽ†é  ŸØ»iS€iyزмæ4Þ Ÿeì}ˆ4Ü°
+Ë…'_J¼À­(Vü‰7 !€RYîë	
+	  
+	)ŽšªÀâ†ÜÿG	Ð9ÁJ›©Œ­ °µãp‡8#u®w4™Ó;w¹«®CPÛø"ë‰&pòè·÷K¶vL`Ùƒˆ-n+]ììïðÓæ#֮ѽæX9OelGl®³Î„\hAz…°}•/Õ]”m(lbdÀ¼R^ùâž"¨4<í‘ù€ÛS`þ·LÝ?;å•©"×`ojÛpØI‰ûxþ®Š–l•“w2FÖ‰C#o»R–âFŸ¨m®ª@û%e¸„DØâ¾1„ÓÔHAÏ¥Þ{*ðæïÓ"‰çبóÃ_ÓaŸ°aÓºÚͦvŠaë`ôò>øA‡-xÊw¡)D“»"W¹$¦":ĵì8ü²:i|zÁÒ¢²]Uiýõ'È·¢	A–Dâ¨#ó!òö­ŠOv¨*)Ÿ;ÿ9³w,«¤tÁ dš·åDûž]eÏö“OoÚ”‹­~CåÓÁ-nòûÔ€¼¼9Eþ#÷ÀaÕ>Žë~øyÑsÃGÁ"ë	Ø‚¡ob»ÐF‘)8†PÏ~ÄIÁ|ø¼}îW¡âÉùž._¥Û ÅôU¢¤¯B÷ÕmÍó%£©´
+Àg<T¸uFZë3 Ó²å
+†¥fþÙí@Ì;óß0e¯÷Äštöþ<ä ÿðfŒE‘fg§ˆÛƒ¨“hÍwRlKz›A”‰7 !RYêö	
+	 € 
+	)ŽšªÀâ†úCÿrõIö_¡‰‚‚Æ]Ϩjow~3¾fq!¡·pàKÓ÷ân®ÞÉGK‡ŒsË
+Þ¥Á£ç?)"W`²´DYs&ïΤ_Šlõ³5
+·dÜ`_pÆ»g0®¸ÊÁ©Lø¦ž[Ë	ţθÑ[.|HDâ¼)NuâÞÔŸPY4r(ÄÑÔ'AÀ×5èQøZfÀi•Wš»E‰GaÊ"`Àq›ÖÎwC×½a¾U¨c
+±áÕÎi¥iéE­¸­ƒD‰@_mã¢]Ûq*…ñ:òGiïyÞX#¸>aüuòKÜDlÙ€Ç/:F<=R¦¨‹)Ž¨/*tQç*¸;_Á2@àèì´?X%!Úfþ/lÓ}:÷»=#P±0*dТŠ·3\4TCÎX¯Ó—@dGéïä¸áÙbé§HFô3r\²xœã‚è[îz4ï€r°)QüºÚE^ßüÁ©[cfY_GjvŒeJY‚ë‚XŒT4ÇTqyï)ù‡Êì’*ñº–ÿšYˆÑ/|Ýø¼G€Þx0æ'5\Ÿãö«8ϝM˜˜f¡b¨Î9b6œ—¸÷eŽ/gV	§Ö™œXŠæÏh e[ úþbȲø;ŸŸnÊeõkØC¹>ëÔ±Æ{âଠ†?&i´*Robert Collins <robertc at robertcollins.net>ˆF R\ 
+	%ׁ	„ Óù  Óàͱn_×¾é,£:GdlàvF$ ŸX'„‹NGú+ɶkŽü È`ù¼ˆF RYïŒ 
+	†{ù©ûÓëŽ¯æ šêŠÅ;¨ñäùL
+eførÕ &×  •Ïe'NT€ÒáÆG>÷®ÒY‰7 !RYê¾	
+	 € 
+	)ŽšªÀâ†ÐíÿVŸ9dnSi±üO9jkÛº‹…M:ÝJe¼ŒÌ—;ÝórOo‹øÉsÙÔgk º<=™â@Uüúf`hŒò¨¨ºÈb»þjâÍl@áÞd¦Hr´±^ÂÆ(}9TÀ2GÓÝÿ!	Ñ;N}$ƒ£—	åáeãÖ—.У¥´1ÝÚ4ÞòùmR0”K at hBúKHÁ
+º‚}¯ÄÇ¥…¨ã•Ï)"’区oF$"äÖõ@Ö9šôýîUp«ªëuõ<0ϹkÕ¢	¸»'Úg'
+r¸ß¬Õ£†Š1KNf
+ø
+õçüjup-ÁŠ”._gŸÁ^–]ª‹ÛŸ)œñ«#ÏÀݧ´‘ùå†vÎ
+„(5ÃK†±AhªÆŽ¯íùaG<HÜôŽóU¥ìŽHoD4þ6»¯=s8Ex9£lV;D‰qYúL;»-Ûy‡3Ý<W–|[ÎáÜÞé_}=ˆëÁУeÝtµ„\mxQÀà	™t(.§m’†¯Šan99PÕ™‚ª³‰H€¹Yu
+G%&„ù„»Ñ*¦k 
+?Šú÷	<1øsûeêé]è^;鐵CIVÐãb½•(2GMj>fšï3²MÛ‹fØÍŒøVÞª¤‰Ý4‡™#£»“Eªô#° Ü{*| :‰: $€RYï	
+	  
+	)ŽšªÀâ†M8 k>‰GiP…Ò.R™¯'·LÑÊT¡Â@óí÷ÀèÁù[ja¸Îß>¹˜gŽrib#CÅS®ögúÜZ¬Šõs!Ý´Ù“=g5*v2s¯)äÄ¥H6GX
+§Z2j#}ÙÀ b0E›(µÅÎ]P%êîØI§‡øCÚÈàÇõŠ®ØéÂŒ-T!¨ˆl
+H·VNCÒÉ4Õ ÄUnÊÉ^„¶_ÁS-õ¢öäþÐè8ÀÂëRb_XŸ»Çž%±øm—
+Q:ÓS!ÚŒ¥Ã­Ý1´à °«¬ðÑM0´ƒ•æ‹“+O‹2Ø%Ž|ØJœëÌGR	¾ ³–Kåhð&ÃhG\ižWböé6mõ:È Iú=C§‹]O†/)\ähýöœWîáµÞ1¯ÌȘ™sÊè”æ!Z•æ­Ò^[ë_g­"‡®µ@ŽÖ'`w.Ñú~Ç>C~5ø_Ðe0ü‘˜«Ý¤†wlŠ7º˜ë*7
+}ZE"
+7qõ±œâÅUꬍ=‰É2±†‘S«ñˆ¨*LJAØŸŸ¦m¦§îžç¬ÇÀ8¢oä"Â}Â8‰S£ëŸ{ÖS~‚ô%ß¤œ5q߃Û95ísì•%–DÄúÁƒŸ×c`Žu5šfDäàËé¼™Z¬@øp#7º‰ÒV•Zh甹
+RYéJ ¼•ó¡k°Ò(µ|N$vb †äß3ÔID¢9¨óÄtƒ®‘þ!ÔÀ#ÏÄý%Щ³G#\®TõÔâ+¤ã¶9I$qøè"¡ú<´u<oàhÙgoë.,Ñ߀¹e·×¬§=*o^\Ú‰¼‹: èZ" )YääL®YY-×^‡šƒhþfÃÖ”"X5u;Dçö〃ž»n‹ •ÕžÒCtæÑ
+–9U4„—€ßûC÷x°)1 À!MÐíNuÙÀôÛ凙…îpÜ[˯ö7†d8Ú>§4=ÀºÁ‚Í#^íä'›îÜf=˵Œõ=sæÀª=  ‰D RYéJ	Âg )	)ŽšªÀâ†À]  RYéJ 
+	‰ïÕˆéuÖß{˜ ¤l†ß¯ç••’K^âÒ⎲6ƒ1‡¤•c0O`´ñí˜ÿpWmxSV
+å#>ûÑ£q5·ÖRk	8>C|/áUNó¸iªºÔK:5…J†ëª	.šäg3ÊU¢¼ÔËgök{Sy”/۳¼Jküb€~T–†±7ð)7’-0FJcõÀZÓ,\NŸ	_@¾]!/è:@7JbÞ_’Üí4ë•$FRKóÃ,ÉÏƇ·G¥P–ÍMüÌû‡’À;NM`h`ÁpþQlMtÙÂ*ágž	ƒåe	v¨Š$TV:~XS³}ÄIrÚDsšëcãë-®PЕ^™˜hÔŽÜ(Ô4öˆ¨# ÿCË™BÁûAüØA«?oGyN¾”‘´…ìŒÍ${Z3ò©zw´ˆñïÙõl¶"Gy—Ðù‰Ú+{»¾EµÆ=–	œÖ$©—r†9_³ƒ_Ï<äÏ° Ú]].O]>ªÜ€SH‘Ø„£8‹îº{f6y@×j,žlö¨xҋسƒ±býÐ~¨	0Œ`hM÷¦m-«h¾I0pî¶Á¾!Æ~§ñ©3È_cšýaP~‚¿¾NÈ.å§<7
+=/-ÊÔÛÿèŠúªÄyÿæQÃÐåU‹â¤KU•Ñ@'ì”»…¨:òçÍ*›?Ù`h£d2-nƒØåÍB\ú0z¾l«
+Ó”
+=Ée<þfÿº|­’Ñ$µÑÀ–<}'ôƒ,¢ÓÈÖ¹—qÉ„m:—¦}IHƒ\‹ùI„z´ÎªP@÷½
+/ûp‰ãÎâžÏñ3ncª
+Ñ,MòëïßAÈ7 ]Š)œ˜Øý-á	n59'á*¨<¶¦Dâô3êÊB‰`ón‚ÄK›ôÐNªïÔ3J$1xî{ðu‹úÁ¼r{ì0ùO89ƒ"QN¬%ÏÊÑÜ.Ò…¯¦À2èØ[léß=oIƒhCÝôˆÆGòFñDµ´:2“‹#×L_WÓk¸é]™•. …#¸
+<=¨Ød=5þô›"2¯ú“KD¹
+RYêT »òQ©½,7„,K7ÛµdýÅ02¾ }¬ÒʵEñpw•~gí 3â#¼¦¢!;ªž;lÖ蟧IËi^‚õ¢°~q¶Óådt×lËÓAô"\ÒËãëX£u”î5öœT@>Ÿi™–·1zm`VûPe5gÂSÔW9¥³
+èñ}öüt½ðoÛLÜ\XÑk):aíÕ‹¹1tÞ`>æ¡¥߀}eMðÞz&Kgn¿zƒØ$ásœ³Óáõqg‚Ÿ€}ØzYVv‰]as­Ã¢ÿ4yøѲç¼÷¤¶¥œ¢T=8öÏ»÷…{"y±DI9„×y’ÿ‰blô¾|Á:w  ‰% RYêT	Âg  
+	)ŽšªÀâ†iy …Q‰¤3]JÃ…jŒëèäý:Úr‘r.‰SÑ“ _‚åçï:Uu¹á ®µª[6Ãæ½Y%㐵­k®l½tèÒ™¡/‘"P’Ç[3‡9,Úbm+4­MÐ>é·Uš,?aPSÃ쳌‚ÀôìßZ˜›¤)LK›‹ôo`@ù—XØ»Ä ³,Ÿ	›ã™‰)?¦õ ªÃ؉ß*fµ“Zµÿmð†ÌHš/ å|2Ђ.øúBÿÁ}ñ°ÁÛ[ÆPHÎÑ%ò4‰¦=æOMàöD[fúuUeçÃáPU:gÁPtrM{Àîb´½é5–œu«I6a Þ?Ù˜m?)9:u¡¿Éoœ²ûR’tõR,Âdž›Œd/Íþ•½x?½15×`uG^ÒÜÒæšöfkÅÜ-4wœ–ÔÚr»÷/'¼!bÚEö¥œ-fü,ƒ4Ò·Òe™x¯Ë5J¡ÇNfi¸ cXX¦Y»ÝŸ,Çò©MH¼Öh
+¯`­•’|(eF*ƒÀ¢3£4„U¢ztá2€™&¡ °¨¾xQU¼ÎÄÚǃú«»‚ì~Œm§Û›B´
+*AÙç<½tk¯û}¨Ó´ð
+ïI‘W¶’ôÑ:X¾'FQ%üNà§äûR²;ëÞéÀVãÝßåûñ†…€²	Hj
Deleted: packages/testrepository/tags/0.0.18-1/debian/watch
===================================================================
--- packages/testrepository/trunk/debian/watch	2014-01-15 19:08:34 UTC (rev 10348)
+++ packages/testrepository/tags/0.0.18-1/debian/watch	2014-01-15 20:17:19 UTC (rev 10358)
@@ -1,2 +0,0 @@
-version=3
-https://pypi.python.org/packages/source/t/testrepository/testrepository-(.*).tar.gz

Copied: packages/testrepository/tags/0.0.18-1/debian/watch (from rev 10352, packages/testrepository/trunk/debian/watch)
===================================================================
--- packages/testrepository/tags/0.0.18-1/debian/watch	                        (rev 0)
+++ packages/testrepository/tags/0.0.18-1/debian/watch	2014-01-15 20:17:19 UTC (rev 10358)
@@ -0,0 +1,2 @@
+version=3
+opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/t/testrepository/testrepository-(.*).tar.gz




More information about the Python-apps-commits mailing list