Source: rust-subtile Version: 0.1.9-1 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 convenience patch facilitating this; will upload image later this weekend once everything is in place. 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+DpcW7svtu2B7myvgUCZy0zUxUcd2VyZGFoaWFz QGRlYmlhbi5vcmcACgkQ7L7btge5sr6Y2QEArDlNF3waB+ZTYu1/9lORnugI+DJ9 RC5Z8Oic3ArWduABANF+Gd5y6sTfE0tVtQ+jCO18uZM8DdkFxGN3eqjWGPAA =EshW -----END PGP SIGNATURE-----
diff --git a/debian/changelog b/debian/changelog index 483abf7..ecae4d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-subtile (0.1.9-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Stop patching image + + -- Matthias Geiger <werdah...@debian.org> Thu, 07 Nov 2024 22:35:26 +0100 + rust-subtile (0.1.9-1) unstable; urgency=medium [ upstream ] diff --git a/debian/patches/2001_image.patch b/debian/patches/2001_image.patch deleted file mode 100644 index 16dc338..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-04-12 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -64,7 +64,7 @@ - - [dependencies] - cast = "0.3" --image = { version = "0.25", default-features = false, features = ["png"] } -+image = { version = ">= 0.24, <= 0.25", default-features = false, features = ["png"] } - log = "0.4" - nom = "7.1" - once_cell = "1.19" diff --git a/debian/patches/series b/debian/patches/series index e7251ac..96a5c82 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ 1001_include_fixtures.patch 2001_env_logger.patch -2001_image.patch 2001_profiling.patch