[Python-modules-commits] r32818 - in packages/pysvn/trunk/debian (changelog rules)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Mon Jun 1 02:35:29 UTC 2015


    Date: Monday, June 1, 2015 @ 02:35:26
  Author: noahfx-guest
Revision: 32818

d/rules: Removed override_dh_installdocs 

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

Modified: packages/pysvn/trunk/debian/changelog
===================================================================
--- packages/pysvn/trunk/debian/changelog	2015-05-31 21:11:26 UTC (rev 32817)
+++ packages/pysvn/trunk/debian/changelog	2015-06-01 02:35:26 UTC (rev 32818)
@@ -1,16 +1,18 @@
-pysvn (1.7.10-1) UNRELEASED; urgency=medium
+pysvn (1.7.10-1) unstable; urgency=medium
 
   * New upstream release:
      - debian/patches/* updated to be compatible with new upstream release.
   * debian/control:
-     - Updated dependencies versions.
+     - Updated dependencies version.
      - set Standards-Version: 3.9.6 no changes required.
   * debian/copyright:
      - Updated BSD license tag name to BSD-4-clause.
-     - Paragraphs redordered.
+     - Paragraphs reordered.
   * Added Python 3 version of the package.
+  * debian/rules: Removed override_dh_installdocs in order to avoid
+    documentation conflicts between the Python 3 and Python 2 package.
 
- -- Josue Ortega <josueortega at debian.org.gt>  Sun, 22 Feb 2015 11:26:41 -0600
+ -- Josue Ortega <josueortega at debian.org.gt>  Sun, 31 May 2015 11:26:41 -0600
 
 pysvn (1.7.8-1) unstable; urgency=low
 

Modified: packages/pysvn/trunk/debian/rules
===================================================================
--- packages/pysvn/trunk/debian/rules	2015-05-31 21:11:26 UTC (rev 32817)
+++ packages/pysvn/trunk/debian/rules	2015-06-01 02:35:26 UTC (rev 32818)
@@ -65,6 +65,3 @@
 
 override_dh_strip:
 	dh_strip --dbg-package=python-svn-dbg
-
-override_dh_installdocs:
-	dh_installdocs --link-doc=python-svn




More information about the Python-modules-commits mailing list