[DHG_packages] 08/22: Initial packaging of polynomial-0.7.2

Sean Whitton spw-guest at moszumanska.debian.org
Wed Sep 14 03:29:10 UTC 2016


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

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit e24ee44548fe45ea060913da3a9c999ed34c3f9e
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Tue Sep 13 18:53:29 2016 -0700

    Initial packaging of polynomial-0.7.2
---
 p/haskell-polynomial/debian/changelog     |  5 +++
 p/haskell-polynomial/debian/compat        |  1 +
 p/haskell-polynomial/debian/control       | 68 +++++++++++++++++++++++++++++++
 p/haskell-polynomial/debian/copyright     | 12 ++++++
 p/haskell-polynomial/debian/rules         |  7 ++++
 p/haskell-polynomial/debian/source/format |  1 +
 p/haskell-polynomial/debian/watch         |  2 +
 7 files changed, 96 insertions(+)

diff --git a/p/haskell-polynomial/debian/changelog b/p/haskell-polynomial/debian/changelog
new file mode 100644
index 0000000..d26fe7b
--- /dev/null
+++ b/p/haskell-polynomial/debian/changelog
@@ -0,0 +1,5 @@
+haskell-polynomial (0.7.2-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Sean Whitton <spwhitton at spwhitton.name>  Tue, 13 Sep 2016 18:53:17 -0700
diff --git a/p/haskell-polynomial/debian/compat b/p/haskell-polynomial/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-polynomial/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-polynomial/debian/control b/p/haskell-polynomial/debian/control
new file mode 100644
index 0000000..f036d42
--- /dev/null
+++ b/p/haskell-polynomial/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-polynomial
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+ libghc-vector-space-dev,
+ libghc-vector-space-prof,
+ libghc-vector-th-unbox-dev (>= 0.2.1),
+ libghc-vector-th-unbox-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-vector-doc,
+ libghc-vector-space-doc,
+ libghc-vector-th-unbox-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/mokus0/polynomial
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-polynomial
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Polynomials
+ A type for representing polynomials, several functions
+ for manipulating and evaluating them, and several
+ interesting polynomial sequences.
+
+Package: libghc-polynomial-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-polynomial-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-polynomial-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-polynomial/debian/copyright b/p/haskell-polynomial/debian/copyright
new file mode 100644
index 0000000..991ebb2
--- /dev/null
+++ b/p/haskell-polynomial/debian/copyright
@@ -0,0 +1,12 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: polynomial
+Upstream-Contact: James Cook <mokus at deepbondi.net>
+Source: https://hackage.haskell.org/package/polynomial
+
+Files: *
+Copyright: (No copyright field in cabal file)
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain
diff --git a/p/haskell-polynomial/debian/rules b/p/haskell-polynomial/debian/rules
new file mode 100755
index 0000000..2dd4bce
--- /dev/null
+++ b/p/haskell-polynomial/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = polynomial
+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-polynomial/debian/source/format b/p/haskell-polynomial/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-polynomial/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-polynomial/debian/watch b/p/haskell-polynomial/debian/watch
new file mode 100644
index 0000000..15139c7
--- /dev/null
+++ b/p/haskell-polynomial/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/polynomial/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