[Pkg-haskell-commits] darcs: haskell-numinstances: Initial commit.

Iulian Udrea iulian at linux.com
Sun Sep 25 10:32:31 UTC 2011


Sun Sep 25 10:30:31 UTC 2011  Iulian Udrea <iulian at linux.com>
  * Initial commit.
  Ignore-this: 817aa528e41d34a83f0989293f901c79

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

Sun Sep 25 10:30:31 UTC 2011  Iulian Udrea <iulian at linux.com>
  * Initial commit.
  Ignore-this: 817aa528e41d34a83f0989293f901c79
diff -rN -u old-haskell-numinstances//changelog new-haskell-numinstances//changelog
--- old-haskell-numinstances//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//changelog	2011-09-25 10:32:31.307829901 +0000
@@ -0,0 +1,5 @@
+haskell-numinstances (1.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Iulian Udrea <iulian at linux.com>  Sun, 25 Sep 2011 11:11:50 +0100
diff -rN -u old-haskell-numinstances//compat new-haskell-numinstances//compat
--- old-haskell-numinstances//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//compat	2011-09-25 10:32:31.307829901 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-numinstances//control new-haskell-numinstances//control
--- old-haskell-numinstances//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//control	2011-09-25 10:32:31.311828714 +0000
@@ -0,0 +1,56 @@
+Source: haskell-numinstances
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Iulian Udrea <iulian at linux.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7),
+               cdbs, 
+               haskell-devscripts (>= 0.8), 
+               ghc, 
+               ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/numinstances
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-numinstances
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-numinstances
+
+Package: libghc-numinstances-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Instances of numeric classes for functions and tuples
+ This package provides instances of numeric classes for functions and 
+ tuples.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-numinstances-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Instances of numeric classes for functions and tuples; prof data
+ This package provides instances of numeric classes for functions and 
+ tuples.
+ .
+ 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-numinstances-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Instances of numeric classes for functions and tuples; documentation
+ This package provides instances of numeric classes for functions and 
+ tuples.
+ .
+ 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-numinstances//copyright new-haskell-numinstances//copyright
--- old-haskell-numinstances//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//copyright	2011-09-25 10:32:31.311828714 +0000
@@ -0,0 +1,35 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: NumInstances
+Maintainer: Conal Elliott <conal at conal.net>
+Source: http://hackage.haskell.org/package/NumInstances
+
+Copyright: (C) 2008-2011, Conal Elliott
+License: BSD-3
+ 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.
+ .
+     * Neither the name of Conal Elliott nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ 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
+ OWNER 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-numinstances//rules new-haskell-numinstances//rules
--- old-haskell-numinstances//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//rules	2011-09-25 10:32:31.311828714 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = numinstances
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-numinstances//source/format new-haskell-numinstances//source/format
--- old-haskell-numinstances//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//source/format	2011-09-25 10:32:31.311828714 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-numinstances//watch new-haskell-numinstances//watch
--- old-haskell-numinstances//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-numinstances//watch	2011-09-25 10:32:31.311828714 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|numinstances-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/NumInstances \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list