[Python-apps-commits] r10351 - in packages/testrepository/trunk/debian (4 files)

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


    Date: Wednesday, January 15, 2014 @ 20:05:15
  Author: mithrandi
Revision: 10351

Switch to pybuild, and remove various unneeded leftovers.

Modified:
  packages/testrepository/trunk/debian/changelog
  packages/testrepository/trunk/debian/rules
Deleted:
  packages/testrepository/trunk/debian/SOURCES.txt.backup
  packages/testrepository/trunk/debian/undirty.diff

Deleted: packages/testrepository/trunk/debian/SOURCES.txt.backup
===================================================================
--- packages/testrepository/trunk/debian/SOURCES.txt.backup	2014-01-15 19:30:05 UTC (rev 10350)
+++ packages/testrepository/trunk/debian/SOURCES.txt.backup	2014-01-15 20:05:15 UTC (rev 10351)
@@ -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

Modified: packages/testrepository/trunk/debian/changelog
===================================================================
--- packages/testrepository/trunk/debian/changelog	2014-01-15 19:30:05 UTC (rev 10350)
+++ packages/testrepository/trunk/debian/changelog	2014-01-15 20:05:15 UTC (rev 10351)
@@ -6,6 +6,7 @@
     application)
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.9.5 (no changes needed).
+  * Switch to pybuild, and remove various unneeded leftovers.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Wed, 15 Jan 2014 21:09:18 +0200
 

Modified: packages/testrepository/trunk/debian/rules
===================================================================
--- packages/testrepository/trunk/debian/rules	2014-01-15 19:30:05 UTC (rev 10350)
+++ packages/testrepository/trunk/debian/rules	2014-01-15 20:05:15 UTC (rev 10351)
@@ -1,20 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
-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
+	echo "Test suite disabled."

Deleted: packages/testrepository/trunk/debian/undirty.diff
===================================================================
--- packages/testrepository/trunk/debian/undirty.diff	2014-01-15 19:30:05 UTC (rev 10350)
+++ packages/testrepository/trunk/debian/undirty.diff	2014-01-15 20:05:15 UTC (rev 10351)
@@ -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




More information about the Python-apps-commits mailing list