[DHG_packages] 01/01: pandoc-types: factor out package descriptions

Clint Adams clint at moszumanska.debian.org
Mon Aug 14 02:56:41 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 7a29e9ee6ba3011f6adfb1fd3c7e964238e139b4
Author: Clint Adams <clint at debian.org>
Date:   Sun Aug 13 22:55:48 2017 -0400

    pandoc-types: factor out package descriptions
---
 p/haskell-pandoc-types/debian/changelog |  6 ++++++
 p/haskell-pandoc-types/debian/control   | 28 ++++++++++++----------------
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/p/haskell-pandoc-types/debian/changelog b/p/haskell-pandoc-types/debian/changelog
index 13f6f4c..1904d63 100644
--- a/p/haskell-pandoc-types/debian/changelog
+++ b/p/haskell-pandoc-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pandoc-types (1.17.0.5-2) unstable; urgency=medium
+
+  * Factor out package descriptions.
+
+ -- Clint Adams <clint at debian.org>  Sun, 13 Aug 2017 22:55:34 -0400
+
 haskell-pandoc-types (1.17.0.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-pandoc-types/debian/control b/p/haskell-pandoc-types/debian/control
index 840a0d6..d3c09ce 100644
--- a/p/haskell-pandoc-types/debian/control
+++ b/p/haskell-pandoc-types/debian/control
@@ -23,10 +23,15 @@ Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,
  libghc-aeson-doc,
  libghc-syb-doc,
-Standards-Version: 4.0.0
+Standards-Version: 4.0.1
 Homepage: http://johnmacfarlane.net/pandoc
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-pandoc-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Haskell data types to represent structured documents
+ This package ships the data types used by package Pandoc to internally
+ represent structured documents. They've been split off from the main
+ Pandoc package, so that other packages can use them without drawing in
+ all the of Pandoc dependencies.
 
 Package: libghc-pandoc-types-dev
 Architecture: any
@@ -40,11 +45,8 @@ Suggests:
  ${haskell:Suggests},
 Provides:
  ${haskell:Provides},
-Description: Haskell data types to represent structured documents${haskell:ShortBlurb}
- This package ships the data types used by package Pandoc to internally
- represent structured documents. They've been split off from the main
- Pandoc package, so that other packages can use them without drawing in
- all the of Pandoc dependencies.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -59,11 +61,8 @@ Suggests:
  ${haskell:Suggests},
 Provides:
  ${haskell:Provides},
-Description: Haskell data types to represent structured documents${haskell:ShortBlurb}
- This package ships the data types used by package Pandoc to internally
- represent structured documents. They've been split off from the main
- Pandoc package, so that other packages can use them without drawing in
- all the of Pandoc dependencies.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -77,10 +76,7 @@ Recommends:
  ${haskell:Recommends},
 Suggests:
  ${haskell:Suggests},
-Description: Haskell data types to represent structured documents${haskell:ShortBlurb}
- This package ships the data types used by package Pandoc to internally
- represent structured documents. They've been split off from the main
- Pandoc package, so that other packages can use them without drawing in
- all the of Pandoc dependencies.
+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