[DHG_packages] 01/01: add tidal

Clint Adams clint at moszumanska.debian.org
Mon Jul 17 02:26:11 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 ec0949d4796c03599d8db6e8702482637a6efc5d
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 16 22:26:01 2017 -0400

    add tidal
---
 p/haskell-tidal/debian/changelog     |  5 ++
 p/haskell-tidal/debian/compat        |  1 +
 p/haskell-tidal/debian/control       | 99 ++++++++++++++++++++++++++++++++++++
 p/haskell-tidal/debian/copyright     | 15 ++++++
 p/haskell-tidal/debian/rules         |  8 +++
 p/haskell-tidal/debian/source/format |  1 +
 p/haskell-tidal/debian/watch         |  2 +
 7 files changed, 131 insertions(+)

diff --git a/p/haskell-tidal/debian/changelog b/p/haskell-tidal/debian/changelog
new file mode 100644
index 0000000..9e81686
--- /dev/null
+++ b/p/haskell-tidal/debian/changelog
@@ -0,0 +1,5 @@
+haskell-tidal (0.8.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Jul 2017 21:59:18 -0400
diff --git a/p/haskell-tidal/debian/compat b/p/haskell-tidal/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-tidal/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-tidal/debian/control b/p/haskell-tidal/debian/control
new file mode 100644
index 0000000..bfd736f
--- /dev/null
+++ b/p/haskell-tidal/debian/control
@@ -0,0 +1,99 @@
+Source: haskell-tidal
+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-colour-dev,
+ libghc-colour-prof,
+ libghc-hashable-dev,
+ libghc-hashable-prof,
+ libghc-hmt-dev,
+ libghc-hmt-prof,
+ libghc-hosc-dev (>> 0.13),
+ libghc-hosc-prof (>> 0.13),
+ libghc-mersenne-random-pure64-dev,
+ libghc-mersenne-random-pure64-prof,
+ libghc-mtl-dev (>= 2.1),
+ libghc-mtl-prof (>= 2.1),
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-websockets-dev (>> 0.8),
+ libghc-websockets-prof (>> 0.8),
+Build-Depends-Indep: ghc-doc,
+ libghc-colour-doc,
+ libghc-hashable-doc,
+ libghc-hmt-doc,
+ libghc-hosc-doc,
+ libghc-mersenne-random-pure64-doc,
+ libghc-mtl-doc,
+ libghc-parsec3-doc,
+ libghc-text-doc,
+ libghc-websockets-doc,
+Standards-Version: 4.0.0
+Homepage: http://tidal.lurk.org/
+X-Description: pattern language for improvised music
+ TidalCycles (or Tidal for short) is a domain-specific language for
+ live coding patterns.  It allows you to make musical patterns with
+ text, describing sequences and ways of transforming and combining
+ them, exploring complex interactions between simple parts.
+ .
+ Tidal allows you to express music with very flexible timing, providing
+ a little language for describing patterns as step sequences (which
+ can be polyphonic and polymetric), some generators of continuous
+ patterns (e.g. sinewaves, sawtooths) and a wide range of pattern
+ transformations.
+ .
+ Tidal is highly composable in that pattern transformations can be
+ easily combined together, allowing you to quickly create complex
+ patterns from simple ingredients.
+ .
+ Tidal does not make sound itself, but is designed for use with the
+ SuperDirt synth, and can control other synths over Open Sound Control
+ or MIDI.
+
+Package: libghc-tidal-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-tidal-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-tidal-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-tidal/debian/copyright b/p/haskell-tidal/debian/copyright
new file mode 100644
index 0000000..da3f887
--- /dev/null
+++ b/p/haskell-tidal/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tidal
+Upstream-Contact: Alex McLean <alex at slab.org>, Mike Hodnick <mike.hodnick at gmail.com>
+Source: https://hackage.haskell.org/package/tidal
+
+Files: *
+Copyright: 2016 Alex McLean and other contributors
+License: GPL-3+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-3+
+
+License: GPL-3+
+ See /usr/share/common-licenses/GPL-3 on your Debian-based system.
diff --git a/p/haskell-tidal/debian/rules b/p/haskell-tidal/debian/rules
new file mode 100755
index 0000000..92d49ea
--- /dev/null
+++ b/p/haskell-tidal/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = tidal
+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-tidal/debian/source/format b/p/haskell-tidal/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-tidal/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-tidal/debian/watch b/p/haskell-tidal/debian/watch
new file mode 100644
index 0000000..a039a6a
--- /dev/null
+++ b/p/haskell-tidal/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tidal/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