[Pkg-haskell-commits] darcs: haskell-cmdargs: Initial Check-In

Erik de Castro Lopo erikd at mega-nerd.com
Fri Jan 7 23:37:54 UTC 2011


Fri Jan  7 23:35:39 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial Check-In
  Ignore-this: 646d9fa06deb3d701ebe7e4a0b53bd0d

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

Fri Jan  7 23:35:39 UTC 2011  Erik de Castro Lopo <erikd at mega-nerd.com>
  * Initial Check-In
  Ignore-this: 646d9fa06deb3d701ebe7e4a0b53bd0d
diff -rN -u old-haskell-cmdargs/changelog new-haskell-cmdargs/changelog
--- old-haskell-cmdargs/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/changelog	2011-01-07 23:37:54.197150449 +0000
@@ -0,0 +1,5 @@
+haskell-cmdargs (0.6.6-1) unstable; urgency=low
+
+  * Initial debian package. (Closes: #608632)
+
+ -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sat,  8 Jan 2011 10:31:06 +1100
diff -rN -u old-haskell-cmdargs/compat new-haskell-cmdargs/compat
--- old-haskell-cmdargs/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/compat	2011-01-07 23:37:54.197150449 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-cmdargs/control new-haskell-cmdargs/control
--- old-haskell-cmdargs/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/control	2011-01-07 23:37:54.197150449 +0000
@@ -0,0 +1,93 @@
+Source: haskell-cmdargs
+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
+  , libghc6-transformers-dev
+  , libghc6-transformers-prof
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.9.1
+Homepage: http://hackage.haskell.org/package/cmdargs
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cmdargs
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cmdargs
+
+Package: libghc6-cmdargs-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell command line parsing library
+ This library provides an easy way to define command line parsers. Most users
+ will want to use the System.Console.CmdArgs.Implicit module, whose
+ documentation contains an example.
+ .
+  - System.Console.CmdArgs.Explicit provides a way to write command line parsers
+    for both single mode programs (most programs) and multiple mode programs
+    (e.g. darcs or cabal). Parsers are defined by constructing a data structure.
+ .
+  - System.Console.CmdArgs.Implicit provides a way to concisely define command
+    line parsers, up to three times shorter than getopt. These parsers are
+    translated into the Explicit data type.
+ .
+  - System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with
+    existing getopt parsers, mapping to the Explicit data type.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-cmdargs-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Profiling version of Haskell command line parsing library
+ This library provides an easy way to define command line parsers. Most users
+ will want to use the System.Console.CmdArgs.Implicit module, whose
+ documentation contains an example.
+ .
+  - System.Console.CmdArgs.Explicit provides a way to write command line parsers
+    for both single mode programs (most programs) and multiple mode programs
+    (e.g. darcs or cabal). Parsers are defined by constructing a data structure.
+ .
+  - System.Console.CmdArgs.Implicit provides a way to concisely define command
+    line parsers, up to three times shorter than getopt. These parsers are
+    translated into the Explicit data type.
+ .
+  - System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with
+    existing getopt parsers, mapping to the Explicit data type.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-cmdargs-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Documentation for Haskell command line parsing library
+ This library provides an easy way to define command line parsers. Most users
+ will want to use the System.Console.CmdArgs.Implicit module, whose
+ documentation contains an example.
+ .
+  - System.Console.CmdArgs.Explicit provides a way to write command line parsers
+    for both single mode programs (most programs) and multiple mode programs
+    (e.g. darcs or cabal). Parsers are defined by constructing a data structure.
+ .
+  - System.Console.CmdArgs.Implicit provides a way to concisely define command
+    line parsers, up to three times shorter than getopt. These parsers are
+    translated into the Explicit data type.
+ .
+  - System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with
+    existing getopt parsers, mapping to the Explicit data type.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-cmdargs/copyright new-haskell-cmdargs/copyright
--- old-haskell-cmdargs/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/copyright	2011-01-07 23:37:54.197150449 +0000
@@ -0,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: cmdargs
+Maintainer: Neil Mitchell <ndmitchell at gmail.com>
+Source: http://hackage.haskell.org/package/cmdargs
+
+Copyright: Neil Mitchell 2006-2007.
+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.
+
+    * Neither the name of Neil Mitchell 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-cmdargs/rules new-haskell-cmdargs/rules
--- old-haskell-cmdargs/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/rules	2011-01-07 23:37:54.193150238 +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-cmdargs/source/format new-haskell-cmdargs/source/format
--- old-haskell-cmdargs/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/source/format	2011-01-07 23:37:54.193150238 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-cmdargs/watch new-haskell-cmdargs/watch
--- old-haskell-cmdargs/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-cmdargs/watch	2011-01-07 23:37:54.193150238 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|cmdargs-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/cmdargs \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list