[Pkg-haskell-commits] darcs: haskell-sandi: Use standard substvars

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 14:57:02 UTC 2014


Sun Dec 21 21:30:14 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars

    M ./changelog +1
    M ./control -15 +19

Sun Dec 21 21:30:14 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-sandi/changelog new-haskell-sandi/changelog
--- old-haskell-sandi/changelog	2014-12-22 14:57:02.850408647 +0000
+++ new-haskell-sandi/changelog	2014-12-22 14:57:02.854408649 +0000
@@ -2,6 +2,7 @@
 
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:03:35 +0100
 
diff -rN -u old-haskell-sandi/control new-haskell-sandi/control
--- old-haskell-sandi/control	2014-12-22 14:57:02.850408647 +0000
+++ new-haskell-sandi/control	2014-12-22 14:57:02.850408647 +0000
@@ -26,40 +26,44 @@
 Homepage: http://hackage.haskell.org/package/sandi
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-sandi
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-sandi
+X-Description: A Haskell library of data encoders and decoders
+ Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
+ Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
+ uuencode, xxencode, and yEncoding.
 
 Package: libghc-sandi-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: A Haskell library of data encoders and decoders${haskell:ShortBlurb}
- Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
- Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
- uuencode, xxencode, and yEncoding.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-sandi-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for sandi encoders and decoders${haskell:ShortBlurb}
- Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
- Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
- uuencode, xxencode, and yEncoding.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-sandi-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for sandi encoders and decoders${haskell:ShortBlurb}
- Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
- Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
- uuencode, xxencode, and yEncoding.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list