Source: rust-notify-rust Version: 4.11.3-2 Severity: normal Tags: patch X-Debbugs-Cc: werdah...@debian.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, I intend to update image to 0.25 soon (available from experimental). I attached a patch facilitating this; will upload everything to unstable later this weekend. best, werdahias - -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.11.5-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: init LSM: AppArmor: enabled -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZy0vNRUcd2VyZGFoaWFz QGRlYmlhbi5vcmcACgkQ7L7btge5sr4xjQD/fBLvpalqF2YOmnMxTOZFXXb9dETM pqYYm9HWrb4e7yIA/2E/bUrQ/6R+IIFRWfDT97j7MfjdAIGKCGUoE6rQuA8H =A1JV -----END PGP SIGNATURE-----
diff --git a/debian/changelog b/debian/changelog index 2f50504..bef816e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-notify-rust (4.11.3-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Stop patching image + + -- Matthias Geiger <werdah...@debian.org> Thu, 07 Nov 2024 22:17:30 +0100 + rust-notify-rust (4.11.3-2) unstable; urgency=medium * fix provide major-versioned virtual package diff --git a/debian/patches/2001_image.patch b/debian/patches/2001_image.patch deleted file mode 100644 index 4ed7f0b..0000000 --- a/debian/patches/2001_image.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: accept older branch of crate image -Author: Jonas Smedegaard <d...@jones.dk> -Forwarded: not-needed -Last-Update: 2024-09-07 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -23,7 +23,7 @@ - [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] - dbus = { version = "0.9", optional = true } - lazy_static = { version = "1.5", optional = true } --image = { version = "0.25", optional = true } -+image = { version = ">= 0.24.7, <= 0.25", optional = true } - zbus = { version = "4", optional = true } - serde = { version = "1", optional = true } - log = "0.4" diff --git a/debian/patches/series b/debian/patches/series index 9a810c3..3740d8d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,5 @@ 2001_color-backtrace.patch 2001_env_logger.patch -2001_image.patch 2001_lazy_static.patch 2002_no_mac.patch 2002_no_windows.patch