]> git.proxmox.com Git - debcargo-conf.git/commitdiff
gtk3-macros - remove unused dependency on heck.
authorPeter Michael Green <plugwash@debian.org>
Thu, 14 Apr 2022 07:55:24 +0000 (07:55 +0000)
committerPeter Michael Green <plugwash@debian.org>
Thu, 14 Apr 2022 18:14:04 +0000 (18:14 +0000)
src/gtk3-macros/debian/changelog
src/gtk3-macros/debian/copyright.debcargo.hint
src/gtk3-macros/debian/patches/remove-heck.diff [new file with mode: 0644]
src/gtk3-macros/debian/patches/series [new file with mode: 0644]

index a098c7f1e514146ffb6dd03588a5d726449d40f5..996f049f52fd4b32c1ef90c422732059485dcb76 100644 (file)
@@ -1,3 +1,10 @@
+rust-gtk3-macros (0.14.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package gtk3-macros 0.14.0 from crates.io using debcargo 2.5.0
+
+ -- Peter Michael Green <plugwash@debian.org>  Thu, 14 Apr 2022 07:50:19 +0000
+
 rust-gtk3-macros (0.14.0-1) unstable; urgency=medium
 
   * Package gtk3-macros 0.14.0 from crates.io using debcargo 2.4.4
index 2c70b3a9aa63925fbb7244d2c70c8147186bea7a..3280d91cba31dc87709cfc5af85954c0d80d477e 100644 (file)
@@ -14,8 +14,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2021 Henry-Nicolas Tourneur <debian@nilux.be>
+ 2021-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2021-2022 Henry-Nicolas Tourneur <debian@nilux.be>
 License: MIT
 
 License: MIT
diff --git a/src/gtk3-macros/debian/patches/remove-heck.diff b/src/gtk3-macros/debian/patches/remove-heck.diff
new file mode 100644 (file)
index 0000000..57ce13d
--- /dev/null
@@ -0,0 +1,19 @@
+Remove unused dependency on heck.
+
+Upstream removed this in
+https://github.com/gtk-rs/gtk3-rs/commit/b74649ac901b284ac619ff40f8a16723fa72f653
+
+Index: gtk3-macros/Cargo.toml
+===================================================================
+--- gtk3-macros.orig/Cargo.toml
++++ gtk3-macros/Cargo.toml
+@@ -29,9 +29,6 @@ proc-macro = true
+ [dependencies.anyhow]
+ version = "1.0"
+-[dependencies.heck]
+-version = "0.3"
+-
+ [dependencies.proc-macro-crate]
+ version = "1.0"
diff --git a/src/gtk3-macros/debian/patches/series b/src/gtk3-macros/debian/patches/series
new file mode 100644 (file)
index 0000000..7992bdc
--- /dev/null
@@ -0,0 +1 @@
+remove-heck.diff