summaryrefslogtreecommitdiff
path: root/notepadpp/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/control')
-rw-r--r--notepadpp/debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/notepadpp/debian/control b/notepadpp/debian/control
index 3985f5e..01b2734 100644
--- a/notepadpp/debian/control
+++ b/notepadpp/debian/control
@@ -2,7 +2,7 @@ Source: notepadpp
Section: editors
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=12~)
+Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.1.4
Homepage: https://notepad-plus-plus.org/
@@ -18,7 +18,7 @@ Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
wine | wine-staging | winehq | winehq-staging | wine-stable,
- notepadpp-common
+ notepadpp-common (>= ${binary:Version})
Provides: notepadpp, x-editor
Description: editor from a non-free OS
The 32-bit release, which also includes TextFX
@@ -28,7 +28,7 @@ Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
wine64 | wine-staging | winehq | winehq-staging | wine-stable,
- notepadpp-common
+ notepadpp-common (>= ${binary:Version})
Provides: notepadpp, x-editor
Description: editor from a non-free OS
The 64-bit release
bgstack15