[Pkg-haskell-commits] darcs: haskell-hfuse: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:04 UTC 2013
Fri May 24 09:12:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 58d9c582150b7eae4c495082a549403
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 58d9c582150b7eae4c495082a549403
diff -rN -u old-haskell-hfuse//changelog new-haskell-hfuse//changelog
--- old-haskell-hfuse//changelog 2013-05-24 09:24:04.530043594 +0000
+++ new-haskell-hfuse//changelog 2013-05-24 09:24:04.530043594 +0000
@@ -1,6 +1,7 @@
haskell-hfuse (0.2.4.1-4) 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:46 +0200
diff -rN -u old-haskell-hfuse//control new-haskell-hfuse//control
--- old-haskell-hfuse//control 2013-05-24 09:24:04.510077027 +0000
+++ new-haskell-hfuse//control 2013-05-24 09:24:04.530043594 +0000
@@ -5,7 +5,7 @@
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper (>= 9),
cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
libfuse-dev,
libcurl4-gnutls-dev | libcurl-dev,
ghc,
@@ -22,14 +22,14 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell binding for the Linux FUSE library
+Description: Haskell binding for the Linux FUSE library${haskell:ShortBlurb}
HFuse is a Haskell binding to the Linux C library, FUSE ('Filesystems in
Userspace'); FUSE allows you to construct interesting filesystems which
can be used in many ways, such as a filesystem in which the files are
Wikipedia files, or SSHFS where one mounts remote directories over SSH,
or FlickrFS which represents your Flickr account as directories and files.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hfuse-prof
Architecture: any
@@ -37,14 +37,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell binding for the Linux FUSE library; profiling library
+Description: Haskell binding for the Linux FUSE library${haskell:ShortBlurb}
HFuse is a Haskell binding to the Linux C library, FUSE ('Filesystems in
Userspace'); FUSE allows you to construct interesting filesystems which
can be used in many ways, such as a filesystem in which the files are
Wikipedia files, or SSHFS where one mounts remote directories over SSH,
or FlickrFS which represents your Flickr account as directories and files.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hfuse-doc
Section: doc
@@ -52,12 +52,12 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell binding for the Linux FUSE library; documentation
+Description: Haskell binding for the Linux FUSE library${haskell:ShortBlurb}
HFuse is a Haskell binding to the Linux C library, FUSE ('Filesystems in
Userspace'); FUSE allows you to construct interesting filesystems which
can be used in many ways, such as a filesystem in which the files are
Wikipedia files, or SSHFS where one mounts remote directories over SSH,
or FlickrFS which represents your Flickr account as directories and files.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list