summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-08-13 22:55:48 -0400
committerClint Adams <clint@debian.org>2017-08-13 22:55:48 -0400
commit7a29e9ee6ba3011f6adfb1fd3c7e964238e139b4 (patch)
tree5475e4650583b5d08b0cad8956d050cd75ff30b9
parent478018c6d7899ac24434d34f51dd1436f973ab3e (diff)
downloadDHG_packages-7a29e9ee6ba3011f6adfb1fd3c7e964238e139b4.tar.gz
pandoc-types: factor out package descriptions
-rw-r--r--p/haskell-pandoc-types/debian/changelog6
-rw-r--r--p/haskell-pandoc-types/debian/control28
2 files changed, 18 insertions, 16 deletions
diff --git a/p/haskell-pandoc-types/debian/changelog b/p/haskell-pandoc-types/debian/changelog
index 13f6f4c0f..1904d63c2 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@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 840a0d6a9..d3c09ce21 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}