[Python-apps-commits] r12849 - in packages/hovercraft/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Feb 29 18:19:37 UTC 2016


    Date: Monday, February 29, 2016 @ 18:19:36
  Author: danstender-guest
Revision: 12849

deb/rules: dropped override for dh_auto_test

Modified:
  packages/hovercraft/trunk/debian/changelog
  packages/hovercraft/trunk/debian/rules

Modified: packages/hovercraft/trunk/debian/changelog
===================================================================
--- packages/hovercraft/trunk/debian/changelog	2016-02-29 18:14:35 UTC (rev 12848)
+++ packages/hovercraft/trunk/debian/changelog	2016-02-29 18:19:36 UTC (rev 12849)
@@ -10,12 +10,13 @@
     + dropped Files-Excluded (targets removed upstream).
     + updated email address and copyright span.
   * deb/rules:
+    + dropped override for dh_auto_test (hack not needed anymore).
     + dropped check for nodocs in DEB_BUILD_OPTIONS (obsolete).
   * deb/patches:
     + dropped fix-for-dfsg.diff (applied upstream).
     + updated improve-docs.diff.
 
- -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 19:11:12 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 19:16:41 +0100
 
 hovercraft (2.0+dfsg-1) unstable; urgency=low
 

Modified: packages/hovercraft/trunk/debian/rules
===================================================================
--- packages/hovercraft/trunk/debian/rules	2016-02-29 18:14:35 UTC (rev 12848)
+++ packages/hovercraft/trunk/debian/rules	2016-02-29 18:19:36 UTC (rev 12849)
@@ -8,14 +8,6 @@
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
-override_dh_auto_test:
-	# a hack to get the tests running w/o python-logo-master-v3-TM.png:
-	ln -s $(CURDIR)/docs/examples/images/hovercraft_logo.png $(CURDIR)/hovercraft/tests/test_data/images/python-logo-master-v3-TM.png
-	ln -s $(CURDIR)/docs/examples/images/hovercraft_logo.png $(CURDIR)/hovercraft/tests/test_data/maximal/images/python-logo-master-v3-TM.png
-	dh_auto_test
-	rm -vf $(CURDIR)/hovercraft/tests/test_data/images/python-logo-master-v3-TM.png
-	rm -vf $(CURDIR)/hovercraft/tests/test_data/maximal/images/python-logo-master-v3-TM.png
-
 override_dh_auto_install:
 	python3 setup.py install --root=debian/hovercraft --install-layout=deb --install-lib=/usr/share/hovercraft --install-scripts=/usr/share/hovercraft
 	# strip tests from binary, they're not running due to missing python-logo-master-v3-TM.png:




More information about the Python-apps-commits mailing list