~ubuntu-branches/debian/sid/libopenraw/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-08-18 11:36:32 UTC
  • Revision ID: james.westby@ubuntu.com-20100818113632-l0xc1bc2ydcuds0i
Tags: 0.0.8-2
* debian/control:
  - updated my email address
  - DMUA removed
  - Sarah J. Fortune added as co-maintainer (Closes: #530244)
  - Build-Depends change: libjpeg62-dev → libjpeg-dev
  - Standards-Version bumped to 3.9.1
    + debian/libopenraw-dev.install, debian/libopenrawgnome-dev.install:
      don't install *.la files anymore (§10.2)
  - remove Build-Depends on quilt
  - Build-Depend on debhelper >= 7.0.50~
* debian/copyright: updated copyright years for debian/*
* debian/patches/02-fix_support_for_ORF_and_PEF.patch added,
  cherry-picked from upstream's git (see comment) (Closes: #569788)
* debian/source/format: using 3.0 (quilt)
* debian/rules:
  - removed quilt machinery
  - use full dh7 power :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libopenraw
2
2
Section: libs
3
3
Priority: optional
4
 
Maintainer: David Paleino <d.paleino@gmail.com>
5
 
DM-Upload-Allowed: yes
6
 
Build-Depends: debhelper (>= 7),
7
 
 autotools-dev,
8
 
 libglib2.0-dev (>= 2.0.0),
9
 
 libboost-test-dev (>= 1.33.1),
10
 
 libjpeg62-dev,
11
 
 libxml2-dev (>= 2.5.0),
12
 
 libgtk2.0-dev (>= 2.0.0),
13
 
 quilt
14
 
Standards-Version: 3.8.1
 
4
Maintainer: David Paleino <dapal@debian.org>
 
5
Uploaders: Sarah J. Fortune <sarah.fortune@gmail.com>
 
6
Build-Depends:
 
7
 debhelper (>= 7.0.50~)
 
8
 , autotools-dev
 
9
 , libglib2.0-dev (>= 2.0.0)
 
10
 , libboost-test-dev (>= 1.33.1)
 
11
 , libjpeg-dev
 
12
 , libxml2-dev (>= 2.5.0)
 
13
 , libgtk2.0-dev (>= 2.0.0)
 
14
Standards-Version: 3.9.1
15
15
Homepage: http://libopenraw.freedesktop.org/
16
16
Vcs-Git: git://git.debian.org/git/collab-maint/libopenraw.git
17
17
Vcs-Browser: http://git.debian.org/?p=collab-maint/libopenraw.git
19
19
Package: libopenraw-dev
20
20
Section: libdevel
21
21
Architecture: any
22
 
Depends: libopenraw1 (= ${binary:Version}),
23
 
 ${misc:Depends}
 
22
Depends:
 
23
 libopenraw1 (= ${binary:Version})
 
24
 , ${misc:Depends}
24
25
Description: free implementation for RAW decoding - development files
25
26
 libopenraw is an ongoing project to provide a free software implementation for
26
27
 camera RAW files decoding. One of the main reason is that dcraw is not suited
34
35
 
35
36
Package: libopenraw1
36
37
Architecture: any
37
 
Depends: ${shlibs:Depends},
38
 
 ${misc:Depends}
 
38
Depends:
 
39
 ${shlibs:Depends}
 
40
 , ${misc:Depends}
39
41
Description: free implementation for RAW decoding
40
42
 libopenraw is an ongoing project to provide a free software implementation for
41
43
 camera RAW files decoding. One of the main reason is that dcraw is not suited
48
50
Package: libopenraw1-dbg
49
51
Priority: extra
50
52
Architecture: any
51
 
Depends: libopenraw1 (= ${binary:Version}),
52
 
 ${misc:Depends}
 
53
Depends:
 
54
 libopenraw1 (= ${binary:Version})
 
55
 , ${misc:Depends}
53
56
Section: debug
54
57
Description: debugging symbols for libopenraw
55
58
 libopenraw is an ongoing project to provide a free software implementation for
64
67
 
65
68
Package: libopenrawgnome1
66
69
Architecture: any
67
 
Depends: ${shlibs:Depends},
68
 
 ${misc:Depends},
69
 
 libopenraw1 (= ${binary:Version})
 
70
Depends:
 
71
 ${shlibs:Depends}
 
72
 , ${misc:Depends}
 
73
 , libopenraw1 (= ${binary:Version})
70
74
Description: free implementation for RAW decoding (GNOME integration)
71
75
 libopenraw is an ongoing project to provide a free software implementation for
72
76
 camera RAW files decoding. One of the main reason is that dcraw is not suited
81
85
Package: libopenrawgnome-dev
82
86
Section: libdevel
83
87
Architecture: any
84
 
Depends: libopenraw-dev (= ${binary:Version}),
85
 
 libopenrawgnome1 (= ${binary:Version}),
86
 
 ${misc:Depends}
 
88
Depends:
 
89
 libopenraw-dev (= ${binary:Version})
 
90
 , libopenrawgnome1 (= ${binary:Version})
 
91
 , ${misc:Depends}
87
92
Description: GNOME integration for libopenraw - development files
88
93
 libopenraw is an ongoing project to provide a free software implementation for
89
94
 camera RAW files decoding. One of the main reason is that dcraw is not suited
98
103
Package: libopenrawgnome1-dbg
99
104
Priority: extra
100
105
Architecture: any
101
 
Depends: libopenrawgnome1 (= ${binary:Version}),
102
 
 ${misc:Depends}
 
106
Depends:
 
107
 libopenrawgnome1 (= ${binary:Version})
 
108
 , ${misc:Depends}
103
109
Section: debug
104
110
Description: debugging symbols for libopenrawgnome
105
111
 libopenraw is an ongoing project to provide a free software implementation for