[DHG_packages] 01/01: add alsa-core
Clint Adams
clint at moszumanska.debian.org
Thu Jul 6 02:45:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit c21adcc113b249bb291ca4fc4b021cf6d8a1642b
Author: Clint Adams <clint at debian.org>
Date: Wed Jul 5 22:40:19 2017 -0400
add alsa-core
---
p/haskell-alsa-core/debian/changelog | 5 +++
p/haskell-alsa-core/debian/compat | 1 +
p/haskell-alsa-core/debian/control | 63 ++++++++++++++++++++++++++++++++
p/haskell-alsa-core/debian/copyright | 21 +++++++++++
p/haskell-alsa-core/debian/rules | 8 ++++
p/haskell-alsa-core/debian/source/format | 1 +
p/haskell-alsa-core/debian/watch | 2 +
7 files changed, 101 insertions(+)
diff --git a/p/haskell-alsa-core/debian/changelog b/p/haskell-alsa-core/debian/changelog
new file mode 100644
index 0000000..6a6d942
--- /dev/null
+++ b/p/haskell-alsa-core/debian/changelog
@@ -0,0 +1,5 @@
+haskell-alsa-core (0.5.0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Wed, 05 Jul 2017 22:37:53 -0400
diff --git a/p/haskell-alsa-core/debian/compat b/p/haskell-alsa-core/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-alsa-core/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-alsa-core/debian/control b/p/haskell-alsa-core/debian/control
new file mode 100644
index 0000000..c307aec
--- /dev/null
+++ b/p/haskell-alsa-core/debian/control
@@ -0,0 +1,63 @@
+Source: haskell-alsa-core
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-extensible-exceptions-dev (>= 0.1.1),
+ libghc-extensible-exceptions-dev (<< 0.2),
+ libghc-extensible-exceptions-prof (>= 0.1.1),
+ libghc-extensible-exceptions-prof (<< 0.2),
+ libasound2-dev,
+ pkg-config,
+Build-Depends-Indep: ghc-doc,
+ libghc-extensible-exceptions-doc,
+Standards-Version: 4.0.0
+Homepage: http://www.haskell.org/haskellwiki/ALSA
+X-Description: binding to the ALSA Library API (Exceptions)
+ This package provides access to ALSA infrastructure,
+ that is needed by both alsa-seq and alsa-pcm.
+
+Package: libghc-alsa-core-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-alsa-core-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-alsa-core-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-alsa-core/debian/copyright b/p/haskell-alsa-core/debian/copyright
new file mode 100644
index 0000000..d60a14c
--- /dev/null
+++ b/p/haskell-alsa-core/debian/copyright
@@ -0,0 +1,21 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: alsa-core
+Upstream-Contact: Henning Thielemann <alsa at henning-thielemann.de>
+Source: https://hackage.haskell.org/package/alsa-core
+
+Files: *
+Copyright: 2006 Bjorn Bringert
+ 2006 Iavor S. Diatchki
+ 2009-2010 Henning Thielemann
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 --git a/p/haskell-alsa-core/debian/rules b/p/haskell-alsa-core/debian/rules
new file mode 100755
index 0000000..5b27ef0
--- /dev/null
+++ b/p/haskell-alsa-core/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = alsa-core
+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-alsa-core/debian/source/format b/p/haskell-alsa-core/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-alsa-core/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-alsa-core/debian/watch b/p/haskell-alsa-core/debian/watch
new file mode 100644
index 0000000..0b737fb
--- /dev/null
+++ b/p/haskell-alsa-core/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/alsa-core/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