[Pkg-haskell-commits] darcs: haskell-language-c: Use standard substvars

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


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

    M ./changelog +1
    M ./control -24 +23

Sun Dec 21 12:23:55 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-language-c/changelog new-haskell-language-c/changelog
--- old-haskell-language-c/changelog	2014-12-22 14:29:04.817300703 +0000
+++ new-haskell-language-c/changelog	2014-12-22 14:29:04.825300708 +0000
@@ -2,6 +2,7 @@
 
   * Adjust watch file to new hackage layout
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:20:53 +0200
 
diff -rN -u old-haskell-language-c/control new-haskell-language-c/control
--- old-haskell-language-c/control	2014-12-22 14:29:04.817300703 +0000
+++ new-haskell-language-c/control	2014-12-22 14:29:04.825300708 +0000
@@ -18,45 +18,44 @@
 Homepage: http://hackage.haskell.org/package/language-c
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-c
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-language-c
+X-Description: Haskell library for the analysis and generation of C code
+ Language C is a haskell library for the analysis and generation of C code. It
+ features a complete, well tested parser and pretty printer for all of C99 and
+ a large set of GNU extensions.
 
-Package: libghc-language-c-dev
+Package: libghc-foo-dev
 Architecture: any
 Depends: ${haskell:Depends}
- , ${misc:Depends}
-Suggests: libghc-language-c-doc (= ${source:Version})
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library for the analysis and generation of C code${haskell:ShortBlurb}
- .
- Language C is a haskell library for the analysis and generation of C code. It
- features a complete, well tested parser and pretty printer for all of C99 and
- a large set of GNU extensions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
-Package: libghc-language-c-prof
+Package: libghc-foo-prof
 Architecture: any
-Depends: libghc-language-c-dev (= ${binary:Version})
- , ${haskell:Depends}
- , ${misc:Depends}
-Suggests: haskell-language-c-doc (= ${source:Version})
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for Haskell Library.C module${haskell:ShortBlurb}
- .
- Language C is a haskell library for the analysis and generation of C code. It
- features a complete, well tested parser and pretty printer for all of C99 and
- a large set of GNU extensions.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
-Package: libghc-language-c-doc
+Package: libghc-foo-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
-Description: Documentation for Haskell Library.C module${haskell:ShortBlurb}
- .
- Language C is a haskell library for the analysis and generation of C code. It
- features a complete, well tested parser and pretty printer for all of C99 and
- a large set of GNU extensions.
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list