[Pkg-haskell-commits] darcs: haskell-system-fileio: Initial Check-In

Clint Adams clint at debian.org
Mon Jun 18 21:07:06 UTC 2012


Mon Jun 18 21:06:49 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 9dca6bfbee5485caec0ccc1925494379

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

Mon Jun 18 21:06:49 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 9dca6bfbee5485caec0ccc1925494379
diff -rN -u old-haskell-system-fileio//changelog new-haskell-system-fileio//changelog
--- old-haskell-system-fileio//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//changelog	2012-06-18 21:07:06.364828036 +0000
@@ -0,0 +1,5 @@
+haskell-system-fileio (0.3.8-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 18 Jun 2012 16:55:39 -0400
diff -rN -u old-haskell-system-fileio//compat new-haskell-system-fileio//compat
--- old-haskell-system-fileio//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//compat	2012-06-18 21:07:06.380841235 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-system-fileio//control new-haskell-system-fileio//control
--- old-haskell-system-fileio//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//control	2012-06-18 21:07:06.380841235 +0000
@@ -0,0 +1,78 @@
+Source: haskell-system-fileio
+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
+             , libghc-system-filepath-dev (>> 0.3.1)
+             , libghc-system-filepath-dev (<< 0.5)
+             , libghc-system-filepath-prof
+             , libghc-text-dev (>> 0.7.1)
+             , libghc-text-dev (<< 0.12)
+             , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-system-filepath-doc
+                   , libghc-text-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/system-fileio
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-system-fileio
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-system-fileio
+
+Package: libghc-system-fileio-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: consistent filesystem interaction across GHC versions
+ This is a small wrapper around the "directory", "unix", and "Win32"
+ packages, for use with "system-filepath". It provides a consistent
+ API to the various versions of these packages distributed with
+ different versions of GHC.
+ .
+ In particular, this library supports working with POSIX files that
+ have paths which can't be decoded in the current locale encoding.
+ .
+ This package contains the normal library files.
+
+Package: libghc-system-fileio-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: consistent filesystem interaction across GHC versions; profiling libraries
+ This is a small wrapper around the "directory", "unix", and "Win32"
+ packages, for use with "system-filepath". It provides a consistent
+ API to the various versions of these packages distributed with
+ different versions of GHC.
+ .
+ In particular, this library supports working with POSIX files that
+ have paths which can't be decoded in the current locale encoding.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-system-fileio-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: consistent filesystem interaction across GHC versions; documentation
+ This is a small wrapper around the "directory", "unix", and "Win32"
+ packages, for use with "system-filepath". It provides a consistent
+ API to the various versions of these packages distributed with
+ different versions of GHC.
+ .
+ In particular, this library supports working with POSIX files that
+ have paths which can't be decoded in the current locale encoding.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-system-fileio//copyright new-haskell-system-fileio//copyright
--- old-haskell-system-fileio//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//copyright	2012-06-18 21:07:06.380841235 +0000
@@ -0,0 +1,22 @@
+Copyright (c) 2011 John Millikin
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-system-fileio//rules new-haskell-system-fileio//rules
--- old-haskell-system-fileio//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//rules	2012-06-18 21:07:06.384829465 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-system-fileio//source/format new-haskell-system-fileio//source/format
--- old-haskell-system-fileio//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//source/format	2012-06-18 21:07:06.388832912 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-system-fileio//watch new-haskell-system-fileio//watch
--- old-haskell-system-fileio//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-fileio//watch	2012-06-18 21:07:06.396828346 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|system-fileio-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/system-fileio \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list