[Pkg-haskell-commits] darcs: haskell-dav: factor out descriptions using X-Description hack
Clint Adams
clint at debian.org
Wed May 13 16:09:01 UTC 2015
Wed May 13 16:08:54 UTC 2015 Clint Adams <clint at debian.org>
* factor out descriptions using X-Description hack
M ./changelog +6
M ./control -21 +13
Wed May 13 16:08:54 UTC 2015 Clint Adams <clint at debian.org>
* factor out descriptions using X-Description hack
diff -rN -u old-haskell-dav/changelog new-haskell-dav/changelog
--- old-haskell-dav/changelog 2015-05-13 16:09:01.658127051 +0000
+++ new-haskell-dav/changelog 2015-05-13 16:09:01.658127051 +0000
@@ -1,3 +1,9 @@
+haskell-dav (1.0.5-2) unstable; urgency=medium
+
+ * Factor out descriptions using X-Description hack.
+
+ -- Clint Adams <clint at debian.org> Wed, 13 May 2015 11:57:37 -0400
+
haskell-dav (1.0.5-1) unstable; urgency=medium
* New upstream version.
diff -rN -u old-haskell-dav/control new-haskell-dav/control
--- old-haskell-dav/control 2015-05-13 16:09:01.658127051 +0000
+++ new-haskell-dav/control 2015-05-13 16:09:01.658127051 +0000
@@ -61,6 +61,10 @@
Homepage: http://floss.scru.org/hDAV
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dav
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dav
+X-Description: RFC 4918 WebDAV support
+ This is a library for the Web Distributed Authoring and Versioning
+ (WebDAV) extensions to HTTP. At present it supports a very small
+ subset of client functionality.
Package: hdav
Architecture: any
@@ -78,15 +82,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: RFC 4918 WebDAV support
- This is a library for the Web Distributed Authoring and Versioning
- (WebDAV) extensions to HTTP. At present it supports a very small
- subset of client functionality.
- .
- In addition, there is an executable, hdav, which can be used for
- command-line operation.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the normal library files.
+ ${haskell:Blurb}
Package: libghc-dav-prof
Architecture: any
@@ -95,12 +94,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: RFC 4918 WebDAV support; profiling libraries
- This is a library for the Web Distributed Authoring and Versioning
- (WebDAV) extensions to HTTP. At present it supports a very small
- subset of client functionality.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the libraries compiled with profiling enabled.
+ ${haskell:Blurb}
Package: libghc-dav-doc
Architecture: all
@@ -109,12 +106,7 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: RFC 4918 WebDAV support; documentation
- This is a library for the Web Distributed Authoring and Versioning
- (WebDAV) extensions to HTTP. At present it supports a very small
- subset of client functionality.
- .
- In addition, there is an executable, hdav, which can be used for
- command-line operation.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package contains the documentation files.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list