[Pkg-haskell-commits] darcs: haskell-bindings-nettle: Initial packaging.
Clint Adams
clint at debian.org
Mon Aug 26 20:16:14 UTC 2013
Mon Aug 26 20:15:40 UTC 2013 Clint Adams <clint at debian.org>
* Initial packaging.
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Aug 26 20:15:40 UTC 2013 Clint Adams <clint at debian.org>
* Initial packaging.
diff -rN -u old-haskell-bindings-nettle/changelog new-haskell-bindings-nettle/changelog
--- old-haskell-bindings-nettle/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/changelog 2013-08-26 20:16:14.729535375 +0000
@@ -0,0 +1,5 @@
+haskell-bindings-nettle (0.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Mon, 26 Aug 2013 13:04:11 -0700
diff -rN -u old-haskell-bindings-nettle/compat new-haskell-bindings-nettle/compat
--- old-haskell-bindings-nettle/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/compat 2013-08-26 20:16:14.729535375 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-bindings-nettle/control new-haskell-bindings-nettle/control
--- old-haskell-bindings-nettle/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/control 2013-08-26 20:16:14.729535375 +0000
@@ -0,0 +1,58 @@
+Source: haskell-bindings-nettle
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-bindings-dsl-dev
+ , pkg-config
+ , nettle-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/bindings-nettle
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-nettle
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-nettle
+X-Description: Haskell bindings to nettle crypto library
+ This contains bindings to some of the cipher and hash functions of
+ nettle.
+
+Package: libghc-bindings-nettle-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , nettle-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-bindings-nettle-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-bindings-nettle-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-bindings-nettle/copyright new-haskell-bindings-nettle/copyright
--- old-haskell-bindings-nettle/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/copyright 2013-08-26 20:16:14.729535375 +0000
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bindings-nettle
+Upstream-Contact: Clint Adams <clint at debian.org>
+Source: http://hackage.haskell.org/package/bindings-nettle
+
+Files: *
+Copyright: 2013 Clint Adams
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: GPL-3+
+
+License: GPL-3+
+ See /usr/share/common-licenses/GPL-3 on your Debian system.
diff -rN -u old-haskell-bindings-nettle/rules new-haskell-bindings-nettle/rules
--- old-haskell-bindings-nettle/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/rules 2013-08-26 20:16:14.733534915 +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-bindings-nettle/source/format new-haskell-bindings-nettle/source/format
--- old-haskell-bindings-nettle/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/source/format 2013-08-26 20:16:14.733534915 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-bindings-nettle/watch new-haskell-bindings-nettle/watch
--- old-haskell-bindings-nettle/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bindings-nettle/watch 2013-08-26 20:16:14.733534915 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bindings-nettle-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/bindings-nettle \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list