summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-04-15 13:46:19 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-04-15 15:25:14 +0200
commite9cda30cd28ea3c4013952585652d0a7ea270228 (patch)
tree78703fbbf2615b1b3c7bb65fad8ebc878d1de9f3
parent4fc71d0fd9e55b379e224a41fcdfdbd24119c89d (diff)
downloadextra-dependencies-e9cda30cd28ea3c4013952585652d0a7ea270228.tar.gz
extra-dependencies-e9cda30cd28ea3c4013952585652d0a7ea270228.zip
imlib: Remove remaining 'register' instruction.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--debian/imlib/imlib-1.9.15/debian/changelog6
-rw-r--r--debian/imlib/imlib-1.9.15/debian/patches/remove-register-instruction.diff11
-rw-r--r--debian/imlib/imlib-1.9.15/debian/patches/series1
3 files changed, 18 insertions, 0 deletions
diff --git a/debian/imlib/imlib-1.9.15/debian/changelog b/debian/imlib/imlib-1.9.15/debian/changelog
index edfc265b..b2f9a72b 100644
--- a/debian/imlib/imlib-1.9.15/debian/changelog
+++ b/debian/imlib/imlib-1.9.15/debian/changelog
@@ -1,3 +1,9 @@
+imlib (1.9.15-23debian13.0.0+10~a) trixie; urgency=low
+
+ * Remove remaining 'register' instruction.
+
+ -- Slávek Banko <slavek.banko@axis.cz> Mon, 15 Apr 2024 13:44:31 +0200
+
imlib (1.9.15-23debian13.0.0+9~a) trixie; urgency=low
* Added detection of availability GNU variant of the basename.
diff --git a/debian/imlib/imlib-1.9.15/debian/patches/remove-register-instruction.diff b/debian/imlib/imlib-1.9.15/debian/patches/remove-register-instruction.diff
new file mode 100644
index 00000000..acfded4b
--- /dev/null
+++ b/debian/imlib/imlib-1.9.15/debian/patches/remove-register-instruction.diff
@@ -0,0 +1,11 @@
+--- a/Imlib/utils.c
++++ b/Imlib/utils.c
+@@ -455,7 +455,7 @@ void
+ Imlib_bevel_image(ImlibData *id, ImlibImage *im, ImlibBorder *bord,
+ unsigned char up)
+ {
+- register unsigned char *ptr;
++ unsigned char *ptr;
+ double v;
+ int x, y, xbound, ybound;
+
diff --git a/debian/imlib/imlib-1.9.15/debian/patches/series b/debian/imlib/imlib-1.9.15/debian/patches/series
index 3f214e7d..1364a26c 100644
--- a/debian/imlib/imlib-1.9.15/debian/patches/series
+++ b/debian/imlib/imlib-1.9.15/debian/patches/series
@@ -18,3 +18,4 @@ png1.6.diff
giflib5.1.diff
fix-potential-buffer-overflow.diff
check-gnu-basename.diff
+remove-register-instruction.diff