~ubuntu-branches/ubuntu/wily/pyyaml/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-12-04 13:48:42 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111204134842-o0okih0gb4dbjcur
Tags: 3.10-2
* Remove python3-yaml-dbg find rule in debian/rules so python3 debug package
  is built correctly (Closes: #650950)
* Remove similar rule for python-yaml-dbg since it is not needed
* Fix short descriptions for debug packages so they are not the same as
  non-debug packages
* Also ship upstream changelog in python-yaml
* Add python3-yaml.docs to README/CHANGES are shipped in python3-yaml
* Bump standards version to 3.9.2 without further change

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
X-Python3-Version: >= 3.0
9
9
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/
10
10
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyyaml/trunk/
11
 
Standards-Version: 3.9.1
 
11
Standards-Version: 3.9.2
12
12
Homepage: http://pyyaml.org/
13
13
 
14
14
Package: python-yaml
26
26
Priority: extra
27
27
Architecture: any
28
28
Depends: python-yaml (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
29
 
Description: YAML parser and emitter for Python
 
29
Description: YAML parser and emitter for Python (debug build)
30
30
 Python-yaml is a complete YAML 1.1 parser and emitter for Python.  It can parse
31
31
 all examples from the specification. The parsing algorithm is simple enough to
32
32
 be a reference for YAML parser implementors. A simple extension API is also
48
48
Priority: extra
49
49
Architecture: any
50
50
Depends: python3-yaml (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
51
 
Description: YAML parser and emitter for Python3
 
51
Description: YAML parser and emitter for Python3 (debug build)
52
52
 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3.  It can
53
53
 parse all examples from the specification. The parsing algorithm is simple
54
54
 enough to be a reference for YAML parser implementors. A simple extension API