summaryrefslogtreecommitdiff
path: root/notepadpp/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-10 12:32:15 +0000
committerB Stack <bgstack15@gmail.com>2020-12-10 12:32:15 +0000
commit7f8e0bea37d62efc66f19a567c54c45d144697da (patch)
tree5b49666a42853bf38298368550c0936951e35c7b /notepadpp/debian/control
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentnotepadpp 7.9.1 (diff)
downloadstackrpms-7f8e0bea37d62efc66f19a567c54c45d144697da.tar.gz
stackrpms-7f8e0bea37d62efc66f19a567c54c45d144697da.tar.bz2
stackrpms-7f8e0bea37d62efc66f19a567c54c45d144697da.zip
Merge branch 'notepadpp-bump' into 'master'
notepadpp 7.9.1 See merge request bgstack15/stackrpms!208
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