diff options
author | B. Stack <bgstack15@gmail.com> | 2024-12-31 10:15:11 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-12-31 10:15:11 -0500 |
commit | f5045bf024ed8960ad97f924ebe5c16312175216 (patch) | |
tree | 4f6c2466404ad5d791b38fd4b25bf7dff372b551 /scite | |
parent | oh, use 3.0.0 patch (diff) | |
download | stackrpms-f5045bf024ed8960ad97f924ebe5c16312175216.tar.gz stackrpms-f5045bf024ed8960ad97f924ebe5c16312175216.tar.bz2 stackrpms-f5045bf024ed8960ad97f924ebe5c16312175216.zip |
scite 5.5.4
Diffstat (limited to 'scite')
-rw-r--r-- | scite/debian/_service | 4 | ||||
-rw-r--r-- | scite/debian/changelog | 11 | ||||
-rw-r--r-- | scite/debian/salsa-ci.yml | 3 | ||||
-rw-r--r-- | scite/debian/scite+stackrpms.dsc | 2 |
4 files changed, 15 insertions, 5 deletions
diff --git a/scite/debian/_service b/scite/debian/_service index f600c50..fea2d74 100644 --- a/scite/debian/_service +++ b/scite/debian/_service @@ -14,8 +14,8 @@ <service name="download_url"> <param name="protocol">https</param> <param name="host">www.scintilla.org</param> - <param name="path">scite553.tgz</param> - <param name="filename">scite_5.5.3.orig.tar.gz</param> + <param name="path">scite554.tgz</param> + <param name="filename">scite_5.5.4.orig.tar.gz</param> </service> <service name="extract_file"> <param name="archive">*.tar.xz</param> diff --git a/scite/debian/changelog b/scite/debian/changelog index bccaf72..ebd8831 100644 --- a/scite/debian/changelog +++ b/scite/debian/changelog @@ -1,10 +1,17 @@ -scite (1:5.5.3-100+stackrpms) unstable; urgency=medium +scite (1:5.5.4-100+stackrpms) unstable; urgency=medium * Add stackrpms lua script and customized global.properties * Use lua 5.4.4 * Add epoch so stackrpms scite always has precedence over base package - -- B. Stack <bgstack15@gmail.com> Mon, 21 Oct 2024 09:13:57 -0400 + -- B. Stack <bgstack15@gmail.com> Tue, 31 Dec 2024 10:05:14 -0500 + +scite (5.5.4-1) unstable; urgency=medium + + * New upstream version 5.5.4 + * Add salsa-ci.yml + + -- Andreas Rönnquist <gusnan@debian.org> Wed, 18 Dec 2024 00:06:09 +0100 scite (5.5.3-1) unstable; urgency=medium diff --git a/scite/debian/salsa-ci.yml b/scite/debian/salsa-ci.yml new file mode 100644 index 0000000..8424db4 --- /dev/null +++ b/scite/debian/salsa-ci.yml @@ -0,0 +1,3 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml diff --git a/scite/debian/scite+stackrpms.dsc b/scite/debian/scite+stackrpms.dsc index 7eda094..df5ce7a 100644 --- a/scite/debian/scite+stackrpms.dsc +++ b/scite/debian/scite+stackrpms.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: scite Binary: scite Architecture: any -Version: 1:5.5.3-100+stackrpms +Version: 1:5.5.4-100+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://scintilla.org/SciTE.html Standards-Version: 4.7.0 |