[Pkg-xfce-commits] [Git][xfce-team/desktop/thunar][debian/master] 3 commits: d/rules: Update B-D, libpcre3-dev → libpcre2-dev.
Unit 193 (@unit193)
gitlab at salsa.debian.org
Fri Nov 4 01:07:12 GMT 2022
Unit 193 pushed to branch debian/master at xfce / desktop / thunar
Commits:
966cfec3 by Unit 193 at 2022-11-03T18:58:12-04:00
d/rules: Update B-D, libpcre3-dev → libpcre2-dev.
Closes: #999942
- - - - -
9bf37a75 by Unit 193 at 2022-11-03T20:48:55-04:00
d/p/02_fix-pcre2-flags.patch: Properly include pcre2 CFLAGS and LDFLAGS.
- - - - -
b0bc48d3 by Unit 193 at 2022-11-03T20:57:16-04:00
Update changelog for release.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/02_fix-pcre2-flags.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,22 @@
+thunar (4.17.11-1) experimental; urgency=medium
+
+ * Team upload.
+
+ [ Unit 193 ]
+ * New upstream version 4.17.11.
+ - Add 'undo' support for the latest trash operation (Closes: #863498)
+ - Bulk renamer: Drop unmainted PCRE in favor of PCRE2 (Closes: #999942)
+ * d/rules: Update B-D, libpcre3-dev → libpcre2-dev. (Closes: #999942)
+ * d/p/02_fix-pcre2-flags.patch: Properly include pcre2 CFLAGS and LDFLAGS.
+
+ [ Akbarkhon Variskhanov ]
+ * Update upstream metadata
+ * d/rules:
+ - Use execute_after_dh_auto_install
+ - Install NEWS with dh_installchangelogs
+
+ -- Unit 193 <unit193 at debian.org> Thu, 03 Nov 2022 18:59:09 -0400
+
thunar (4.17.9-1) experimental; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
libgudev-1.0-dev [linux-any],
libjpeg-dev,
libnotify-dev,
- libpcre3-dev,
+ libpcre2-dev,
libtool,
libxfce4panel-2.0-dev,
libxfce4ui-2-dev (>= 4.17.6),
=====================================
debian/patches/02_fix-pcre2-flags.patch
=====================================
@@ -0,0 +1,24 @@
+Description: Properly include pcre2 CFLAGS and LDFLAGS.
+Author: Unit 193 <unit193 at debian.org>
+Forwarded: no
+
+--- thunar-4.17.11.orig/plugins/thunar-sbr/Makefile.am
++++ thunar-4.17.11/plugins/thunar-sbr/Makefile.am
+@@ -33,7 +33,7 @@ thunar_sbr_la_CFLAGS = \
+ $(EXIF_CFLAGS) \
+ $(EXO_CFLAGS) \
+ $(GLIB_CFLAGS) \
+- $(PCRE_CFLAGS) \
++ $(PCRE2_CFLAGS) \
+ $(PLATFORM_CFLAGS)
+
+ thunar_sbr_la_LDFLAGS = \
+@@ -49,7 +49,7 @@ thunar_sbr_la_LIBADD = \
+ $(EXIF_LIBS) \
+ $(EXO_LIBS) \
+ $(GLIB_LIBS) \
+- $(PCRE_LIBS)
++ $(PCRE2_LIBS)
+
+ thunar_sbr_la_DEPENDENCIES = \
+ $(top_builddir)/thunarx/libthunarx-$(THUNARX_VERSION_API).la
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
01_support-non-multiarch-modules.patch
+02_fix-pcre2-flags.patch
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/thunar/-/compare/35184b93f9b81758e4369b0ec0c53d01776ff4ff...b0bc48d3a6f6cdef849a5ade8fe2cd7351159853
--
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/thunar/-/compare/35184b93f9b81758e4369b0ec0c53d01776ff4ff...b0bc48d3a6f6cdef849a5ade8fe2cd7351159853
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20221104/82343097/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list