[Python-modules-commits] r28166 - in packages/urwid/trunk/debian (changelog patches rules)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Wed Mar 12 05:47:34 UTC 2014


    Date: Wednesday, March 12, 2014 @ 05:47:33
  Author: vcheng
Revision: 28166

Update changelog location, and remove unnecessary patch

Modified:
  packages/urwid/trunk/debian/changelog
  packages/urwid/trunk/debian/rules
Deleted:
  packages/urwid/trunk/debian/patches/

Modified: packages/urwid/trunk/debian/changelog
===================================================================
--- packages/urwid/trunk/debian/changelog	2014-03-12 05:17:35 UTC (rev 28165)
+++ packages/urwid/trunk/debian/changelog	2014-03-12 05:47:33 UTC (rev 28166)
@@ -2,6 +2,8 @@
 
   * Team upload.
   * New upstream release. (Closes: #733828)
+    - Drop 001_fix_event_loop_arch_build_errors.patch, no longer seems to be
+      necessary for tests to pass.
   * Remove Gustavo Franco <stratus at debian.org> from Uploaders.
     (Closes: #729406)
   * Update Standards version to 3.9.5, no changes required.

Modified: packages/urwid/trunk/debian/rules
===================================================================
--- packages/urwid/trunk/debian/rules	2014-03-12 05:17:35 UTC (rev 28165)
+++ packages/urwid/trunk/debian/rules	2014-03-12 05:47:33 UTC (rev 28166)
@@ -4,7 +4,7 @@
 DEB_PYTHON_INSTALL_ARGS_ALL=--prefix=/usr --no-compile -O0 --install-layout=deb
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_INSTALL_CHANGELOGS_ALL=CHANGELOG
+DEB_INSTALL_CHANGELOGS_ALL=docs/changelog.rst
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 build/python-urwid:: build-docs-test-stamp




More information about the Python-modules-commits mailing list