[Pkg-haskell-commits] darcs: haskell-non-negative: New haskell-non-negative package

Ernesto Hernández-Novich (USB) emhn at usb.ve
Wed Mar 3 13:24:08 UTC 2010


Wed Mar  3 13:16:42 UTC 2010  Ernesto Hern[_\c3_][_\a1_]ndez-Novich (USB) <emhn at usb.ve>
  * New haskell-non-negative package

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

Wed Mar  3 13:16:42 UTC 2010  Ernesto Hernández-Novich (USB) <emhn at usb.ve>
  * New haskell-non-negative package
diff -rN -u old-haskell-non-negative/changelog new-haskell-non-negative/changelog
--- old-haskell-non-negative/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-non-negative/changelog	2010-03-03 13:24:07.875232623 +0000
@@ -0,0 +1,5 @@
+haskell-non-negative (0.0.5.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 24 Feb 2010 18:15:46 -0430
diff -rN -u old-haskell-non-negative/compat new-haskell-non-negative/compat
--- old-haskell-non-negative/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-non-negative/compat	2010-03-03 13:24:07.875232623 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-non-negative/control new-haskell-non-negative/control
--- old-haskell-non-negative/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-non-negative/control	2010-03-03 13:24:07.871232412 +0000
@@ -0,0 +1,59 @@
+Source: haskell-non-negative
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
+ ghc6, ghc6-prof, libghc6-quickcheck2-dev, libghc6-quickcheck2-prof
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/non-negative
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-non-negative
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-non-negative
+
+Package: libghc6-non-negative-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Non-negative numbers for Haskell
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides a class for non-negative numbers, a wrapper which
+ can turn any ordered numeric type into a member of that class, and a
+ lazy number type for non-negative numbers (a generalization of Peano
+ numbers).
+
+Package: libghc6-non-negative-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Non-negative numbers for Haskell; profiling libraries
+ This package provides a library for the Haskell programming language
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides a class for non-negative numbers, a wrapper which
+ can turn any ordered numeric type into a member of that class, and a
+ lazy number type for non-negative numbers (a generalization of Peano
+ numbers).
+
+Package: libghc6-non-negative-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Non-negative numbers for Haskell; profiling librarie; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library provides a class for non-negative numbers, a wrapper which
+ can turn any ordered numeric type into a member of that class, and a
+ lazy number type for non-negative numbers (a generalization of Peano
+ numbers).
diff -rN -u old-haskell-non-negative/copyright new-haskell-non-negative/copyright
--- old-haskell-non-negative/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-non-negative/copyright	2010-03-03 13:24:07.871232412 +0000
@@ -0,0 +1,20 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: non-negative
+Maintainer: Henning Thielemann <haskell at henning-thielemann.de>
+Source: http://hackage.haskell.org/packages/archive/non-negative
+
+Files: *
+Copyright: Henning Thielemann <haskell at henning-thielemann.de>
+License: GPL
+
+Files: debian/*
+Copyright: 2010, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: GPL
+
+License: GPL
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by 
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
diff -rN -u old-haskell-non-negative/rules new-haskell-non-negative/rules
--- old-haskell-non-negative/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-non-negative/rules	2010-03-03 13:24:07.871232412 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_DEPENDENCIES = build-arch
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-non-negative/watch new-haskell-non-negative/watch
--- old-haskell-non-negative/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-non-negative/watch	2010-03-03 13:24:07.871232412 +0000
@@ -0,0 +1,7 @@
+# See uscan(1) for format
+
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|non-negative-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/non-negative \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list