[Python-apps-commits] r12955 - in packages/httpbin/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Thu Mar 17 07:11:31 UTC 2016


    Date: Thursday, March 17, 2016 @ 07:11:30
  Author: danstender-guest
Revision: 12955

deb/rules: added empty overrides for dh_auto_build and test

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

Modified: packages/httpbin/trunk/debian/changelog
===================================================================
--- packages/httpbin/trunk/debian/changelog	2016-03-17 07:09:36 UTC (rev 12954)
+++ packages/httpbin/trunk/debian/changelog	2016-03-17 07:11:30 UTC (rev 12955)
@@ -8,8 +8,9 @@
     + added Vcs-Svn and Vcs-Browser.
     + bumped needed python-gevent version.
   * deb/copyright: updated.
+  * deb/rules: added empty overrides for dh_auto_build and test.
 
- -- Daniel Stender <stender at debian.org>  Thu, 17 Mar 2016 08:02:23 +0100
+ -- Daniel Stender <stender at debian.org>  Thu, 17 Mar 2016 08:10:31 +0100
 
 httpbin (0.4.0+dfsg-1) unstable; urgency=medium
 

Modified: packages/httpbin/trunk/debian/rules
===================================================================
--- packages/httpbin/trunk/debian/rules	2016-03-17 07:09:36 UTC (rev 12954)
+++ packages/httpbin/trunk/debian/rules	2016-03-17 07:11:30 UTC (rev 12955)
@@ -5,6 +5,10 @@
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_auto_build:
+
+override_dh_auto_test:
+
 override_dh_installdocs:
 	pandoc -f rst -t plain -o .pybuild/README README.rst
 	dh_installdocs .pybuild/README




More information about the Python-apps-commits mailing list