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

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


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

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

Fri May 24 09:12:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4e5d5aeac38649f7d772ce42bd65b53d
diff -rN -u old-haskell-curl//changelog new-haskell-curl//changelog
--- old-haskell-curl//changelog	2013-05-24 09:21:39.257552364 +0000
+++ new-haskell-curl//changelog	2013-05-24 09:21:39.257552364 +0000
@@ -1,6 +1,7 @@
 haskell-curl (1.3.8-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:10 +0200
 
diff -rN -u old-haskell-curl//control new-haskell-curl//control
--- old-haskell-curl//control	2013-05-24 09:21:39.251076343 +0000
+++ new-haskell-curl//control	2013-05-24 09:21:39.257552364 +0000
@@ -7,7 +7,7 @@
  dpkg-dev (>= 1.13.19),
  debhelper (>= 9),
  cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  ghc,
  ghc-prof,
  libcurl4-gnutls-dev
@@ -22,7 +22,7 @@
 Depends: libcurl4-gnutls-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC libraries for the libcurl Haskell bindings
+Description: GHC libraries for the libcurl Haskell bindings${haskell:ShortBlurb}
  .
  libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
  HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
@@ -30,14 +30,14 @@
  proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
  Kerberos4), file transfer resume, http proxy tunneling and more!
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-curl-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for the libcurl Haskell bindings
+Description: Profiling libraries for the libcurl Haskell bindings${haskell:ShortBlurb}
  .
  libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
  HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
@@ -45,7 +45,7 @@
  proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
  Kerberos4), file transfer resume, http proxy tunneling and more!
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-curl-doc
 Section: doc
@@ -53,7 +53,7 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: doc-base, ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for the libcurl Haskell bindings
+Description: Documentation for the libcurl Haskell bindings${haskell:ShortBlurb}
  .
  libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
  HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
@@ -61,4 +61,4 @@
  proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
  Kerberos4), file transfer resume, http proxy tunneling and more!
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list