[Pkg-haskell-commits] darcs: haskell-pointed: Use standard substvars
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 14:49:00 UTC 2014
Sun Dec 21 21:29:06 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Use standard substvars
M ./changelog +1
M ./control -9 +17
Sun Dec 21 21:29:06 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Use standard substvars
diff -rN -u old-haskell-pointed/changelog new-haskell-pointed/changelog
--- old-haskell-pointed/changelog 2014-12-22 14:49:00.558133643 +0000
+++ new-haskell-pointed/changelog 2014-12-22 14:49:00.562133645 +0000
@@ -2,6 +2,7 @@
* Depend on haskell-devscripts 0.9, found in experimental
* Do not depend on transformers, which now comes with GHC
+ * Use standard substvars
-- Joachim Breitner <nomeata at debian.org> Sat, 20 Dec 2014 16:58:26 +0100
diff -rN -u old-haskell-pointed/control new-haskell-pointed/control
--- old-haskell-pointed/control 2014-12-22 14:49:00.558133643 +0000
+++ new-haskell-pointed/control 2014-12-22 14:49:00.562133645 +0000
@@ -31,34 +31,42 @@
Homepage: http://hackage.haskell.org/package/pointed
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pointed
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-pointed
+X-Description: Pointed and copointed data
+ Haskell 98 pointed and copointed data types.
Package: libghc-pointed-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: Pointed and copointed data${haskell:ShortBlurb}
- Haskell 98 pointed and copointed data types.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-pointed-prof
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Pointed and copointed data${haskell:ShortBlurb}
- Haskell 98 pointed and copointed data types.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-pointed-doc
Section: doc
Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Pointed and copointed data${haskell:ShortBlurb}
- Haskell 98 pointed and copointed data types.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
+
More information about the Pkg-haskell-commits
mailing list