summaryrefslogtreecommitdiff
path: root/notepadpp/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-04 09:14:00 -0500
committerB Stack <bgstack15@gmail.com>2020-12-04 09:14:00 -0500
commitd18aa5097e94e7998fcbd6f29cad10eca64f01a0 (patch)
tree3ac2dbe637b546f72d06d2d07b03346d12e8f6a6 /notepadpp/debian/control
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-d18aa5097e94e7998fcbd6f29cad10eca64f01a0.tar.gz
stackrpms-d18aa5097e94e7998fcbd6f29cad10eca64f01a0.tar.bz2
stackrpms-d18aa5097e94e7998fcbd6f29cad10eca64f01a0.zip
notepadpp 7.9.1
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