summaryrefslogtreecommitdiff
path: root/scite/debian
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian')
-rw-r--r--scite/debian/_service6
-rw-r--r--scite/debian/changelog10
-rw-r--r--scite/debian/conffiles1
-rw-r--r--scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch2
-rwxr-xr-xscite/debian/rules1
-rw-r--r--scite/debian/scite+stackrpms.dsc2
-rw-r--r--scite/debian/source/lintian-overrides1
7 files changed, 16 insertions, 7 deletions
diff --git a/scite/debian/_service b/scite/debian/_service
index df219e0..88ccb3e 100644
--- a/scite/debian/_service
+++ b/scite/debian/_service
@@ -4,7 +4,7 @@
<param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
<param name="subdir">scite/debian</param>
<param name="filename">debian</param>
- <param name="revision">scite-bump</param>
+ <param name="revision">master</param>
<param name="version">_none_</param>
</service>
<service name="recompress">
@@ -14,8 +14,8 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">www.scintilla.org</param>
- <param name="path">scite538.tgz</param>
- <param name="filename">scite_5.3.8.orig.tar.gz</param>
+ <param name="path">scite539.tgz</param>
+ <param name="filename">scite_5.3.9.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 d192004..42226e2 100644
--- a/scite/debian/changelog
+++ b/scite/debian/changelog
@@ -1,9 +1,15 @@
-scite (5.3.8-1+stackrpms) unstable; urgency=medium
+scite (5.3.9-1+stackrpms) unstable; urgency=medium
* Add stackrpms lua script and customized global.properties
* Use lua 5.4.4
- -- B. Stack <bgstack15@gmail.com> Tue, 03 Oct 2023 14:29:25 -0400
+ -- B. Stack <bgstack15@gmail.com> Thu, 16 Nov 2023 10:43:26 -0500
+
+scite (5.3.9-1) unstable; urgency=medium
+
+ * New upstream version 5.3.9
+
+ -- Andreas Rönnquist <gusnan@debian.org> Sun, 05 Nov 2023 01:29:57 +0100
scite (5.3.8-1) unstable; urgency=medium
diff --git a/scite/debian/conffiles b/scite/debian/conffiles
new file mode 100644
index 0000000..a3b97e3
--- /dev/null
+++ b/scite/debian/conffiles
@@ -0,0 +1 @@
+remove-on-upgrade /etc/scite/nimrod.properties
diff --git a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
index 29e40a0..1a69a2b 100644
--- a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
+++ b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch
@@ -32,7 +32,7 @@ Forwarded: not-needed
-# For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is.
-CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION))
-CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0)
-+# For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is.
++# stackrpms,3 For the Lua and Gnome desktop stuff to work, prefix must point to where Lua and Gnome thinks it is.
+CONFIGFLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION)) $(shell $(PKG_CONFIG) --cflags lua5.4)
+CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gthread-2.0 gmodule-no-export-2.0) $(shell $(PKG_CONFIG) --libs lua5.4)
gnomeprefix:=$(shell $(PKG_CONFIG) --variable=prefix $(GTK_VERSION) 2>/dev/null)
diff --git a/scite/debian/rules b/scite/debian/rules
index d879c47..03cda5e 100755
--- a/scite/debian/rules
+++ b/scite/debian/rules
@@ -43,6 +43,7 @@ override_dh_install:
mv -f $(CURDIR)/debian/scite/usr/share/scite/*.txt $(CURDIR)/debian/scite/usr/share/doc/scite/
mv -f $(CURDIR)/debian/scite/usr/share/scite/*.jpg $(CURDIR)/debian/scite/usr/share/doc/scite/
mv -f $(CURDIR)/debian/scite/usr/share/scite/*.png $(CURDIR)/debian/scite/usr/share/doc/scite/
+ @#stackrpms,3
cp -p debian/stackrpms.lua $(CURDIR)/debian/scite/usr/share/scite/
install -D -p -m0666 debian/SciTEGlobal.properties $(CURDIR)/debian/scite/etc/scite/
for f in $(CURDIR)/debian/scite/usr/share/doc/scite/*.html; do \
diff --git a/scite/debian/scite+stackrpms.dsc b/scite/debian/scite+stackrpms.dsc
index 100ac83..2317685 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: 5.3.8-1+stackrpms
+Version: 5.3.9-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://scintilla.org/SciTE.html
Standards-Version: 4.6.0.1
diff --git a/scite/debian/source/lintian-overrides b/scite/debian/source/lintian-overrides
index 2ba3a00..d5f64c4 100644
--- a/scite/debian/source/lintian-overrides
+++ b/scite/debian/source/lintian-overrides
@@ -2,6 +2,7 @@ scite source: source-is-missing [scintilla/doc/ScintillaDoc.html]
scite source: source-is-missing [scite/doc/PaneAPI.html]
scite source: source-is-missing [scite/doc/ScriptLexer.html]
scite source: source-is-missing [scintilla/doc/SciCoding.html]
+# stackrpms,4
national-encoding debian/SciTEGlobal.properties
invalid-field-for-derivative
invalid-devuan-version
bgstack15