summaryrefslogtreecommitdiff
path: root/p/haskell-murmur-hash
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-07-27 11:01:06 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-07-27 11:01:06 +0200
commited5422645f15bd4f3190464af40d90a24dea7e03 (patch)
tree6943c48792e5c6877781c27d23b2013d2b6b65de /p/haskell-murmur-hash
parentc1d2ae1f86bd5d64198f1ecd103a0c7d342d261c (diff)
downloadDHG_packages-ed5422645f15bd4f3190464af40d90a24dea7e03.tar.gz
Remove packages that have been removed from the archive
See #792614
Diffstat (limited to 'p/haskell-murmur-hash')
-rw-r--r--p/haskell-murmur-hash/debian/changelog46
-rw-r--r--p/haskell-murmur-hash/debian/compat1
-rw-r--r--p/haskell-murmur-hash/debian/control68
-rw-r--r--p/haskell-murmur-hash/debian/copyright29
-rwxr-xr-xp/haskell-murmur-hash/debian/rules3
-rw-r--r--p/haskell-murmur-hash/debian/source/format1
-rw-r--r--p/haskell-murmur-hash/debian/watch2
7 files changed, 0 insertions, 150 deletions
diff --git a/p/haskell-murmur-hash/debian/changelog b/p/haskell-murmur-hash/debian/changelog
deleted file mode 100644
index e6f2fe4e6..000000000
--- a/p/haskell-murmur-hash/debian/changelog
+++ /dev/null
@@ -1,46 +0,0 @@
-haskell-murmur-hash (0.1.0.7-3) unstable; urgency=medium
-
- * Upload to unstable
-
- -- Joachim Breitner <nomeata@debian.org> Mon, 27 Apr 2015 11:51:51 +0200
-
-haskell-murmur-hash (0.1.0.7-2) experimental; urgency=medium
-
- * Depend on haskell-devscripts 0.9, found in experimental
-
- -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:11:29 +0100
-
-haskell-murmur-hash (0.1.0.7-1) unstable; urgency=low
-
- * Adjust watch file to new hackage layout
- * New upstream release
-
- -- Joachim Breitner <nomeata@debian.org> Mon, 04 Aug 2014 23:52:51 +0200
-
-haskell-murmur-hash (0.1.0.6-2) unstable; urgency=low
-
- * Enable compat level 9
-
- -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 12:51:29 +0200
-
-haskell-murmur-hash (0.1.0.6-1) experimental; urgency=low
-
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
- against experimental
- * Bump standards version, no change
- * New upstream release
-
- -- Joachim Breitner <nomeata@debian.org> Fri, 19 Oct 2012 22:54:08 +0200
-
-haskell-murmur-hash (0.1.0.5-2) unstable; urgency=low
-
- * Sourceful upload to rebuild documentation package
-
- -- Joachim Breitner <nomeata@debian.org> Mon, 06 Feb 2012 18:01:04 +0100
-
-haskell-murmur-hash (0.1.0.5-1) unstable; urgency=low
-
- * Debianization generated by cabal-debian
- * ITP (Closes: #653456)
-
- -- Kiwamu Okabe <kiwamu@debian.or.jp> Thu, 29 Dec 2011 01:20:09 +0900
diff --git a/p/haskell-murmur-hash/debian/compat b/p/haskell-murmur-hash/debian/compat
deleted file mode 100644
index ec635144f..000000000
--- a/p/haskell-murmur-hash/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/haskell-murmur-hash/debian/control b/p/haskell-murmur-hash/debian/control
deleted file mode 100644
index 8cf460aaa..000000000
--- a/p/haskell-murmur-hash/debian/control
+++ /dev/null
@@ -1,68 +0,0 @@
-Source: haskell-murmur-hash
-Priority: extra
-Section: haskell
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
- cdbs,
- ghc,
- ghc-prof
-Build-Depends-Indep: ghc-doc
-Standards-Version: 3.9.4
-Homepage: http://github.com/nominolo/murmur-hash
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-murmur-hash
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-murmur-hash
-DM-Upload-Allowed: yes
-
-Package: libghc-murmur-hash-dev
-Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: MurmurHash2 implementation for Haskell.
- Implements MurmurHash2, a good, fast, general-purpose,
- non-cryptographic hashing function. See
- <http://murmurhash.googlepages.com/> for details.
- .
- This implementation is pure Haskell, so it might be a bit slower
- than a C FFI binding.
- .
- This package contains the normal library files.
-
-Package: libghc-murmur-hash-prof
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: MurmurHash2 implementation for Haskell.; profiling libraries
- Implements MurmurHash2, a good, fast, general-purpose,
- non-cryptographic hashing function. See
- <http://murmurhash.googlepages.com/> for details.
- .
- This implementation is pure Haskell, so it might be a bit slower
- than a C FFI binding.
- .
- This package contains the libraries compiled with profiling enabled.
-
-Package: libghc-murmur-hash-doc
-Architecture: all
-Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Description: MurmurHash2 implementation for Haskell.; documentation
- Implements MurmurHash2, a good, fast, general-purpose,
- non-cryptographic hashing function. See
- <http://murmurhash.googlepages.com/> for details.
- .
- This implementation is pure Haskell, so it might be a bit slower
- than a C FFI binding.
- .
- This package contains the documentation files.
diff --git a/p/haskell-murmur-hash/debian/copyright b/p/haskell-murmur-hash/debian/copyright
deleted file mode 100644
index 2911ee82c..000000000
--- a/p/haskell-murmur-hash/debian/copyright
+++ /dev/null
@@ -1,29 +0,0 @@
-Copyright (c) 2010, Thomas Schilling
-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 author 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 AUTHOR(S) 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.
diff --git a/p/haskell-murmur-hash/debian/rules b/p/haskell-murmur-hash/debian/rules
deleted file mode 100755
index 4f5b8e442..000000000
--- a/p/haskell-murmur-hash/debian/rules
+++ /dev/null
@@ -1,3 +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-murmur-hash/debian/source/format b/p/haskell-murmur-hash/debian/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/p/haskell-murmur-hash/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/haskell-murmur-hash/debian/watch b/p/haskell-murmur-hash/debian/watch
deleted file mode 100644
index e1a9415dc..000000000
--- a/p/haskell-murmur-hash/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/murmur-hash/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))