[Pkg-haskell-commits] darcs: haskell-dav: Initial Check-In

Clint Adams clint at debian.org
Sat Sep 8 03:02:52 UTC 2012


Sat Sep  8 03:03:57 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: cb1f7f21ad9b52435f62f4b40fa8ff5a

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Sep  8 03:03:57 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: cb1f7f21ad9b52435f62f4b40fa8ff5a
diff -rN -u old-haskell-dav//changelog new-haskell-dav//changelog
--- old-haskell-dav//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//changelog	2012-09-08 03:02:52.102325876 +0000
@@ -0,0 +1,6 @@
+haskell-dav (0.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 07 Sep 2012 22:49:12 -0400
+
diff -rN -u old-haskell-dav//compat new-haskell-dav//compat
--- old-haskell-dav//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//compat	2012-09-08 03:02:52.102325876 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-dav//control new-haskell-dav//control
--- old-haskell-dav//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//control	2012-09-08 03:02:52.106329308 +0000
@@ -0,0 +1,109 @@
+Source: haskell-dav
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8)
+             , cdbs
+             , ghc
+             , ghc-prof
+             , ghc-ghci
+             , libghc-case-insensitive-dev (>> 0.4)
+             , libghc-case-insensitive-prof
+             , libghc-cmdargs-dev (>> 0.9)
+             , libghc-cmdargs-prof
+             , libghc-http-conduit-dev (>> 1.4)
+             , libghc-http-conduit-prof
+             , libghc-http-types-dev (>> 0.6)
+             , libghc-http-types-prof
+             , libghc-lens-dev (>> 2.4)
+             , libghc-lens-prof
+             , libghc-lifted-base-dev (>> 0.1)
+             , libghc-lifted-base-prof
+             , libghc-mtl-dev (>> 2.1)
+             , libghc-mtl-prof
+             , libghc-network-dev (>> 2.3)
+             , libghc-network-prof
+             , libghc-resourcet-dev (>> 0.3)
+             , libghc-resourcet-prof
+             , libghc-transformers-dev (>> 0.3)
+             , libghc-transformers-prof
+             , libghc-xml-conduit-dev (>> 0.7)
+             , libghc-xml-conduit-dev
+             , libghc-xml-conduit-prof
+             , libghc-xml-hamlet-dev (>> 0.3)
+             , libghc-xml-hamlet-dev
+             , libghc-xml-hamlet-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-case-insensitive-doc
+                   , libghc-cmdargs-doc
+                   , libghc-http-conduit-doc
+                   , libghc-http-types-doc
+                   , libghc-lens-doc
+                   , libghc-lifted-base-doc
+                   , libghc-mtl-doc
+                   , libghc-network-doc
+                   , libghc-resourcet-doc
+                   , libghc-transformers-doc
+                   , libghc-xml-conduit-doc
+                   , libghc-xml-hamlet-doc
+Standards-Version: 3.9.3
+Homepage: http://floss.scru.org/hDAV
+
+Package: hdav
+Architecture: any
+Section: web
+Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}
+Description: command-line WebDAV client
+ hdav currently only supports copying a file and associated WebDAV
+ properties from one URL to another.
+
+Package: libghc-dav-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+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.
+ .
+ This package contains the normal library files.
+
+Package: libghc-dav-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+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.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-dav-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${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.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-dav//copyright new-haskell-dav//copyright
--- old-haskell-dav//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//copyright	2012-09-08 03:02:52.106329308 +0000
@@ -0,0 +1,6 @@
+hdav and the Haskell DAV library are
+
+ Copyright © 2012  Clint Adams
+
+and licensed under the GNU GPL version 3 or any later version;
+see /usr/share/common-licenses/GPL-3 on your Debian system.
diff -rN -u old-haskell-dav//rules new-haskell-dav//rules
--- old-haskell-dav//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//rules	2012-09-08 03:02:52.106329308 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/hdav:: build-ghc-stamp
+binary-fixup/hdav::
+	install -m 755 -s -D dist-ghc/build/hdav/hdav debian/hdav/usr/bin/hdav || true
diff -rN -u old-haskell-dav//source/format new-haskell-dav//source/format
--- old-haskell-dav//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//source/format	2012-09-08 03:02:52.106329308 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-dav//watch new-haskell-dav//watch
--- old-haskell-dav//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dav//watch	2012-09-08 03:02:52.110326137 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|DAV-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/DAV \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list