[Pkg-haskell-commits] darcs: haskell-listlike: Initial Check-in
takaki at asis.media-as.org
takaki at asis.media-as.org
Mon Feb 14 13:01:28 UTC 2011
Mon Feb 14 13:00:30 UTC 2011 takaki at asis.media-as.org
* Initial Check-in
Ignore-this: 3b48eb896e6bf6ad04403ee07a44aaf8
A ./changelog
A ./compat
A ./control
A ./copyright
A ./docs
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Feb 14 13:00:30 UTC 2011 takaki at asis.media-as.org
* Initial Check-in
Ignore-this: 3b48eb896e6bf6ad04403ee07a44aaf8
diff -rN -u old-haskell-listlike/changelog new-haskell-listlike/changelog
--- old-haskell-listlike/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/changelog 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1,5 @@
+haskell-listlike (2.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #607161)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 15 Dec 2010 11:53:08 +0900
diff -rN -u old-haskell-listlike/compat new-haskell-listlike/compat
--- old-haskell-listlike/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/compat 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-listlike/control new-haskell-listlike/control
--- old-haskell-listlike/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/control 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1,73 @@
+Source: haskell-listlike
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
+ ghc6,
+ ghc6-prof,
+ ghc6-doc
+Standards-Version: 3.9.1
+Homepage: http://software.complete.org/listlike
+#Vcs-Git: git://git.debian.org/collab-maint/haskell-listlike.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/haskell-listlike.git;a=summary
+
+Package: libghc6-listlike-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Generic support for list-like structures
+ Generic support for list-like structures in Haskell.
+ .
+ The ListLike module provides a common interface to the various Haskell
+ types that are list-like. Predefined interfaces include standard
+ Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
+ types can easily be made ListLike instances as well.
+ .
+ ListLike also provides for String-like types, such as String and
+ ByteString, for types that support input and output, and for types that can
+ handle infinite lists.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-listlike-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Generic support for list-like structures; profiling library
+ Generic support for list-like structures in Haskell.
+ .
+ The ListLike module provides a common interface to the various Haskell
+ types that are list-like. Predefined interfaces include standard
+ Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
+ types can easily be made ListLike instances as well.
+ .
+ ListLike also provides for String-like types, such as String and
+ ByteString, for types that support input and output, and for types that can
+ handle infinite lists.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-listlike-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Generic support for list-like structures; documentation
+ Generic support for list-like structures in Haskell.
+ .
+ The ListLike module provides a common interface to the various Haskell
+ types that are list-like. Predefined interfaces include standard
+ Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
+ types can easily be made ListLike instances as well.
+ .
+ ListLike also provides for String-like types, such as String and
+ ByteString, for types that support input and output, and for types that can
+ handle infinite lists.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-listlike/copyright new-haskell-listlike/copyright
--- old-haskell-listlike/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/copyright 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: John Lato <jwlato at gmail.com>
+Source: http://hackage.haskell.org/package/ListLike
+Name: ListLike
+
+Files: *
+Copyright: Copyright (c) 2007-2008 John Goerzen
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2010, TANIGUCHI Takaki <takaki at debian.org>
+License: LGPL-2.1+
+
+License: GPL-2.1+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2".
diff -rN -u old-haskell-listlike/docs new-haskell-listlike/docs
--- old-haskell-listlike/docs 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/docs 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1 @@
+README
diff -rN -u old-haskell-listlike/rules new-haskell-listlike/rules
--- old-haskell-listlike/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/rules 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+
+# Add here any variable or target overrides you need.
diff -rN -u old-haskell-listlike/source/format new-haskell-listlike/source/format
--- old-haskell-listlike/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/source/format 2011-02-14 13:01:28.687252084 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-listlike/watch new-haskell-listlike/watch
--- old-haskell-listlike/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-listlike/watch 2011-02-14 13:01:28.683251875 +0000
@@ -0,0 +1,3 @@
+version=3
+opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| http://hackage.haskell.org/packages/archive/ListLike ([\d\.]*\d)/
+
More information about the Pkg-haskell-commits
mailing list