]> git.proxmox.com Git - debcargo-conf.git/commitdiff
update the version of cbindgen
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 20 Oct 2018 07:49:55 +0000 (09:49 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 20 Oct 2018 07:49:55 +0000 (09:49 +0200)
src/cbindgen/debian/changelog
src/grcov/debian/debcargo.toml

index 5283e518c30a4e3e7dba6c5858788284ee8501ec..b60eaf99e7e69f4be2f9a9d640b14355cd13a99c 100644 (file)
@@ -1,6 +1,6 @@
-rust-cbindgen (0.6.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+rust-cbindgen (0.6.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
-  * Package cbindgen 0.6.4 from crates.io using debcargo 2.2.7
+  * Package cbindgen 0.6.6 from crates.io using debcargo 2.2.8
     (Closes: #908312)
 
- -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 11 Oct 2018 08:46:02 +0200
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 20 Oct 2018 09:49:40 +0200
index d4f56dad95adf0e7883fabceb51814133b25ebcf..57d1a1f2b31e265c5af14cf504c47fd3be7348cc 100644 (file)
@@ -1,2 +1,29 @@
 overlay = "."
 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
+
+[source]
+section = "utils"
+build_depends = ["dh-exec"]
+
+[packages.bin]
+summary = "collects and aggregates code coverage information for multiple source files"
+
+description = """
+While it does not seek to mirror all of find's powerful functionality,
+fd provides sensible (opinionated) defaults for 80% of the use cases.
+
+Features:
+
+ * Convenient syntax: ‘fd PATTERN’ instead of ‘find -iname '*PATTERN*'’.
+ * Colorized terminal output (similar to ls).
+ * It's fast, often faster than find.
+ * Smart case.
+ * Ignores hidden directories and files, by default.
+ * Ignores patterns from your .gitignore, by default.
+ * Regular expressions.
+ * Unicode-awareness.
+ * Parallel command execution with a syntax similar to GNU Parallel.
+
+ Please note: the executable and the associated manpage were renamed
+ from ‘fd’ to ‘fdfind’ because of a file name clash.
+"""