[Pkg-haskell-commits] darcs: haskell-concrete-typerep: Initial Check-In
Masayuki Hatta
mhatta at debian.org
Sun Feb 24 03:36:51 UTC 2013
Sun Feb 24 03:35:36 UTC 2013 Masayuki Hatta <mhatta at debian.org>
* Initial Check-In
Ignore-this: 59025ca989d6924e7bdaf77ed377b9e0
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sun Feb 24 03:35:36 UTC 2013 Masayuki Hatta <mhatta at debian.org>
* Initial Check-In
Ignore-this: 59025ca989d6924e7bdaf77ed377b9e0
diff -rN -u old-haskell-concrete-typerep//changelog new-haskell-concrete-typerep//changelog
--- old-haskell-concrete-typerep//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//changelog 2013-02-24 03:36:50.610722551 +0000
@@ -0,0 +1,7 @@
+haskell-concrete-typerep (0.1.0.2-1) UNRELEASED; urgency=low
+
+ * Initial release. (closes: #701517)
+ * Debianization generated by cabal-debian
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org> Sun, 24 Feb 2013 01:17:51 +0900
+
diff -rN -u old-haskell-concrete-typerep//compat new-haskell-concrete-typerep//compat
--- old-haskell-concrete-typerep//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//compat 2013-02-24 03:36:50.610722551 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-concrete-typerep//control new-haskell-concrete-typerep//control
--- old-haskell-concrete-typerep//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//control 2013-02-24 03:36:50.610722551 +0000
@@ -0,0 +1,55 @@
+Source: haskell-concrete-typerep
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-hashable-dev (<< 1.3)
+ , libghc-hashable-prof (<< 1.3)
+Build-Depends-Indep: ghc-doc
+ , libghc-hashable-doc (<< 1.3)
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/concrete-typerep
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-concrete-typerep
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-concrete-typerep
+
+Package: libghc-concrete-typerep-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binary and Hashable instances for TypeRep in Haskell
+ This Haskell library provides Binary and Hashable instances for TypeRep.
+ .
+ This package contains the normal library files.
+
+Package: libghc-concrete-typerep-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binary and Hashable instances for TypeRep in Haskell
+ This Haskell library provides Binary and Hashable instances for TypeRep.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-concrete-typerep-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binary and Hashable instances for TypeRep
+ This Haskell library provides Binary and Hashable instances for TypeRep.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-concrete-typerep//copyright new-haskell-concrete-typerep//copyright
--- old-haskell-concrete-typerep//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//copyright 2013-02-24 03:36:50.610722551 +0000
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: concrete-typerep
+Upstream-Contact: Reiner Pope <reiner.pope at gmail.com>
+Source: http://hackage.haskell.org/package/concrete-typerep
+
+Files: *
+Copyright: Copyright 2011 Reiner Pope <reiner.pope at gmail.com>
+License: BSD-3-Clause
+ Copyright (c)2011, Reiner Pope
+ .
+ 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 Reiner Pope 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-concrete-typerep//rules new-haskell-concrete-typerep//rules
--- old-haskell-concrete-typerep//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//rules 2013-02-24 03:36:50.614724717 +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-concrete-typerep//source/format new-haskell-concrete-typerep//source/format
--- old-haskell-concrete-typerep//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//source/format 2013-02-24 03:36:50.622732328 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-concrete-typerep//watch new-haskell-concrete-typerep//watch
--- old-haskell-concrete-typerep//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-concrete-typerep//watch 2013-02-24 03:36:50.622732328 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|concrete-typerep-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/concrete-typerep \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list