summaryrefslogtreecommitdiff
path: root/notepadpp/debian/control
blob: 01b2734fe4add8d1a87fa17c136da1badb09a407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: notepadpp
Section: editors
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.1.4
Homepage: https://notepad-plus-plus.org/

Package: notepadpp-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: common elements for notepadpp
 Basic components that are arch-independent.

Package: notepadpp-bin32
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
	wine | wine-staging | winehq | winehq-staging | wine-stable,
   notepadpp-common (>= ${binary:Version})
Provides: notepadpp, x-editor
Description: editor from a non-free OS
 The 32-bit release, which also includes TextFX

Package: notepadpp-bin64
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
	wine64 | wine-staging | winehq | winehq-staging | wine-stable,
   notepadpp-common (>= ${binary:Version})
Provides: notepadpp, x-editor
Description: editor from a non-free OS
 The 64-bit release
bgstack15