summaryrefslogtreecommitdiff
path: root/scite/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-13 13:32:25 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-13 13:32:25 +0000
commitc7680b77118df075f6ac4ebfd2c62a6226224c11 (patch)
tree3024a22f41a97cfe85be3979da233bf88f96482a /scite/debian/control
parentMerge branch 'newmoon-bump' into 'master' (diff)
parentscite: fix dsc version (diff)
downloadstackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.tar.gz
stackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.tar.bz2
stackrpms-c7680b77118df075f6ac4ebfd2c62a6226224c11.zip
Merge branch 'scite-bump' into 'master'
scite 5.2.4 See merge request bgstack15/stackrpms!309
Diffstat (limited to 'scite/debian/control')
-rw-r--r--scite/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/scite/debian/control b/scite/debian/control
index 682ad5e..6171004 100644
--- a/scite/debian/control
+++ b/scite/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
libgtk-3-dev,
libglib2.0-dev,
liblua5.4-dev
-Standards-Version: 4.6.0.1
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian/scite
Vcs-Git: https://salsa.debian.org/debian/scite.git
Homepage: https://scintilla.org/SciTE.html
bgstack15