[Python-apps-commits] r12851 - 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:40:04 UTC 2016


    Date: Monday, February 29, 2016 @ 18:40:03
  Author: danstender-guest
Revision: 12851

deb/rules: added empty override for dh_auto_build

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:22:20 UTC (rev 12850)
+++ packages/hovercraft/trunk/debian/changelog	2016-02-29 18:40:03 UTC (rev 12851)
@@ -10,6 +10,7 @@
     + dropped Files-Excluded (targets removed upstream).
     + updated email address and copyright span.
   * deb/rules:
+    + added empty override for dh_auto_build.
     + dropped override for dh_auto_test (hack not needed anymore).
     + dropped check for nodocs in DEB_BUILD_OPTIONS (obsolete).
     + changed an info line.
@@ -17,7 +18,7 @@
     + dropped fix-for-dfsg.diff (applied upstream).
     + updated improve-docs.diff.
 
- -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 19:20:55 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 19:36:55 +0100
 
 hovercraft (2.0+dfsg-1) unstable; urgency=low
 

Modified: packages/hovercraft/trunk/debian/rules
===================================================================
--- packages/hovercraft/trunk/debian/rules	2016-02-29 18:22:20 UTC (rev 12850)
+++ packages/hovercraft/trunk/debian/rules	2016-02-29 18:40:03 UTC (rev 12851)
@@ -8,6 +8,8 @@
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
+override_dh_auto_build:
+
 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




More information about the Python-apps-commits mailing list