[Pkg-haskell-commits] darcs: haskell-debian: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:22:07 UTC 2013


Fri May 24 09:12:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d2b4ec5b5f50b4b8d299767900042ca1

    M ./changelog +1
    M ./control -16 +11

Fri May 24 09:12:01 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d2b4ec5b5f50b4b8d299767900042ca1
diff -rN -u old-haskell-debian//changelog new-haskell-debian//changelog
--- old-haskell-debian//changelog	2013-05-24 09:22:06.918483255 +0000
+++ new-haskell-debian//changelog	2013-05-24 09:22:06.918483255 +0000
@@ -1,6 +1,7 @@
 haskell-debian (3.70.1-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:53:17 +0200
 
diff -rN -u old-haskell-debian//control new-haskell-debian//control
--- old-haskell-debian//control	2013-05-24 09:22:06.903261014 +0000
+++ new-haskell-debian//control	2013-05-24 09:22:06.918483255 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-ansi-wl-pprint-dev
@@ -66,9 +66,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library for working with the Debian package system
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell library for working with the Debian package system${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library includes modules covering almost every aspect of the Debian
  packaging system, including low level data types such as version numbers
@@ -76,7 +75,7 @@
  installing build dependencies, building source and binary packages,
  and inserting them into a repository.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-debian-prof
 Architecture: any
@@ -86,10 +85,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling library for working with the Debian package system
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Profiling library for working with the Debian package system${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library includes modules covering almost every aspect of the Debian
  packaging system, including low level data types such as version numbers
@@ -97,7 +94,7 @@
  installing build dependencies, building source and binary packages,
  and inserting them into a repository.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-debian-doc
 Section: doc
@@ -105,10 +102,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for Debian package system library
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Documentation for Debian package system library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library includes modules covering almost every aspect of the Debian
  packaging system, including low level data types such as version numbers
@@ -116,14 +111,14 @@
  installing build dependencies, building source and binary packages,
  and inserting them into a repository.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}
 
 Package: haskell-debian-utils
 Section: devel
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: apt-file
-Description: Various helpers to work with Debian packages
+Description: Various helpers to work with Debian packages${haskell:ShortBlurb}
  This package contains tools shipped with the Haskell library “debian”:
  .
    * fakechanges:





More information about the Pkg-haskell-commits mailing list