~bennabiy/+junk/python-xlib

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura, Ramkumar Ramachandra, Andrew Shadura
  • Date: 2015-08-13 08:14:19 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20150813081419-hdefinnghp2iydkx
Tags: 0.14+20091101-3
[ Ramkumar Ramachandra ]
* Remove useless debugging output (Closes: #565996)

[ Andrew Shadura ]
* Switch to 3.0 (quilt) format.
* Rename patches.
* Use debhelper 9 in its short form.
* Use pybuild.
* Bump Standards-Version.
* Don't build or install PostScript documentation and info files.
* Use system-provided texi2html instead of a shipped version
  (Closes: #795057).
* Update debian/copyright (Closes: #795057).
* Don't install Makefile or texi2html with the documentation.
* Set executable bit for examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
 
Build-Depends: debhelper (>= 5.0.37.2), python-all (>= 2.3.5-11), python3-all, quilt
6
 
Build-Depends-Indep: texlive-latex-base, texinfo
7
 
Standards-Version: 3.8.3
 
5
Build-Depends: debhelper (>= 9),
 
6
               dh-python,
 
7
               python-all (>= 2.6.6-3),
 
8
               python-setuptools (>= 0.6.24),
 
9
               python3-all,
 
10
               python3-setuptools (>= 0.6.24),
 
11
               texi2html
 
12
Standards-Version: 3.9.6
8
13
Homepage: http://python-xlib.sourceforge.net/
9
14
Vcs-Git: git://anonscm.debian.org/collab-maint/python-xlib.git
10
15
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/python-xlib.git
13
18
 
14
19
Package: python-xlib
15
20
Architecture: all
16
 
Depends: ${python:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 
21
Depends: ${misc:Depends}, ${python:Depends}
 
22
Provides: ${python:Provides}
17
23
Description: interface for Python to the X11 protocol
18
24
 python-xlib is a 100% pure Python implementation of the X11
19
25
 protocol. It currently implements client-side X11R6 fully, supports
23
29
 
24
30
Package: python3-xlib
25
31
Architecture: all
26
 
Depends: ${python3:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 
32
Depends: ${misc:Depends}, ${python3:Depends}
27
33
Description: interface for Python 3 to the X11 protocol
28
34
 python-xlib is a 100% pure Python 3 implementation of the X11
29
35
 protocol. It currently implements client-side X11R6 fully, supports