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

joeyh at debian.org joeyh at debian.org
Thu Nov 21 23:37:15 UTC 2013


Mon Nov 11 17:27:12 UTC 2013  joeyh at debian.org
  * Initial Check-In

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

Mon Nov 11 17:27:12 UTC 2013  joeyh at debian.org
  * Initial Check-In
diff -rN -u old-haskell-appar/changelog new-haskell-appar/changelog
--- old-haskell-appar/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/changelog	2013-11-21 23:37:15.669573852 +0000
@@ -0,0 +1,5 @@
+haskell-appar (0.1.4-1) unstable; urgency=low
+
+  * Initial debian package.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 10 Nov 2013 14:33:50 -0400
diff -rN -u old-haskell-appar/compat new-haskell-appar/compat
--- old-haskell-appar/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/compat	2013-11-21 23:37:15.669573852 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-appar/control new-haskell-appar/control
--- old-haskell-appar/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/control	2013-11-21 23:37:15.673573853 +0000
@@ -0,0 +1,47 @@
+Source: haskell-appar
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ haskell-devscripts (>= 0.8.15),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/appar
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-appar
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-appar
+
+Package: libghc-appar-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: A simple applicative parser in Parsec style${haskell:ShortBlurb}
+ This is a simple applicative parser.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-appar-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: A simple applicative parser in Parsec style${haskell:ShortBlurb}
+ This is a simple applicative parser.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-appar-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: A simple applicative parser in Parsec style${haskell:ShortBlurb}
+ This is a simple applicative parser.
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-appar/copyright new-haskell-appar/copyright
--- old-haskell-appar/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/copyright	2013-11-21 23:37:15.673573853 +0000
@@ -0,0 +1,43 @@
+This package was originally debianised by Joey Hess <joeyh at debian.org>.
+
+It was downloaded from the Haskell hackage repository at
+https://hackage.haskell.org/package/appar
+
+Copyright:
+
+  Copyright (c) 2009, IIJ Innovation Institute Inc.
+  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 the copyright holders nor the names of its
+      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.
+
+Debian packaging copyright:
+
+  (C) 2013 Joey Hess <joeyh at debian.org>
+
+  All changes by Joey Hess may be redistributed under the same
+  terms as haskell-appar itself.
diff -rN -u old-haskell-appar/rules new-haskell-appar/rules
--- old-haskell-appar/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/rules	2013-11-21 23:37:15.673573853 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# Standard way of building Haskell libraries .
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-appar/source/format new-haskell-appar/source/format
--- old-haskell-appar/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/source/format	2013-11-21 23:37:15.673573853 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-appar/watch new-haskell-appar/watch
--- old-haskell-appar/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-appar/watch	2013-11-21 23:37:15.673573853 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/appar/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list