~ubuntu-branches/debian/jessie/sqlheavy/jessie

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): John Paul Adrian Glaubitz
  • Date: 2014-07-01 14:27:43 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140701142743-tqa615a9eik120mv
Tags: 0.1.1-2.1
* Non-maintainer upload.
* Upload to unstable.
  - the fixed install path for the vapi files in version 0.1.1-2
    is required for the reverse dependencies of sqlheavy to build
* Update Standards-Version to 3.9.5:
  - drop obsolete DM-Upload-Allowed field from debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: libs
3
3
Priority: optional
4
4
Maintainer: Devid Antonio Filoni <d.filoni@ubuntu.com>
5
 
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, valac-0.16 (>= 0.16.0),
 
5
Build-Depends: debhelper (>= 9.20120417), autotools-dev, valac-0.16 (>= 0.16.0),
6
6
 libvala-0.16-dev (>= 0.16.0), vala-0.16-doc, libglib2.0-dev (>= 2.22.0),
7
 
 libgtk2.0-dev (>= 2.24), libsqlite3-dev (>= 3.6.23.1)
8
 
DM-Upload-Allowed: yes
9
 
Standards-Version: 3.9.3
 
7
 libgtk2.0-dev (>= 2.24), libsqlite3-dev (>= 3.6.23.1), dh-exec (>= 0.3)
 
8
Standards-Version: 3.9.5
10
9
Homepage: http://code.google.com/p/sqlheavy/
11
10
 
12
11
Package: libsqlheavy0.1-0
13
12
Architecture: any
 
13
Pre-Depends: multiarch-support
 
14
Multi-Arch: same
14
15
Depends: ${shlibs:Depends}, ${misc:Depends}
15
16
Description: GObject wrapper for SQLite
16
17
 SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
23
24
Package: libsqlheavy-dev
24
25
Section: libdevel
25
26
Architecture: any
 
27
Multi-Arch: same
26
28
Depends: ${misc:Depends}, libsqlheavy0.1-0 (= ${binary:Version}),
27
29
 libglib2.0-dev (>= 2.22.0), libsqlite3-dev (>= 3.6.23.1)
28
30
Description: GObject wrapper for SQLite (development files)
35
37
 
36
38
Package: libsqlheavygtk0.1-0
37
39
Architecture: any
 
40
Pre-Depends: multiarch-support
 
41
Multi-Arch: same
38
42
Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlheavy0.1-0
39
43
 (= ${binary:Version})
40
44
Description: SQLHeavy GTK+ integration library
49
53
Package: libsqlheavygtk-dev
50
54
Section: libdevel
51
55
Architecture: any
 
56
Multi-Arch: same
52
57
Depends: ${misc:Depends}, libsqlheavygtk0.1-0 (= ${binary:Version}),
53
58
 libsqlheavy-dev (= ${binary:Version})
54
59
Description: SQLHeavy GTK+ integration library (development files)
62
67
 
63
68
Package: sqlheavy-utils
64
69
Architecture: any
 
70
Multi-Arch: foreign
65
71
Depends: libsqlheavy0.1-0 (= ${binary:Version}), ${shlibs:Depends},
66
72
 ${misc:Depends} 
67
73
Description: GObject wrapper for SQLite (binaries)
76
82
Section: debug
77
83
Architecture: any
78
84
Priority: extra
 
85
Multi-Arch: same
79
86
Depends: libsqlheavy0.1-0 (= ${binary:Version}), libsqlheavygtk0.1-0
80
87
 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
81
88
Description: GObject wrapper for SQLite (debugging symbols)
84
91
 a very nice C interface and GObject Introspection support, and may be
85
92
 easier to use from other languages than the standard SQLite interface.
86
93
 .
87
 
 This package contains debugging symbols.
 
94
 This package contains debugging symbols.
 
 
b'\\ No newline at end of file'