diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-09 14:04:21 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-09 14:04:21 -0500 |
commit | a02d5e35ccc421dc6e0a1e9f71548b4ce8c29e22 (patch) | |
tree | 58d25ae4ebd13b4f6bc79558b6f9e616ebaf93b7 | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
download | stackrpms-a02d5e35ccc421dc6e0a1e9f71548b4ce8c29e22.tar.gz stackrpms-a02d5e35ccc421dc6e0a1e9f71548b4ce8c29e22.tar.bz2 stackrpms-a02d5e35ccc421dc6e0a1e9f71548b4ce8c29e22.zip |
fix #30
-rw-r--r-- | scite/debian/SciTEGlobal.properties | 3 | ||||
-rw-r--r-- | scite/debian/changelog | 8 | ||||
-rw-r--r-- | scite/debian/scite+devuan.dsc | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/scite/debian/SciTEGlobal.properties b/scite/debian/SciTEGlobal.properties index 073a6e6..219e1dc 100644 --- a/scite/debian/SciTEGlobal.properties +++ b/scite/debian/SciTEGlobal.properties @@ -49,7 +49,8 @@ statusbar.visible=1 #magnification=-1 #output.magnification=-1 -change.history=3 +#change.history=3 +change.history=0 #~ indicator.reverted.to.origin.insertion=style:squiggle,colour:#40A0BF #~ indicator.reverted.to.origin.deletion=style:point,colour:#40A0BF #~ indicator.saved.insertion=style:squiggle,colour:#60A060 diff --git a/scite/debian/changelog b/scite/debian/changelog index 29c844c..4072cdd 100644 --- a/scite/debian/changelog +++ b/scite/debian/changelog @@ -1,3 +1,11 @@ +scite (5.3.2-2+stackrpms) unstable; urgency=low + + * [dpkg] + * update scite globalproperties + * use stackrpms name now + + -- B. Stack <bgstack15@gmail.com> Mon, 09 Jan 2023 13:43:02 -0500 + scite (5.3.2-1+devuan) unstable; urgency=medium * Add stackrpms lua script and customized global.properties diff --git a/scite/debian/scite+devuan.dsc b/scite/debian/scite+devuan.dsc index f97f871..44433a5 100644 --- a/scite/debian/scite+devuan.dsc +++ b/scite/debian/scite+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: scite Binary: scite Architecture: any -Version: 5.3.2-1+devuan +Version: 5.3.2-2+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://scintilla.org/SciTE.html Standards-Version: 4.6.0.1 |