[Pkg-haskell-commits] darcs: haskell-syb-with-class-instances-text: Initial import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Mon Jun 7 21:16:36 UTC 2010


Mon Jun  7 21:15:37 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 2dfa1d73714ab283c52c66b6e0a614a6

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

Mon Jun  7 21:15:37 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 2dfa1d73714ab283c52c66b6e0a614a6
diff -rN -u old-haskell-syb-with-class-instances-text/changelog new-haskell-syb-with-class-instances-text/changelog
--- old-haskell-syb-with-class-instances-text/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/changelog	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1,5 @@
+haskell-syb-with-class-instances-text (0.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #584892)
+
+ -- Giovanni Mascellani <gio at debian.org>  Fri, 04 Jun 2010 12:53:54 +0200
diff -rN -u old-haskell-syb-with-class-instances-text/compat new-haskell-syb-with-class-instances-text/compat
--- old-haskell-syb-with-class-instances-text/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/compat	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-syb-with-class-instances-text/control new-haskell-syb-with-class-instances-text/control
--- old-haskell-syb-with-class-instances-text/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/control	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1,78 @@
+Source: haskell-syb-with-class-instances-text
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6,
+ ghc6-prof,
+ libghc6-syb-with-class-dev,
+ libghc6-syb-with-class-prof,
+ libghc6-text-dev (>= 0.7.1),
+ libghc6-text-prof (>= 0.7.1)
+Build-Depends-Indep:
+ ghc6-doc,
+ libghc6-syb-with-class-doc,
+ libghc6-text-doc (>= 0.7.1)
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/syb-with-class-instances-text
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-syb-with-class-instances-text
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-syb-with-class-instances-text
+
+Package: libghc6-syb-with-class-instances-text-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell Text instance for SYB Class - GHC 6 libraries
+ This package provides Haskell instances of the class Text for the Scrap
+ Your Boilerplate with Class system.
+ .
+ The Scrap Your Boilerplate approach is a lightweight generic programming
+ approach for Haskell. See package haskell-syb-with-class for more
+ information.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-syb-with-class-instances-text-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell Text instance for SYB with Class - GHC 6 profiling libraries
+ This package provides Haskell instances of the class Text for the Scrap
+ Your Boilerplate with Class system.
+ .
+ The Scrap Your Boilerplate approach is a lightweight generic programming
+ approach for Haskell. See package haskell-syb-with-class for more
+ information.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-syb-with-class-instances-text-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell Text instance for SYB with Class - documentation
+ This package provides Haskell instances of the class Text for the Scrap
+ Your Boilerplate with Class system.
+ .
+ The Scrap Your Boilerplate approach is a lightweight generic programming
+ approach for Haskell. See package haskell-syb-with-class for more
+ information.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-syb-with-class-instances-text/copyright new-haskell-syb-with-class-instances-text/copyright
--- old-haskell-syb-with-class-instances-text/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/copyright	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1,41 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell Text instance for SYB Class
+Maintainer: Jeremy Shaw <jeremy at seereason.org>
+Source: http://hackage.haskell.org/package/syb-with-class-instances-text
+
+Files: *
+Copyright: © 2010, Jeremy Shaw <jeremy at seereason.org>
+License: BSD
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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.
+
+Files: debian/*
+Copyright: © 2010 Giovanni Mascellani <gio at debian.org>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-syb-with-class-instances-text/rules new-haskell-syb-with-class-instances-text/rules
--- old-haskell-syb-with-class-instances-text/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/rules	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-syb-with-class-instances-text/source/format new-haskell-syb-with-class-instances-text/source/format
--- old-haskell-syb-with-class-instances-text/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/source/format	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-syb-with-class-instances-text/watch new-haskell-syb-with-class-instances-text/watch
--- old-haskell-syb-with-class-instances-text/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-syb-with-class-instances-text/watch	2010-06-07 21:16:35.119736021 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|syb-with-class-instances-text-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/syb-with-class-instances-text \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list