[Pkg-haskell-commits] darcs: haskell-mime-types: Initial Check-In

Clint Adams clint at debian.org
Sun Oct 21 20:55:33 UTC 2012


Sun Oct 21 20:55:11 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 6d01755c9c3fd46f2e39f938a7c4b205

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun Oct 21 20:55:11 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 6d01755c9c3fd46f2e39f938a7c4b205
diff -rN -u old-haskell-mime-types//changelog new-haskell-mime-types//changelog
--- old-haskell-mime-types//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//changelog	2012-10-21 20:55:33.130229818 +0000
@@ -0,0 +1,12 @@
+haskell-mime-types (0.1.0.0-2) experimental; urgency=low
+
+  * Use haskell-devscripts >= 0.8.13.
+
+ -- Clint Adams <clint at 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 at debian.org>  Sun, 21 Oct 2012 16:43:40 -0400
+
diff -rN -u old-haskell-mime-types//compat new-haskell-mime-types//compat
--- old-haskell-mime-types//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//compat	2012-10-21 20:55:33.130229818 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-mime-types//control new-haskell-mime-types//control
--- old-haskell-mime-types//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//control	2012-10-21 20:55:33.130229818 +0000
@@ -0,0 +1,62 @@
+Source: haskell-mime-types
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at 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 at 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 at 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 at snoyman.com
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-mime-types//copyright new-haskell-mime-types//copyright
--- old-haskell-mime-types//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//copyright	2012-10-21 20:55:33.130229818 +0000
@@ -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 -rN -u old-haskell-mime-types//rules new-haskell-mime-types//rules
--- old-haskell-mime-types//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//rules	2012-10-21 20:55:33.134230466 +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-mime-types//source/format new-haskell-mime-types//source/format
--- old-haskell-mime-types//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//source/format	2012-10-21 20:55:33.134230466 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-mime-types//watch new-haskell-mime-types//watch
--- old-haskell-mime-types//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-types//watch	2012-10-21 20:55:33.134230466 +0000
@@ -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)/





More information about the Pkg-haskell-commits mailing list