[DHG_packages] 01/01: add hmt
Clint Adams
clint at moszumanska.debian.org
Thu Jul 13 21:08:10 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 e30a38d1945cd2f10850d69fb406adadc346da28
Author: Clint Adams <clint at debian.org>
Date: Thu Jul 13 17:07:58 2017 -0400
add hmt
---
p/haskell-hmt/debian/changelog | 5 +++
p/haskell-hmt/debian/compat | 1 +
p/haskell-hmt/debian/control | 89 ++++++++++++++++++++++++++++++++++++++
p/haskell-hmt/debian/copyright | 15 +++++++
p/haskell-hmt/debian/rules | 8 ++++
p/haskell-hmt/debian/source/format | 1 +
p/haskell-hmt/debian/watch | 2 +
7 files changed, 121 insertions(+)
diff --git a/p/haskell-hmt/debian/changelog b/p/haskell-hmt/debian/changelog
new file mode 100644
index 0000000..58f1830
--- /dev/null
+++ b/p/haskell-hmt/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hmt (0.15-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Jul 2017 16:59:40 -0400
diff --git a/p/haskell-hmt/debian/compat b/p/haskell-hmt/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-hmt/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-hmt/debian/control b/p/haskell-hmt/debian/control
new file mode 100644
index 0000000..abc5981
--- /dev/null
+++ b/p/haskell-hmt/debian/control
@@ -0,0 +1,89 @@
+Source: haskell-hmt
+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-data-ordlist-dev,
+ libghc-data-ordlist-prof,
+ libghc-lazy-csv-dev,
+ libghc-lazy-csv-prof,
+ libghc-logict-dev,
+ libghc-logict-prof,
+ libghc-multiset-comb-dev,
+ libghc-multiset-comb-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-permutation-dev,
+ libghc-permutation-prof,
+ libghc-primes-dev,
+ libghc-primes-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
+ libghc-split-dev,
+ libghc-split-prof,
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-colour-doc,
+ libghc-data-ordlist-doc,
+ libghc-lazy-csv-doc,
+ libghc-logict-doc,
+ libghc-multiset-comb-doc,
+ libghc-parsec3-doc,
+ libghc-permutation-doc,
+ libghc-primes-doc,
+ libghc-safe-doc,
+ libghc-split-doc,
+ libghc-utf8-string-doc,
+Standards-Version: 4.0.0
+Homepage: http://rd.slavepianos.org/t/hmt
+X-Description: Haskell Music Theory
+ Music theory operations in Haskell, primarily focused on 'set
+ theory' and 'common music notation'.
+
+Package: libghc-hmt-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-hmt-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-hmt-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-hmt/debian/copyright b/p/haskell-hmt/debian/copyright
new file mode 100644
index 0000000..4ab5f36
--- /dev/null
+++ b/p/haskell-hmt/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hmt
+Upstream-Contact: Rohan Drape <rd at slavepianos.org>
+Source: https://hackage.haskell.org/package/hmt
+
+Files: *
+Copyright: Rohan Drape, 2006-2014
+License: GPL
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL
+
+License: GPL
+ See /usr/share/common-licenses/GPL* on your Debian-based system.
diff --git a/p/haskell-hmt/debian/rules b/p/haskell-hmt/debian/rules
new file mode 100755
index 0000000..3b6750e
--- /dev/null
+++ b/p/haskell-hmt/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = hmt
+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-hmt/debian/source/format b/p/haskell-hmt/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hmt/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hmt/debian/watch b/p/haskell-hmt/debian/watch
new file mode 100644
index 0000000..ce6f32a
--- /dev/null
+++ b/p/haskell-hmt/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hmt/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