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

Erik de Castro Lopo erikd at mega-nerd.com
Sat Jul 24 11:40:37 UTC 2010


Sat Jul 24 11:39:09 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial commit.
  Ignore-this: cc0330d3bd41de461daf0a5b3845b4b4

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

Sat Jul 24 11:39:09 UTC 2010  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial commit.
  Ignore-this: cc0330d3bd41de461daf0a5b3845b4b4
diff -rN -u old-haskell-lexer/changelog new-haskell-lexer/changelog
--- old-haskell-lexer/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/changelog	2010-07-24 11:40:37.061207101 +0000
@@ -0,0 +1,7 @@
+haskell-lexer (1.0-1) unstable; urgency=low
+
+  * Initial debian package. (Closes: #590072)
+
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sat, 24 Jul 2010 08:34:27 +1000
+
+
diff -rN -u old-haskell-lexer/compat new-haskell-lexer/compat
--- old-haskell-lexer/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/compat	2010-07-24 11:40:37.057206888 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-lexer/control new-haskell-lexer/control
--- old-haskell-lexer/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/control	2010-07-24 11:40:37.057206888 +0000
@@ -0,0 +1,58 @@
+Source: haskell-lexer
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.7)
+  , ghc6
+  , ghc6-prof
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.9.0
+Homepage: http://hackage.haskell.org/package/haskell-lexer
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lexer
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lexer
+
+Package: libghc6-haskell-lexer-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: A fully compliant Haskell 98 lexer
+ A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
+ a list tuples containing a token type identifier, its position and the tokem
+ string.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-haskell-lexer-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Profiling libraries for a fully compliant Haskell 98 lexer
+ A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
+ a list tuples containing a token type identifier, its position and the tokem
+ string.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-haskell-lexer-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Documentation for a fully compliant Haskell 98 lexer
+ A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
+ a list tuples containing a token type identifier, its position and the tokem
+ string.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-lexer/copyright new-haskell-lexer/copyright
--- old-haskell-lexer/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/copyright	2010-07-24 11:40:37.057206888 +0000
@@ -0,0 +1,26 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: haskell-lexer
+Maintainer: copyright
+Source: http://hackage.haskell.org/package/haskell-lexer
+
+Copyright: Copyright (c) 2008 Thomas Hallgren, Copyright (c) 2008 Iavor S. Diatchki
+
+License: BSD3 Style
+
+ 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-lexer/rules new-haskell-lexer/rules
--- old-haskell-lexer/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/rules	2010-07-24 11:40:37.057206888 +0000
@@ -0,0 +1,6 @@
+#!/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-lexer/source/format new-haskell-lexer/source/format
--- old-haskell-lexer/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/source/format	2010-07-24 11:40:37.057206888 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-lexer/watch new-haskell-lexer/watch
--- old-haskell-lexer/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lexer/watch	2010-07-24 11:40:37.057206888 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|haskell-lexer-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/haskell-lexer \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list