[Pkg-haskell-commits] darcs: haskell-diff: Use X-Descriptions and blurbs to avoid duplication

KAction at gnu.org KAction at gnu.org
Sat Jun 27 17:39:20 UTC 2015


Sat Jun 27 17:35:39 UTC 2015  KAction at gnu.org
  * Use X-Descriptions and blurbs to avoid duplication

    M ./changelog +1
    M ./control -28 +17

Sat Jun 27 17:35:39 UTC 2015  KAction at gnu.org
  * Use X-Descriptions and blurbs to avoid duplication
diff -rN -u old-haskell-diff/changelog new-haskell-diff/changelog
--- old-haskell-diff/changelog	2015-06-27 17:39:20.045584358 +0000
+++ new-haskell-diff/changelog	2015-06-27 17:39:20.049584358 +0000
@@ -2,6 +2,7 @@
 
   * New upstream release
   * Reformat debian/changelog according to dep5
+  * Use X-Descriptions and blurbs to avoid duplication
 
  -- Dmitry Bogatov <KAction at gnu.org>  Sat, 27 Jun 2015 20:05:51 +0300
 
diff -rN -u old-haskell-diff/control new-haskell-diff/control
--- old-haskell-diff/control	2015-06-27 17:39:20.045584358 +0000
+++ new-haskell-diff/control	2015-06-27 17:39:20.045584358 +0000
@@ -16,6 +16,14 @@
 Homepage: http://hackage.haskell.org/package/Diff
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diff
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diff
+X-Description: GHC libraries for the Haskell O(ND) diff algorithm library
+ This is a Haskell library providing an implementation of the O(ND) diff
+ algorithm described in "An O(ND) Difference Algorithm and Its Variations"
+ (1986) by Eugene W. Myers. It is O(mn) in space.
+ .
+ Whilst the algorithm is the same one used by standared Unix diff, the
+ assumption is that users of this library will want to diff over interesting
+ things or perform interesting tasks with the results.
 
 Package: libghc-diff-dev
 Architecture: any
@@ -25,16 +33,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC libraries for the Haskell O(ND) diff algorithm library
- This is a Haskell library providing an implementation of the O(ND) diff
- algorithm described in "An O(ND) Difference Algorithm and Its Variations"
- (1986) by Eugene W. Myers. It is O(mn) in space.
- .
- Whilst the algorithm is the same one used by standared Unix diff, the
- assumption is that users of this library will want to diff over interesting
- things or perform interesting tasks with the results.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-diff-prof
 Architecture: any
@@ -44,17 +46,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC profiling libraries for the Haskell O(ND) diff algorithm library
- This is a Haskell library providing an implementation of the O(ND) diff
- algorithm described in "An O(ND) Difference Algorithm and Its Variations"
- (1986) by Eugene W. Myers. It is O(mn) in space.
- .
- Whilst the algorithm is the same one used by standared Unix diff, the
- assumption is that users of this library will want to diff over interesting
- things or perform interesting tasks with the results.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains additional GHC profiling libraries which can be used with
- libghc-diff-dev
+ ${haskell:Blurb}
 
 Package: libghc-diff-doc
 Section: doc
@@ -62,13 +57,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: GHC libraries for the Haskell O(ND) diff algorithm library (documentation)
- This is a Haskell library providing an implementation of the O(ND) diff
- algorithm described in "An O(ND) Difference Algorithm and Its Variations"
- (1986) by Eugene W. Myers. It is O(mn) in space.
- .
- Whilst the algorithm is the same one used by standared Unix diff, the
- assumption is that users of this library will want to diff over interesting
- things or perform interesting tasks with the results.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains library documentation.
+ ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list