[Pkg-haskell-commits] darcs: haskell-time-compat: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat Jan 5 11:19:19 UTC 2013


Sat Jan  5 11:15:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 2b8d14ab094f29c95546df787176d2ed

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

Sat Jan  5 11:15:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 2b8d14ab094f29c95546df787176d2ed
diff -rN -u old-haskell-time-compat//changelog new-haskell-time-compat//changelog
--- old-haskell-time-compat//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//changelog	2013-01-05 11:19:19.751220318 +0000
@@ -0,0 +1,5 @@
+haskell-time-compat (0.1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-time-compat//compat new-haskell-time-compat//compat
--- old-haskell-time-compat//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//compat	2013-01-05 11:19:19.751220318 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-time-compat//control new-haskell-time-compat//control
--- old-haskell-time-compat//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//control	2013-01-05 11:19:19.751220318 +0000
@@ -0,0 +1,58 @@
+Source: haskell-time-compat
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/time-compat
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-time-compat
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-time-compat
+
+Package: libghc-time-compat-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Compatibility with old-time for the time package
+ This package provides a compatibility layer with the old-time pacakge for the
+ "new" time package.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-time-compat-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Compatibility with old-time for the time package; profiling libraries
+ This package provides a compatibility layer with the old-time pacakge for the
+ "new" time package.
+ .
+ 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-time-compat-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Compatibility with old-time for the time package; documentation
+ This package provides a compatibility layer with the old-time pacakge for the
+ "new" time package.
+ .
+ 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-time-compat//copyright new-haskell-time-compat//copyright
--- old-haskell-time-compat//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//copyright	2013-01-05 11:19:19.751220318 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: time-compat
+Upstream-Contact: dag.odenhall at gmail.com
+Source: http://hackage.haskell.org/package/time-compat
+
+Files: *
+Copyright: 2012 Dag Odenhall
+License: time-compat license
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: time-compat license
+
+License: time-compat license
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
diff -rN -u old-haskell-time-compat//rules new-haskell-time-compat//rules
--- old-haskell-time-compat//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//rules	2013-01-05 11:19:19.751220318 +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-time-compat//source/format new-haskell-time-compat//source/format
--- old-haskell-time-compat//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//source/format	2013-01-05 11:19:19.755750769 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-time-compat//watch new-haskell-time-compat//watch
--- old-haskell-time-compat//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-time-compat//watch	2013-01-05 11:19:19.755750769 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|time-compat-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/time-compat \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list