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

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


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

    M ./changelog +1
    M ./control -8 +8

Fri May 24 09:12:02 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3706323108f2cc8cfc820af6a75085b3
diff -rN -u old-haskell-filestore//changelog new-haskell-filestore//changelog
--- old-haskell-filestore//changelog	2013-05-24 09:23:02.921536893 +0000
+++ new-haskell-filestore//changelog	2013-05-24 09:23:02.921536893 +0000
@@ -1,6 +1,7 @@
 haskell-filestore (0.6-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:31 +0200
 
diff -rN -u old-haskell-filestore//control new-haskell-filestore//control
--- old-haskell-filestore//control	2013-05-24 09:23:02.909535904 +0000
+++ new-haskell-filestore//control	2013-05-24 09:23:02.921536893 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -50,12 +50,12 @@
  ${haskell:Recommends},
  git-core | darcs (>= 2.3.0) | mercurial
 Provides: ${haskell:Provides}
-Description: Haskell interface for versioning file stores - GHC libraries
+Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
  The filestore library provides an abstract interface for a versioning
  file store, and modules that instantiate this interface. Currently Git,
  Darcs, and Mercurial modules are provided.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-filestore-prof
 Architecture: any
@@ -65,12 +65,12 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface for versioning file stores - GHC profiling libraries
+Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
  The filestore library provides an abstract interface for a versioning
  file store, and modules that instantiate this interface. Currently Git,
  Darcs, and Mercurial modules are provided.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-filestore-doc
 Section: doc
@@ -80,12 +80,12 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell interface for versioning file stores - documentation
+Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
  The filestore library provides an abstract interface for a versioning
  file store, and modules that instantiate this interface. Currently Git,
  Darcs, and Mercurial modules are provided.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}
 
 Package: libghc-filestore-data
 Architecture: all
@@ -94,7 +94,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell interface for versioning file stores - common files
+Description: Haskell interface for versioning file stores - common files${haskell:ShortBlurb}
  The filestore library provides an abstract interface for a versioning
  file store, and modules that instantiate this interface. Currently Git,
  Darcs, and Mercurial modules are provided.





More information about the Pkg-haskell-commits mailing list