]> git.proxmox.com Git - debcargo-conf.git/commitdiff
grep-printer: Allow building against base64 0.10
authorXimin Luo <infinity0@debian.org>
Fri, 25 Jan 2019 16:29:53 +0000 (08:29 -0800)
committerXimin Luo <infinity0@debian.org>
Fri, 25 Jan 2019 16:29:53 +0000 (08:29 -0800)
src/grep-printer/debian/changelog
src/grep-printer/debian/copyright.debcargo.hint
src/grep-printer/debian/patches/relax-dep-versions.patch [new file with mode: 0644]
src/grep-printer/debian/patches/series [new file with mode: 0644]

index 09cb3ffae8ef36e187c528889d556cae83ddcf90..cc7ec75b9d69ce8855159ddc3b6f2982b40bf327 100644 (file)
@@ -1,3 +1,11 @@
+rust-grep-printer (0.1.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package grep-printer 0.1.1 from crates.io using debcargo 2.2.9
+  * Allow building against base64 0.10
+
+ -- Ximin Luo <infinity0@debian.org>  Fri, 25 Jan 2019 08:28:21 -0800
+
 rust-grep-printer (0.1.1-1) unstable; urgency=medium
 
   * Package grep-printer 0.1.1 from crates.io using debcargo 2.2.7
index d4460675a16455a3fa628d43cd5b3e5544f6b76a..b28b09030c1995052d502e24608a740e3b55ebbe 100644 (file)
@@ -21,8 +21,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 Sylvestre Ledru <sylvestre@debian.org>
+ 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
 License: Unlicense or MIT
 
 License: MIT
diff --git a/src/grep-printer/debian/patches/relax-dep-versions.patch b/src/grep-printer/debian/patches/relax-dep-versions.patch
new file mode 100644 (file)
index 0000000..8b7e2ce
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -22,7 +22,7 @@
+ license = "Unlicense/MIT"
+ repository = "https://github.com/BurntSushi/ripgrep"
+ [dependencies.base64]
+-version = "0.9.2"
++version = ">= 0.9.2, < 0.11"
+ optional = true
+ [dependencies.grep-matcher]
diff --git a/src/grep-printer/debian/patches/series b/src/grep-printer/debian/patches/series
new file mode 100644 (file)
index 0000000..3997fc3
--- /dev/null
@@ -0,0 +1 @@
+relax-dep-versions.patch