summaryrefslogtreecommitdiff
path: root/p/haskell-syb
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-03-27 08:58:49 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-03-27 08:58:49 +0400
commit76685fbd6a30504b2cda6464c0f8feeb125c2d04 (patch)
treeddb0dd7d6ea760105b89c3088ae9ba99cb9591bb /p/haskell-syb
parent81b9f5f1985b3e6867bdf43d1f687d0947c3890f (diff)
downloadDHG_packages-76685fbd6a30504b2cda6464c0f8feeb125c2d04.tar.gz
haskell-syb: Initial packaging of haskell-syb
Diffstat (limited to 'p/haskell-syb')
-rw-r--r--p/haskell-syb/debian/changelog5
-rw-r--r--p/haskell-syb/debian/compat1
-rw-r--r--p/haskell-syb/debian/control66
-rw-r--r--p/haskell-syb/debian/copyright50
-rwxr-xr-xp/haskell-syb/debian/rules4
-rw-r--r--p/haskell-syb/debian/source/format1
-rw-r--r--p/haskell-syb/debian/watch5
7 files changed, 132 insertions, 0 deletions
diff --git a/p/haskell-syb/debian/changelog b/p/haskell-syb/debian/changelog
new file mode 100644
index 000000000..f2464cb5d
--- /dev/null
+++ b/p/haskell-syb/debian/changelog
@@ -0,0 +1,5 @@
+haskell-syb (0.3-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- John Maintainer <maintainer@example.com> Thu, 01 Jan 1970 00:00:00 +0000
diff --git a/p/haskell-syb/debian/compat b/p/haskell-syb/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-syb/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-syb/debian/control b/p/haskell-syb/debian/control
new file mode 100644
index 000000000..d5caf0727
--- /dev/null
+++ b/p/haskell-syb/debian/control
@@ -0,0 +1,66 @@
+Source: haskell-syb
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: John Maintainer <maintainer@example.com>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.1
+Homepage: http://hackage.haskell.org/package/syb
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-syb
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-syb
+
+Package: libghc-syb-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Generic programming library for Haskell
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains the generics system known as "Scrap Your Boilerplate".
+ It defines the "Data" class of types permitting folding and unfolding of
+ constructor applications, instances of this class for primitive types, and a
+ variety of traversals.
+
+
+Package: libghc-syb-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Generic programming library for Haskell; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains the generics system known as "Scrap Your Boilerplate".
+ It defines the "Data" class of types permitting folding and unfolding of
+ constructor applications, instances of this class for primitive types, and a
+ variety of traversals.
+
+Package: libghc-syb-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Generic programming library for Haskell; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains the generics system known as "Scrap Your Boilerplate".
+ It defines the "Data" class of types permitting folding and unfolding of
+ constructor applications, instances of this class for primitive types, and a
+ variety of traversals.
diff --git a/p/haskell-syb/debian/copyright b/p/haskell-syb/debian/copyright
new file mode 100644
index 000000000..d99469351
--- /dev/null
+++ b/p/haskell-syb/debian/copyright
@@ -0,0 +1,50 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: syb
+Maintainer: Ralf Lammel, Simon Peyton Jones
+Source: http://hackage.haskell.org/package/syb
+
+Copyright: (c) The University of Glasgow, CWI 2001--2004
+ (c) 2002 Manuel M. T. Chakravarty
+ (c) 2002 Simon Peyton Jones
+License: The Glasgow Haskell Compiler License
+ 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 name of the University 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 UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.
+License: The Haskell 98 report license
+ The authors intend this Report to belong to the entire Haskell
+ community, and so we grant permission to copy and distribute it for
+ any purpose, provided that it is reproduced in its entirety,
+ including this Notice. Modified versions of this Report may also be
+ copied and distributed for any purpose, provided that the modified
+ version is clearly presented as such, and that it does not claim to
+ be a definition of the Haskell 98 Language.
+License: The FFI documentation license
+ The authors intend this Report to belong to the entire Haskell
+ community, and so we grant permission to copy and distribute it for
+ any purpose, provided that it is reproduced in its entirety,
+ including this Notice. Modified versions of this Report may also be
+ copied and distributed for any purpose, provided that the modified
+ version is clearly presented as such, and that it does not claim to
diff --git a/p/haskell-syb/debian/rules b/p/haskell-syb/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-syb/debian/rules
@@ -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 --git a/p/haskell-syb/debian/source/format b/p/haskell-syb/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-syb/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-syb/debian/watch b/p/haskell-syb/debian/watch
new file mode 100644
index 000000000..916c54892
--- /dev/null
+++ b/p/haskell-syb/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|syb-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/syb \
+ ([\d\.]*\d)/