[Python-modules-commits] r10297 - in packages/python-xlib/trunk/debian (3 files)

stew at users.alioth.debian.org stew at users.alioth.debian.org
Thu Nov 5 13:10:39 UTC 2009


    Date: Thursday, November 5, 2009 @ 13:10:28
  Author: stew
Revision: 10297

standards version to 3.8.3.  add ${misc:depends}

Modified:
  packages/python-xlib/trunk/debian/README.source
  packages/python-xlib/trunk/debian/changelog
  packages/python-xlib/trunk/debian/control

Modified: packages/python-xlib/trunk/debian/README.source
===================================================================
--- packages/python-xlib/trunk/debian/README.source	2009-11-05 12:41:01 UTC (rev 10296)
+++ packages/python-xlib/trunk/debian/README.source	2009-11-05 13:10:28 UTC (rev 10297)
@@ -3,3 +3,8 @@
 applied during the build.
 
 See /usr/share/doc/quilt/README.source for a detailed explanation.
+
+This source is taken from upstreams svn repository with upstream's
+broken debian/ directory removed
+
+Repository Root: https://python-xlib.svn.sourceforge.net/svnroot/python-xlib

Modified: packages/python-xlib/trunk/debian/changelog
===================================================================
--- packages/python-xlib/trunk/debian/changelog	2009-11-05 12:41:01 UTC (rev 10296)
+++ packages/python-xlib/trunk/debian/changelog	2009-11-05 13:10:28 UTC (rev 10297)
@@ -3,6 +3,8 @@
   [ Mike O'Connor ]
   * New upstream release
   * add debian/README.source
+  * add dependency on dpkg (>= 1.15.4) | install-info for install-info triggers
+  * add ${misc:depends}
 
   [ Daniel Watkins ]
   * Added patch to correct the mis-spelling of 'Rhomboid' in the examples.

Modified: packages/python-xlib/trunk/debian/control
===================================================================
--- packages/python-xlib/trunk/debian/control	2009-11-05 12:41:01 UTC (rev 10296)
+++ packages/python-xlib/trunk/debian/control	2009-11-05 13:10:28 UTC (rev 10297)
@@ -5,14 +5,14 @@
 Uploaders: Mike O'Connor <stew at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), quilt
 Build-Depends-Indep: python-support (>= 0.3), texlive, texinfo
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://python-xlib.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xlib/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-xlib/trunk/
 
 Package: python-xlib
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 Replaces: python2.3-xlib (<< 0.12-5.1), python2.4-xlib (<< 0.12-5.1), python-xlib-doc
 Conflicts: python2.3-xlib (<< 0.12-5.1), python2.4-xlib (<< 0.12-5.1), python-xlib-doc
 XB-Python-Version: ${python:Versions}




More information about the Python-modules-commits mailing list