]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Fix the lintian warning "description-too-long"
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 26 Aug 2018 09:49:25 +0000 (11:49 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 26 Aug 2018 11:06:53 +0000 (13:06 +0200)
src/libc/debian/changelog
src/libc/debian/debcargo.toml

index 8277b47d87922a9765935373c0fb488123962205..203c55cc7b1df57b8a36049c30f92b752bc2860f 100644 (file)
@@ -1,6 +1,7 @@
 rust-libc (0.2.43-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
   * Package libc 0.2.43 from crates.io using debcargo 2.2.6
+  * Fix the lintian warning "description-too-long"
 
  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 26 Aug 2018 11:43:15 +0200
 
index 62cc3f7b9515c545dbe7f46c49e504cc99502d6e..85f5498ed638627666a26e38388b9c6cdec0b0dd 100644 (file)
@@ -1 +1,5 @@
 overlay = "."
+
+# The auto-generated summary is too long.
+summary = "Types and bindings to native C functions often found in libc"
+