]> git.proxmox.com Git - debcargo-conf.git/commitdiff
onig-sys - relax dependency on bindgen.
authorPeter Michael Green <plugwash@debian.org>
Tue, 24 Aug 2021 17:31:47 +0000 (17:31 +0000)
committerPeter Michael Green <plugwash@debian.org>
Tue, 24 Aug 2021 17:31:47 +0000 (17:31 +0000)
src/onig-sys/debian/changelog
src/onig-sys/debian/copyright.debcargo.hint
src/onig-sys/debian/patches/bindgen-version.diff

index 1159ded26cf0282432f177abb78fa99bd846b86f..c269ec5d377f926a1a7a2e9d2a912590b839c1d9 100644 (file)
@@ -1,3 +1,11 @@
+rust-onig-sys (69.5.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package onig_sys 69.5.1 from crates.io using debcargo 2.4.4
+  * Relax dependency on bindgen.
+
+ -- Peter Michael Green <plugwash@debian.org>  Tue, 24 Aug 2021 17:30:44 +0000
+
 rust-onig-sys (69.5.1-2) unstable; urgency=medium
 
   * Team upload.
index 2c3e91f87dc3e8a88e3e15c203696a00b868f20e..5d2bef3737c02aa80042fb81f475db5a5793410e 100644 (file)
@@ -634,8 +634,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2020 Sylvestre Ledru <sylvestre@debian.org>
+ 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020-2021 Sylvestre Ledru <sylvestre@debian.org>
 License: MIT
 
 License: MIT
index 6996b048f7434ac93af0a30901b3919f3a7fcc7c..9ee4ba9a6915494050c831a512a2a12396224c15 100644 (file)
@@ -5,7 +5,8 @@ Index: onig-sys/Cargo.toml
 @@ -24,8 +24,8 @@ license = "MIT"
  repository = "http://github.com/iwillspeak/rust-onig"
  [build-dependencies.bindgen]
- version = "0.55"
+-version = "0.55"
++version = ">= 0.55, < 0.69"
 -features = ["runtime"]
 -optional = true
 +#features = ["runtime"]