[DHG_packages] 53/101: Initial packaging of hstatsd-0.1

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 1727bc27209428bb7b6c084ff91b7fe7fb3f8075
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:59:05 2015 +0000

    Initial packaging of hstatsd-0.1
---
 p/haskell-hstatsd/debian/changelog     |  5 +++
 p/haskell-hstatsd/debian/compat        |  1 +
 p/haskell-hstatsd/debian/control       | 66 ++++++++++++++++++++++++++++++++++
 p/haskell-hstatsd/debian/copyright     | 12 +++++++
 p/haskell-hstatsd/debian/rules         |  7 ++++
 p/haskell-hstatsd/debian/source/format |  1 +
 p/haskell-hstatsd/debian/watch         |  2 ++
 7 files changed, 94 insertions(+)

diff --git a/p/haskell-hstatsd/debian/changelog b/p/haskell-hstatsd/debian/changelog
new file mode 100644
index 0000000..6fc246b
--- /dev/null
+++ b/p/haskell-hstatsd/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hstatsd (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 17:59:06 +0000
diff --git a/p/haskell-hstatsd/debian/compat b/p/haskell-hstatsd/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-hstatsd/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hstatsd/debian/control b/p/haskell-hstatsd/debian/control
new file mode 100644
index 0000000..5491cd0
--- /dev/null
+++ b/p/haskell-hstatsd/debian/control
@@ -0,0 +1,66 @@
+Source: haskell-hstatsd
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/mokus0/hstatsd
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hstatsd
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hstatsd
+X-Description: Quick and dirty statsd interface
+ This package provides a quick and dirty interface for statsd.
+
+Package: libghc-hstatsd-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hstatsd-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hstatsd-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-hstatsd/debian/copyright b/p/haskell-hstatsd/debian/copyright
new file mode 100644
index 0000000..afff0ae
--- /dev/null
+++ b/p/haskell-hstatsd/debian/copyright
@@ -0,0 +1,12 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hstatsd
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: https://hackage.haskell.org/package/hstatsd
+
+Files: *
+Copyright: James Cook <mokus at deepbondi.net>
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain
diff --git a/p/haskell-hstatsd/debian/rules b/p/haskell-hstatsd/debian/rules
new file mode 100755
index 0000000..b0a5b4e
--- /dev/null
+++ b/p/haskell-hstatsd/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = hstatsd
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-hstatsd/debian/source/format b/p/haskell-hstatsd/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hstatsd/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hstatsd/debian/watch b/p/haskell-hstatsd/debian/watch
new file mode 100644
index 0000000..518bd7b
--- /dev/null
+++ b/p/haskell-hstatsd/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hstatsd/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list