summaryrefslogtreecommitdiff
path: root/p/haskell-gnutls/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-03-08 03:22:34 +0400
committerClint Adams <clint@debian.org>2012-03-08 03:22:34 +0400
commitf55e06d25b5b1a3c6a75df0a63cf9263420d2845 (patch)
tree02d5897409d6b38eff7fd39e4781d7599fc5d139 /p/haskell-gnutls/debian
parent2d0bcaca03edc0b816001295d48c37ca8eaea130 (diff)
downloadDHG_packages-f55e06d25b5b1a3c6a75df0a63cf9263420d2845.tar.gz
haskell-gnutls: Initial Check-In
Diffstat (limited to 'p/haskell-gnutls/debian')
-rw-r--r--p/haskell-gnutls/debian/changelog5
-rw-r--r--p/haskell-gnutls/debian/compat1
-rw-r--r--p/haskell-gnutls/debian/control62
-rw-r--r--p/haskell-gnutls/debian/copyright7
-rwxr-xr-xp/haskell-gnutls/debian/rules3
-rw-r--r--p/haskell-gnutls/debian/source/format1
-rw-r--r--p/haskell-gnutls/debian/watch5
7 files changed, 84 insertions, 0 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog
new file mode 100644
index 000000000..70a2dbea9
--- /dev/null
+++ b/p/haskell-gnutls/debian/changelog
@@ -0,0 +1,5 @@
+haskell-gnutls (0.1.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Wed, 07 Mar 2012 18:01:23 -0500
diff --git a/p/haskell-gnutls/debian/compat b/p/haskell-gnutls/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-gnutls/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control
new file mode 100644
index 000000000..5259e4349
--- /dev/null
+++ b/p/haskell-gnutls/debian/control
@@ -0,0 +1,62 @@
+Source: haskell-gnutls
+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)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-monads-tf-dev (>> 0.1)
+ , libghc-monads-tf-dev (<< 0.2)
+ , libghc-monads-tf-prof
+ , libghc-transformers-dev (>> 0.2)
+ , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-prof
+ , pkg-config
+ , libgnutls-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-monads-tf-doc
+ , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: http://www.yesodweb.com/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gnutls
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gnutls
+
+Package: libghc-gnutls-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for GNU TLS
+ This library provides Haskell bindings for gnutls.
+ .
+ This package contains the normal library files.
+
+Package: libghc-gnutls-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for GNU TLS; profiling libraries
+ This library provides Haskell bindings for gnutls.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-gnutls-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings for GNU TLS; documentation
+ This library provides Haskell bindings for gnutls.
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-gnutls/debian/copyright b/p/haskell-gnutls/debian/copyright
new file mode 100644
index 000000000..b3fc11d3d
--- /dev/null
+++ b/p/haskell-gnutls/debian/copyright
@@ -0,0 +1,7 @@
+This software is
+
+Copyright 2010, John Millikin
+
+and released under the GNU GPL version 3 or later.
+You can find the complete text in
+/usr/share/common-licenses/GPL-3 on your Debian system.
diff --git a/p/haskell-gnutls/debian/rules b/p/haskell-gnutls/debian/rules
new file mode 100755
index 000000000..4f5b8e442
--- /dev/null
+++ b/p/haskell-gnutls/debian/rules
@@ -0,0 +1,3 @@
+#!/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-gnutls/debian/source/format b/p/haskell-gnutls/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-gnutls/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-gnutls/debian/watch b/p/haskell-gnutls/debian/watch
new file mode 100644
index 000000000..5a802685e
--- /dev/null
+++ b/p/haskell-gnutls/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gnutls-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/gnutls \
+ ([\d\.]*\d)/