summaryrefslogtreecommitdiff
path: root/p/haskell-uri
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-14 02:28:36 +0400
committerJoey Hess <joey@kitenet.net>2012-03-14 02:28:36 +0400
commit0a7eb2373b74fc1b43fe64eebb2c0b451fe4d7eb (patch)
treec08df30a44b441195d092b4228bbac0e1de0bf83 /p/haskell-uri
parent59c27ec3e3fcf8b5588de0370edfec0943ee3b56 (diff)
downloadDHG_packages-0a7eb2373b74fc1b43fe64eebb2c0b451fe4d7eb.tar.gz
haskell-uri: debianization
Needed by the github library.
Diffstat (limited to 'p/haskell-uri')
-rw-r--r--p/haskell-uri/debian/changelog5
-rw-r--r--p/haskell-uri/debian/compat1
-rw-r--r--p/haskell-uri/debian/control63
-rw-r--r--p/haskell-uri/debian/copyright41
-rwxr-xr-xp/haskell-uri/debian/rules4
-rw-r--r--p/haskell-uri/debian/source/format1
-rw-r--r--p/haskell-uri/debian/watch5
7 files changed, 120 insertions, 0 deletions
diff --git a/p/haskell-uri/debian/changelog b/p/haskell-uri/debian/changelog
new file mode 100644
index 000000000..a889f8ebd
--- /dev/null
+++ b/p/haskell-uri/debian/changelog
@@ -0,0 +1,5 @@
+haskell-uri (0.1.6-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 13 Mar 2012 13:09:07 -0400
diff --git a/p/haskell-uri/debian/compat b/p/haskell-uri/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-uri/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-uri/debian/control b/p/haskell-uri/debian/control
new file mode 100644
index 000000000..98499d49d
--- /dev/null
+++ b/p/haskell-uri/debian/control
@@ -0,0 +1,63 @@
+Source: haskell-uri
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-parsec3-dev (>= 3.0)
+ , libghc-parsec3-prof
+ , libghc-safe-dev
+ , libghc-safe-prof
+ , libghc-utf8-string-dev
+ , libghc-utf8-string-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-parsec3-doc
+ , libghc-safe-doc
+ , libghc-utf8-string-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/uri
+Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-uri.git/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-haskell/haskell-uri.git;a=summary
+
+Package: libghc-uri-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell Text.URI library - GHC libraries
+ This is a Haskell library for working with URIs, including parsing,
+ rendering, merging, escaping
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-uri-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell Text.URI library - GHC profiling libraries
+ This is a Haskell library for working with URIs, including parsing,
+ rendering, merging, escaping
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-uri-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell Text.URI library - documentation
+ This is a Haskell library for working with URIs, including parsing,
+ rendering, merging, escaping
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-uri/debian/copyright b/p/haskell-uri/debian/copyright
new file mode 100644
index 000000000..06f040f60
--- /dev/null
+++ b/p/haskell-uri/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: uri
+Upstream-Contact: voker57@gmail.com
+Source: http://hackage.haskell.org/package/uri
+
+Files: *
+Copyright: Johan Tibell <johan.tibell@gmail.com>
+ (c) 2009, Voker57 <coker57@gmail.com>
+License: BSD
+ 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.
+ .
+ The name of author may not be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT HOLDER OR 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: © 2012 Joey Hess <joeyh@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-uri/debian/rules b/p/haskell-uri/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-uri/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-uri/debian/source/format b/p/haskell-uri/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-uri/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-uri/debian/watch b/p/haskell-uri/debian/watch
new file mode 100644
index 000000000..b9fadf061
--- /dev/null
+++ b/p/haskell-uri/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|uri-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/uri \
+ ([\d\.]*\d)/