[Python-modules-commits] r21749 - in packages/python-notify2/trunk/debian (changelog rules)

takluyver-guest at users.alioth.debian.org takluyver-guest at users.alioth.debian.org
Mon May 14 19:07:54 UTC 2012


    Date: Monday, May 14, 2012 @ 19:07:52
  Author: takluyver-guest
Revision: 21749

New upstream release

Modified:
  packages/python-notify2/trunk/debian/changelog
  packages/python-notify2/trunk/debian/rules

Modified: packages/python-notify2/trunk/debian/changelog
===================================================================
--- packages/python-notify2/trunk/debian/changelog	2012-05-14 18:52:19 UTC (rev 21748)
+++ packages/python-notify2/trunk/debian/changelog	2012-05-14 19:07:52 UTC (rev 21749)
@@ -1,4 +1,4 @@
-python-notify2 (0.1-1) unstable; urgency=low
+python-notify2 (0.3-1) unstable; urgency=low
 
   * Initial release (Closes: #672799)
 

Modified: packages/python-notify2/trunk/debian/rules
===================================================================
--- packages/python-notify2/trunk/debian/rules	2012-05-14 18:52:19 UTC (rev 21748)
+++ packages/python-notify2/trunk/debian/rules	2012-05-14 19:07:52 UTC (rev 21749)
@@ -16,13 +16,12 @@
 	Xvfb $(DISPLAY) -ac &
 	sleep 1
 	$(DISPLAYENV) /usr/lib/notification-daemon/notification-daemon &
-	sleep 2
+	sleep 1
 
 test-python%:
 	$(DISPLAYENV) python$* test_notify2.py
 
 override_dh_auto_test: test-env $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
-	killall Xvfb
 endif
 
 build-python%:




More information about the Python-modules-commits mailing list