summaryrefslogtreecommitdiff
path: root/p/haskell-mime-types
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-10-22 00:55:11 +0400
committerClint Adams <clint@debian.org>2012-10-22 00:55:11 +0400
commite1c5a19920419cc56dd7fc3e7c399a147fb601c4 (patch)
tree663576dfaeb8c9b739bceb3ed0401bdefc3a1ff6 /p/haskell-mime-types
parent076fec82ecfb8ef2947a71bdb5c161842833968f (diff)
downloadDHG_packages-e1c5a19920419cc56dd7fc3e7c399a147fb601c4.tar.gz
haskell-mime-types: Initial Check-In
Diffstat (limited to 'p/haskell-mime-types')
-rw-r--r--p/haskell-mime-types/debian/changelog11
-rw-r--r--p/haskell-mime-types/debian/compat1
-rw-r--r--p/haskell-mime-types/debian/control62
-rw-r--r--p/haskell-mime-types/debian/copyright20
-rwxr-xr-xp/haskell-mime-types/debian/rules4
-rw-r--r--p/haskell-mime-types/debian/source/format1
-rw-r--r--p/haskell-mime-types/debian/watch5
7 files changed, 104 insertions, 0 deletions
diff --git a/p/haskell-mime-types/debian/changelog b/p/haskell-mime-types/debian/changelog
new file mode 100644
index 000000000..30242c2de
--- /dev/null
+++ b/p/haskell-mime-types/debian/changelog
@@ -0,0 +1,11 @@
+haskell-mime-types (0.1.0.0-2) experimental; urgency=low
+
+ * Use haskell-devscripts >= 0.8.13.
+
+ -- Clint Adams <clint@debian.org> Sun, 21 Oct 2012 16:51:52 -0400
+
+haskell-mime-types (0.1.0.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sun, 21 Oct 2012 16:43:40 -0400
diff --git a/p/haskell-mime-types/debian/compat b/p/haskell-mime-types/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-mime-types/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-mime-types/debian/control b/p/haskell-mime-types/debian/control
new file mode 100644
index 000000000..5e341c90a
--- /dev/null
+++ b/p/haskell-mime-types/debian/control
@@ -0,0 +1,62 @@
+Source: haskell-mime-types
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8.13)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-text-dev
+ , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-text-doc
+Standards-Version: 3.9.4
+Homepage: https://github.com/yesodweb/wai
+
+Package: libghc-mime-types-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: basic mime-type handling types and functions
+ Basic mime-type handling types and functions
+ .
+ Author: Michael Snoyman
+ Upstream-Maintainer: michael@snoyman.com
+ .
+ This package contains the normal library files.
+
+Package: libghc-mime-types-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: basic mime-type handling types and functions; profiling libraries
+ Basic mime-type handling types and functions
+ .
+ Author: Michael Snoyman
+ Upstream-Maintainer: michael@snoyman.com
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-mime-types-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: basic mime-type handling types and functions; documentation
+ Basic mime-type handling types and functions
+ .
+ Author: Michael Snoyman
+ Upstream-Maintainer: michael@snoyman.com
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-mime-types/debian/copyright b/p/haskell-mime-types/debian/copyright
new file mode 100644
index 000000000..d9f041796
--- /dev/null
+++ b/p/haskell-mime-types/debian/copyright
@@ -0,0 +1,20 @@
+Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/p/haskell-mime-types/debian/rules b/p/haskell-mime-types/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-mime-types/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-mime-types/debian/source/format b/p/haskell-mime-types/debian/source/format
new file mode 100644
index 000000000..46ebe0266
--- /dev/null
+++ b/p/haskell-mime-types/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/p/haskell-mime-types/debian/watch b/p/haskell-mime-types/debian/watch
new file mode 100644
index 000000000..6e5c88868
--- /dev/null
+++ b/p/haskell-mime-types/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|mime-types-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/mime-types \
+ ([\d\.]*\d)/