[Python-modules-commits] r28683 - in packages/pysvn/trunk/debian (6 files)

noahfx-guest at users.alioth.debian.org noahfx-guest at users.alioth.debian.org
Mon Apr 28 00:40:42 UTC 2014


    Date: Monday, April 28, 2014 @ 00:40:41
  Author: noahfx-guest
Revision: 28683

debian/rules: added override_dh_installdocs; Removes dbg maint scripts

Modified:
  packages/pysvn/trunk/debian/changelog
  packages/pysvn/trunk/debian/control
  packages/pysvn/trunk/debian/python-svn-dbg.postinst
  packages/pysvn/trunk/debian/python-svn-dbg.postrm
  packages/pysvn/trunk/debian/python-svn-dbg.preinst
  packages/pysvn/trunk/debian/rules

Modified: packages/pysvn/trunk/debian/changelog
===================================================================
--- packages/pysvn/trunk/debian/changelog	2014-04-27 10:48:57 UTC (rev 28682)
+++ packages/pysvn/trunk/debian/changelog	2014-04-28 00:40:41 UTC (rev 28683)
@@ -4,10 +4,10 @@
   * Buildsystem changed to pybuild
   * debian/source/options adds extend-diff-ignore to ignore changes
     made during compilation to upstream code.
-  * Maintainer scripts added for python-svn-dbg (Closes: #736300).
-  * debian/copyright fix issues with dep-5.
+  * debian/rules override_dh_installdocs added (Closes: #736300).
+  * debian/copyright fixed issues with dep-5.
   * debian/control:
-     - adds new description to the dbg package.
+     - added new description to the dbg package.
      - set Standards-Version: 3.9.5 no changes required.
 
  -- Josue Ortega <josueortega at debian.org.gt>  Mon, 14 Apr 2014 12:18:08 -0600

Modified: packages/pysvn/trunk/debian/control
===================================================================
--- packages/pysvn/trunk/debian/control	2014-04-27 10:48:57 UTC (rev 28682)
+++ packages/pysvn/trunk/debian/control	2014-04-28 00:40:41 UTC (rev 28683)
@@ -32,7 +32,8 @@
 Depends: python-svn (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
 Provides: python-pysvn
 Description: A(nother) Python interface to Subversion (debug extension)
- Debug extension for pysvn.
  The pysvn module is a Python interface to the Subversion version
  control system.  This API exposes client interfaces for managing a
  working copy, querying a repository, and synchronizing the two.
+ .
+ This package contains the debugging symbols for giblib1.
\ No newline at end of file

Modified: packages/pysvn/trunk/debian/python-svn-dbg.postinst
===================================================================
--- packages/pysvn/trunk/debian/python-svn-dbg.postinst	2014-04-27 10:48:57 UTC (rev 28682)
+++ packages/pysvn/trunk/debian/python-svn-dbg.postinst	2014-04-28 00:40:41 UTC (rev 28683)
@@ -1,3 +0,0 @@
-dpkg-maintscript-helper  symlink_to_dir /usr/share/doc/python-svn-dbg \
-python-svn 1.7.5-1~ python-svn-dgb -- "$@"
-#DEBHELPER#
\ No newline at end of file

Modified: packages/pysvn/trunk/debian/python-svn-dbg.postrm
===================================================================
--- packages/pysvn/trunk/debian/python-svn-dbg.postrm	2014-04-27 10:48:57 UTC (rev 28682)
+++ packages/pysvn/trunk/debian/python-svn-dbg.postrm	2014-04-28 00:40:41 UTC (rev 28683)
@@ -1,3 +0,0 @@
-dpkg-maintscript-helper  symlink_to_dir /usr/share/doc/python-svn-dbg \
-python-svn 1.7.5-1~ python-svn-dgb -- "$@"
-#DEBHELPER#
\ No newline at end of file

Modified: packages/pysvn/trunk/debian/python-svn-dbg.preinst
===================================================================
--- packages/pysvn/trunk/debian/python-svn-dbg.preinst	2014-04-27 10:48:57 UTC (rev 28682)
+++ packages/pysvn/trunk/debian/python-svn-dbg.preinst	2014-04-28 00:40:41 UTC (rev 28683)
@@ -1,3 +0,0 @@
-dpkg-maintscript-helper  symlink_to_dir /usr/share/doc/python-svn-dbg \
-python-svn 1.7.5-1~ python-svn-dgb -- "$@"
-#DEBHELPER#
\ No newline at end of file

Modified: packages/pysvn/trunk/debian/rules
===================================================================
--- packages/pysvn/trunk/debian/rules	2014-04-27 10:48:57 UTC (rev 28682)
+++ packages/pysvn/trunk/debian/rules	2014-04-28 00:40:41 UTC (rev 28683)
@@ -31,3 +31,6 @@
 
 override_dh_strip:
 	dh_strip --dbg-package=python-svn-dbg
+
+override_dh_installdocs:
+	dh_installdocs --link-doc=python-svn
\ No newline at end of file




More information about the Python-modules-commits mailing list