summaryrefslogtreecommitdiff
path: root/scite/debian/changelog
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/changelog
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/changelog')
-rw-r--r--scite/debian/changelog16
1 files changed, 14 insertions, 2 deletions
diff --git a/scite/debian/changelog b/scite/debian/changelog
index fc5ebf7..2d1bd24 100644
--- a/scite/debian/changelog
+++ b/scite/debian/changelog
@@ -1,9 +1,21 @@
-scite (5.2.3-1+devuan) obs; urgency=medium
+scite (5.2.4-1+devuan) unstable; urgency=medium
* Add stackrpms lua script and customized global.properties
* Use lua 5.4.4
- -- B. Stack <bgstack15@gmail.com> Tue, 31 May 2022 10:31:51 -0400
+ -- B. Stack <bgstack15@gmail.com> Mon, 11 Jul 2022 14:53:34 -0400
+
+scite (5.2.4-1) unstable; urgency=medium
+
+ * New upstream version 5.2.4
+ * Upgrade Standards Version to 4.6.1 (No changes required)
+ * Make sure in clean targets that we use GTK3 flag to avoid warnings
+ * Add lintian source override for source-is-missing tags
+ * Use square brackets in lintian override
+ * Fix spelling-error-in-binary override order
+ * Update copyright years for Debian packaging
+
+ -- Andreas Rönnquist <gusnan@debian.org> Sun, 10 Jul 2022 19:18:17 +0200
scite (5.2.3-1) unstable; urgency=medium
bgstack15