[DHG_packages] 04/06: readline: improve d/control

Sean Whitton spw-guest at moszumanska.debian.org
Sat Oct 1 21:08:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 91b797b81d06514bfbe3e1df718d4da4ba5db123
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sat Oct 1 13:50:11 2016 -0700

    readline: improve d/control
---
 p/haskell-readline/debian/changelog |  2 ++
 p/haskell-readline/debian/control   | 19 ++++++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/p/haskell-readline/debian/changelog b/p/haskell-readline/debian/changelog
index 00c574e..58a82e2 100644
--- a/p/haskell-readline/debian/changelog
+++ b/p/haskell-readline/debian/changelog
@@ -6,6 +6,8 @@ haskell-readline (1.0.3.0-5) UNRELEASED; urgency=medium
   * Update Vcs-* fields.
   * Bump debhelper compat & build-dep to 10.
   * Bump standards version to 3.9.8; no changes required.
+  * Use X-Description in d/control to factor out description text.
+  * Rewrite description.
 
  -- Sean Whitton <spwhitton at spwhitton.name>  Sat, 01 Oct 2016 13:10:35 -0700
 
diff --git a/p/haskell-readline/debian/control b/p/haskell-readline/debian/control
index a7cc49c..15c74f9 100644
--- a/p/haskell-readline/debian/control
+++ b/p/haskell-readline/debian/control
@@ -15,6 +15,10 @@ Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/readline
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-readline
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Haskell bindings to GNU readline library
+ This package provides Haskell bindings to the GNU readline library.
+ See https://directory.fsf.org/wiki/Readline for more information on
+ GNU readline.
 
 Package: libghc-readline-dev
 Architecture: any
@@ -26,9 +30,8 @@ Depends: ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Interface to the GNU readline library${haskell:ShortBlurb}
- It is an interface to the GNU readline library.  More information on
- readline can be found at http://www.gnu.org/directory/readline.html.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -39,9 +42,8 @@ Depends: ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Interface to the GNU readline library${haskell:ShortBlurb}
- It is an interface to the GNU readline library.  More information on
- readline can be found at http://www.gnu.org/directory/readline.html.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -51,8 +53,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Interface to the GNU readline library${haskell:ShortBlurb}
- It is an interface to the GNU readline library.  More information on
- readline can be found at http://www.gnu.org/directory/readline.html.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list