summaryrefslogtreecommitdiff
path: root/p/haskell-deepseq
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-deepseq')
-rw-r--r--p/haskell-deepseq/debian/changelog55
-rw-r--r--p/haskell-deepseq/debian/compat1
-rw-r--r--p/haskell-deepseq/debian/control55
-rw-r--r--p/haskell-deepseq/debian/copyright44
-rwxr-xr-xp/haskell-deepseq/debian/rules4
-rw-r--r--p/haskell-deepseq/debian/source/format1
-rw-r--r--p/haskell-deepseq/debian/watch5
7 files changed, 0 insertions, 165 deletions
diff --git a/p/haskell-deepseq/debian/changelog b/p/haskell-deepseq/debian/changelog
deleted file mode 100644
index 7d21bece2..000000000
--- a/p/haskell-deepseq/debian/changelog
+++ /dev/null
@@ -1,55 +0,0 @@
-haskell-deepseq (1.3.0.0-1) unstable; urgency=low
-
- * New upstream release
-
- -- Joachim Breitner <nomeata@debian.org> Sat, 04 Feb 2012 11:34:51 +0100
-
-haskell-deepseq (1.1.0.2-2) unstable; urgency=low
-
- * Remove doc-base file (Closes: #620183)
-
- -- Joachim Breitner <nomeata@debian.org> Thu, 31 Mar 2011 18:45:36 +0530
-
-haskell-deepseq (1.1.0.2-1) unstable; urgency=low
-
- [ Marco Túlio Gontijo e Silva ]
- * debian/source/format: Use 3.0 (quilt).
-
- [ Marco Silva ]
- * Use ghc instead of ghc6
-
- [ Giovanni Mascellani ]
- * Updated my email address.
-
- [ Joachim Breitner ]
- * New upstream release
-
- -- Joachim Breitner <nomeata@debian.org> Sun, 27 Mar 2011 10:38:31 +0530
-
-haskell-deepseq (1.1.0.0-2) unstable; urgency=low
-
- [ Marco Túlio Gontijo e Silva ]
- * debian/watch: Use format that works for --download-current-version.
- * debian/watch: Add .tar.gz to downloaded filename.
- * debian/watch: Include package name in downloaded .tar.gz.
- * debian/watch: Remove spaces, since they're not allowed by uscan.
- * debian/control: Add field Provides: ${haskell:Provides} to -dev and
- -prof packages.
- * debian/control: Use comma in the beginning of the line.
- * debian/control: Remove dependency in hscolour, since it's now a
- dependency of haskell-devscripts.
- * debian/control: Remove haddock from Build-Depends:, since it's now a
- Depends: of haskell-devscripts.
- * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
-
- [ Joachim Breitner ]
- * Bump haskell-devscripts dependency to 0.7
- * Removed hugs package
-
- -- Joachim Breitner <nomeata@debian.org> Sat, 20 Feb 2010 15:57:43 +0100
-
-haskell-deepseq (1.1.0.0-1) unstable; urgency=low
-
- * Initial release. (closes: #562255)
-
- -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Fri, 25 Dec 2009 12:19:12 +0100
diff --git a/p/haskell-deepseq/debian/compat b/p/haskell-deepseq/debian/compat
deleted file mode 100644
index c7930257d..000000000
--- a/p/haskell-deepseq/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7 \ No newline at end of file
diff --git a/p/haskell-deepseq/debian/control b/p/haskell-deepseq/debian/control
deleted file mode 100644
index e9bea4072..000000000
--- a/p/haskell-deepseq/debian/control
+++ /dev/null
@@ -1,55 +0,0 @@
-Source: haskell-deepseq
-Priority: extra
-Section: haskell
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio@debian.org>
-Build-Depends: debhelper (>= 7)
- , haskell-devscripts (>= 0.7)
- , cdbs
- , ghc
- , ghc-prof
- , ghc-doc
-Standards-Version: 3.8.4
-Homepage: http://hackage.haskell.org/package/deepseq
-Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-deepseq
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-deepseq
-
-Package: libghc-deepseq-dev
-Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
- , ${shlibs:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: "Deep" version for Haskell seq - GHC libraries
- Evaluates a full Haskell data structure, where the lazy Haskell interpreter
- normally would skip it.
- .
- This package contains the libraries compiled for GHC.
-
-Package: libghc-deepseq-prof
-Architecture: any
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Provides: ${haskell:Provides}
-Description: "Deep" version for Haskell seq - GHC profiling libraries
- Evaluates a full Haskell data structure, where the lazy Haskell interpreter
- normally would skip it.
- .
- This package contains the profiling libraries compiled for GHC.
-
-Package: libghc-deepseq-doc
-Section: doc
-Architecture: all
-Depends: ${haskell:Depends}
- , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Recommends}
-Description: "Deep" version for Haskell seq - documentation
- Evaluates a full Haskell data structure, where the lazy Haskell interpreter
- normally would skip it.
- .
- This package contains the library documentation.
diff --git a/p/haskell-deepseq/debian/copyright b/p/haskell-deepseq/debian/copyright
deleted file mode 100644
index 3d7b37ab3..000000000
--- a/p/haskell-deepseq/debian/copyright
+++ /dev/null
@@ -1,44 +0,0 @@
-Format-Specification: http://dep.debian.net/deps/dep5
-Name: "Deep" version for Haskell seq
-Maintainer: Simon Marlow
-Source: http://hackage.haskell.org/package/deepseq
-
-Files: *
-Copyright: © 2001-2009 The University Court of the University of Glasgow
- © 2009 Simon Marlow <marlowsd@gmail.com>
-License: other
- 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 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.
-
-Files: debian/*
-Copyright: © 2009 Giovanni Mascellani <gio@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 --git a/p/haskell-deepseq/debian/rules b/p/haskell-deepseq/debian/rules
deleted file mode 100755
index 683e77bcf..000000000
--- a/p/haskell-deepseq/debian/rules
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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-deepseq/debian/source/format b/p/haskell-deepseq/debian/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/p/haskell-deepseq/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/haskell-deepseq/debian/watch b/p/haskell-deepseq/debian/watch
deleted file mode 100644
index a8f699910..000000000
--- a/p/haskell-deepseq/debian/watch
+++ /dev/null
@@ -1,5 +0,0 @@
-version=3
-opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|deepseq-$1.tar.gz|" \
- http://hackage.haskell.org/packages/archive/deepseq \
- ([\d\.]*\d)/