~elementary-os/scratch/deb-packaging-code

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Cody Garver
  • Date: 2017-11-07 11:41:46 UTC
  • Revision ID: cody@elementary.io-20171107114146-hstuwlwgv1rtr8sv
Scratch to Code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: scratch-text-editor
 
1
Source: io.elementary.code
2
2
Section: editors
3
 
Maintainer: Sergey "Shnatsel" Davidoff <sergey@elementaryos.org>
 
3
Maintainer: Cody Garver <cody@elementary.io>
4
4
Build-Depends: cmake (>= 2.8),
5
5
               debhelper (>= 9),
6
6
               exuberant-ctags,
21
21
               valac (>= 0.34),
22
22
               valac (<< 0.39)
23
23
Standards-Version: 3.9.5
24
 
Homepage: http://launchpad.net/scratch
 
24
Homepage: https://github.com/elementary/code
25
25
 
26
 
Package: scratch-text-editor
 
26
Package: io.elementary.code
27
27
Architecture: any
28
28
Priority: optional
29
29
Depends: exuberant-ctags,
30
 
         libscratchcore0 (= ${binary:Version}),
 
30
         libcodecore0 (= ${binary:Version}),
31
31
         ${gir:Depends},
32
32
         ${misc:Depends},
33
33
         ${shlibs:Depends}
50
50
 syntax highlighting with nearly all programming, scripting, and markup
51
51
 languages.
52
52
 
53
 
Package: libscratchcore0
 
53
Package: libcodecore0
54
54
Architecture: any
55
55
Priority: optional
56
56
Section: libs
57
57
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
58
 
Breaks: scratch-text-editor (<= 2.0.1)
59
58
Description: text editor that works for you (shared library)
60
59
 Scratch is the text editor that works for you. It auto-saves your files,
61
60
 meaning they're always up-to-date. Plus it remembers your tabs so you never
77
76
 .
78
77
 This package contains the shared library used by Scratch plugins.
79
78
 
80
 
Package: libscratchcore-dev
 
79
Package: libcodecore-dev
81
80
Architecture: any
82
81
Priority: optional
83
82
Section: libdevel
84
 
Depends: libscratchcore0 (= ${binary:Version}),
 
83
Depends: libcodecore0 (= ${binary:Version}),
85
84
         ${gir:Depends},
86
85
         ${misc:Depends},
87
86
         ${shlibs:Depends}
88
 
Breaks: scratch-text-editor (<= 2.0.1)
89
87
Description: text editor that works for you (plugin development files)
90
88
 Scratch is the text editor that works for you. It auto-saves your files,
91
89
 meaning they're always up-to-date. Plus it remembers your tabs so you never
107
105
 .
108
106
 This package contains the development headers for writing Scratch plugins.
109
107
 
110
 
Package: scratch-text-editor-dbg
 
108
Package: io.elementary.code-dbg
111
109
Architecture: any
112
110
Section: debug
113
111
Priority: extra
114
 
Depends: scratch-text-editor (= ${binary:Version}), ${misc:Depends}
 
112
Depends: io.elementary.code (= ${binary:Version}), ${misc:Depends}
115
113
Description: text editor that works for you (debugging symbols)
116
114
 Scratch is the text editor that works for you. It auto-saves your files,
117
115
 meaning they're always up-to-date. Plus it remembers your tabs so you never
131
129
 syntax highlighting with nearly all programming, scripting, and markup
132
130
 languages.
133
131
 .
134
 
 This package contains debugging symbols for scratch-text-editor.
 
132
 This package contains debugging symbols for io.elementary.code.