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

Clint Adams clint at debian.org
Tue Jan 31 00:31:15 UTC 2012


Tue Jan 31 00:31:05 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: ca492d8cd67c9b6421e33781cb6a4b7c

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

Tue Jan 31 00:31:05 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: ca492d8cd67c9b6421e33781cb6a4b7c
diff -rN -u old-haskell-system-filepath//changelog new-haskell-system-filepath//changelog
--- old-haskell-system-filepath//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//changelog	2012-01-31 00:31:15.433750143 +0000
@@ -0,0 +1,5 @@
+haskell-system-filepath (0.4.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 29 Jan 2012 13:48:13 -0500
diff -rN -u old-haskell-system-filepath//compat new-haskell-system-filepath//compat
--- old-haskell-system-filepath//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//compat	2012-01-31 00:31:15.433750143 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-system-filepath//control new-haskell-system-filepath//control
--- old-haskell-system-filepath//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//control	2012-01-31 00:31:15.433750143 +0000
@@ -0,0 +1,63 @@
+Source: haskell-system-filepath
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-deepseq-dev (>> 1.1)
+  , libghc-deepseq-dev (<< 1.4)
+  , libghc-deepseq-prof
+  , libghc-text-dev (>> 0.7.1)
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-deepseq-doc
+  , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/haskell-system-filepath
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-system-filepath
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-system-filepath
+
+Package: libghc-system-filepath-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: high-level, byte-based file and directory path manipulations
+ Functions for portable file path manipulation.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-system-filepath-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: high-level, byte-based file and directory path manipulations; profiling libs
+ Functions for portable file path manipulation.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-system-filepath-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: high-level, byte-based file and directory path manipulations; documentation
+ Functions for portable file path manipulation.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-system-filepath//copyright new-haskell-system-filepath//copyright
--- old-haskell-system-filepath//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//copyright	2012-01-31 00:31:15.433750143 +0000
@@ -0,0 +1,27 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: haskell-system-filepath
+Upstream-Contact: John Millikin <jmillikin at gmail.com>
+Source: http://hackage.haskell.org/package/haskell-system-filepath
+
+Copyright: 2010-2011 John Millikin
+License: MIT
+ 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-filepath//rules new-haskell-system-filepath//rules
--- old-haskell-system-filepath//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//rules	2012-01-31 00:31:15.445752614 +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-filepath//source/format new-haskell-system-filepath//source/format
--- old-haskell-system-filepath//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//source/format	2012-01-31 00:31:15.445752614 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-system-filepath//watch new-haskell-system-filepath//watch
--- old-haskell-system-filepath//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-system-filepath//watch	2012-01-31 00:31:15.449751480 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|system-filepath-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/system-filepath \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list