~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-03-04 23:55:10 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100304235510-3v6lbhzwrgm0pcca
Tags: 0.8.2-1
* QA upload.
* New upstream release
* debian/control
  - set maintainer to QA group
  - set Homepage field, removing the URL from packages description
  - bump versioned b-d-i on python-support, to properly support Python module
  - replace b-d on python-all-dev with python-all, since building only
    arch:all packages
  - replace Source-Version substvar with source:Version
  - add ${misc:Depends} to binary packages Depends
* debian/watch
  - updated to use the SourceForge redirector; thanks to Raphael Geissert for
    the report and to Dario Minnucci for the patch; Closes: #449904
* debian/{pythoncard-doc, python-pythoncard}.install
  - use wildcards instead of site-packages to fix build with python 2.6;
    thanks to Ilya Barygin for the report and patch; Closes: #572332
* debian/pythoncard-doc.doc-base
  - set section to Programmin/Python
* debian/pythoncard-tools.menu
  - set menu main section to Applications
* debian/pythoncard-tools.postinst
  - removed, needed only to update the menu, but it's now created by debhelper

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: pythoncard
2
2
Section: devel
3
3
Priority: optional
4
 
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.5.4)
5
 
Build-Depends-Indep: python-support (>= 0.3)
6
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
7
 
XSBC-Original-Maintainer: Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>
 
4
Build-Depends: debhelper (>= 5.0.37.2), python-all (>= 2.5.4)
 
5
Build-Depends-Indep: python-support (>= 1.0.0)
 
6
Maintainer: Debian QA Group <packages@qa.debian.org>
8
7
Standards-Version: 3.7.2
9
8
XS-Python-Version: all
 
9
Homepage: http://pythoncard.sourceforge.net/
10
10
 
11
11
Package: pythoncard
12
12
Architecture: all
13
13
Section: devel
14
 
Depends: python-pythoncard (= ${Source-Version}), pythoncard-tools (= ${Source-Version}), pythoncard-doc (= ${Source-Version})
 
14
Depends: python-pythoncard (= ${source:Version}), pythoncard-tools (= ${source:Version}), pythoncard-doc (= ${source:Version}), ${misc:Depends}
15
15
Description: wxPython-based GUI construction framework (meta-package)
16
16
 PythonCard is a GUI construction framework for building cross-platform desktop
17
17
 applications on Windows, Mac OS X, and Linux, using the Python language.  It
23
23
 that rely on PythonCard functionality should consider depending on one or more
24
24
 of the related packages (python-pythoncard, pythoncard-tools) as needed instead
25
25
 of this meta-package.
26
 
 .
27
 
 http://pythoncard.sourceforge.net/
28
26
 
29
27
Package: pythoncard-tools
30
28
Architecture: all
31
29
Section: devel
32
 
Depends: python-pythoncard (= ${Source-Version})
 
30
Depends: python-pythoncard (= ${source:Version}), ${misc:Depends}
33
31
Provides: ${python:Provides}
34
32
XB-Python-Version: ${python:Versions}
35
33
Description: wxPython-based GUI construction framework (optional development tools)
44
42
 out as a separate package since only developers will need access to the tools
45
43
 directly - packages which depend on PythonCard will just import the tool
46
44
 modules and use what they need.
47
 
 .
48
 
 http://pythoncard.sourceforge.net/
49
45
 
50
46
Package: pythoncard-doc
51
47
Architecture: all
52
48
Section: doc
 
49
Depends: ${misc:Depends}
53
50
Description: wxPython-based GUI construction framework (documentation and samples)
54
51
 PythonCard is a GUI construction framework for building cross-platform desktop
55
52
 applications on Windows, Mac OS X, and Linux, using the Python language.  It
58
55
 .
59
56
 This package provides all of the developer documentation and samples
60
57
 associated with the upstream package.
61
 
 .
62
 
 http://pythoncard.sourceforge.net/
63
58
 
64
59
Package: python-pythoncard
65
60
Architecture: all
66
61
Section: python
67
 
Depends: ${python:Depends}, python-wxgtk2.6
 
62
Depends: ${python:Depends}, python-wxgtk2.6, ${misc:Depends}
68
63
Provides: ${python:Provides}
69
64
Replaces: python2.3-pythoncard (<< 0.8.1-6)
70
65
Conflicts: python2.3-pythoncard (<< 0.8.1-6)
78
73
 .
79
74
 This package includes the PythonCard Python package and all of its associated
80
75
 Python modules.
81
 
 .
82
 
 http://pythoncard.sourceforge.net/
83