NMU to experimental (debian/1.26.1-1.1)
This commit is contained in:
parent
acfbb8badd
commit
42ae8325d3
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
caja-extensions (1.26.1-1.1) experimental; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Add debian/patches/caja-extensions-gupnp-1.6.patch
|
||||
* Change gupnp build-dep to 1.6 (Closes: #1022007)
|
||||
|
||||
-- Andreas Henriksson <andreas@fatal.se> Fri, 28 Oct 2022 23:11:55 +0200
|
||||
|
||||
caja-extensions (1.26.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libdbus-glib-1-dev,
|
||||
libdconf-dev,
|
||||
libgtk-3-dev,
|
||||
libgupnp-1.2-dev,
|
||||
libgupnp-1.6-dev,
|
||||
libmate-desktop-dev (>= 1.18),
|
||||
libstartup-notification0-dev,
|
||||
libxml2-utils,
|
||||
|
13
debian/patches/caja-extensions-gupnp-1.6.patch
vendored
Normal file
13
debian/patches/caja-extensions-gupnp-1.6.patch
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
Origin: https://github.com/mate-desktop/caja-extensions/issues/110#issuecomment-1115036764
|
||||
|
||||
--- a/configure.ac 2022-10-28 23:09:15.335956924 +0200
|
||||
+++ b/configure.ac 2022-10-28 23:08:33.190650398 +0200
|
||||
@@ -211,6 +211,8 @@
|
||||
fi
|
||||
;;
|
||||
upnp)
|
||||
+ PKG_CHECK_MODULES(UPNP, gupnp-1.6 >= $GUPNP_REQUIRED,
|
||||
+ enable_upnp=yes AC_DEFINE([HAS_GUPNP_VERSION_1_2], 1, ["Version is at least 1.2"]), enable_upnp=no)
|
||||
PKG_CHECK_MODULES(UPNP, gupnp-1.2 >= $GUPNP_REQUIRED,
|
||||
enable_upnp=yes AC_DEFINE([HAS_GUPNP_VERSION_1_2], 1, ["Version is at least 1.2"]), enable_upnp=no)
|
||||
PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED,
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1,3 @@
|
||||
2001_support-icedove-in-caja-sendto.patch
|
||||
1001_pkg-config-macro-not-cross-compilation-safe.patch
|
||||
caja-extensions-gupnp-1.6.patch
|
||||
|
Loading…
Reference in New Issue
Block a user