[DHG_packages] 01/01: Add uglymemo since hledger-lib needs it

Clint Adams clint at moszumanska.debian.org
Fri Mar 11 21:41:31 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 2647c8f9a842ffe6e8ed7a236205c2b77809b92a
Author: Clint Adams <clint at debian.org>
Date:   Fri Mar 11 16:39:59 2016 -0500

    Add uglymemo since hledger-lib needs it
---
 p/haskell-uglymemo/debian/changelog     |  5 +++
 p/haskell-uglymemo/debian/compat        |  1 +
 p/haskell-uglymemo/debian/control       | 57 +++++++++++++++++++++++++++++++++
 p/haskell-uglymemo/debian/copyright     | 15 +++++++++
 p/haskell-uglymemo/debian/rules         |  7 ++++
 p/haskell-uglymemo/debian/source/format |  1 +
 p/haskell-uglymemo/debian/watch         |  2 ++
 7 files changed, 88 insertions(+)

diff --git a/p/haskell-uglymemo/debian/changelog b/p/haskell-uglymemo/debian/changelog
new file mode 100644
index 0000000..6af698a
--- /dev/null
+++ b/p/haskell-uglymemo/debian/changelog
@@ -0,0 +1,5 @@
+haskell-uglymemo (0.1.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 11 Mar 2016 16:19:06 -0500
diff --git a/p/haskell-uglymemo/debian/compat b/p/haskell-uglymemo/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-uglymemo/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-uglymemo/debian/control b/p/haskell-uglymemo/debian/control
new file mode 100644
index 0000000..415f505
--- /dev/null
+++ b/p/haskell-uglymemo/debian/control
@@ -0,0 +1,57 @@
+Source: haskell-uglymemo
+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 (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.7
+Homepage: http://hackage.haskell.org/package/uglymemo
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uglymemo
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uglymemo
+X-Description: simple (but internally ugly) memoization function
+ This provides a simple memoization function in pure and IO forms.
+
+Package: libghc-uglymemo-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-uglymemo-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-uglymemo-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-uglymemo/debian/copyright b/p/haskell-uglymemo/debian/copyright
new file mode 100644
index 0000000..1e955e2
--- /dev/null
+++ b/p/haskell-uglymemo/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: uglymemo
+Upstream-Contact: Lennart Augustsson <lennart at augustsson.net>
+Source: https://hackage.haskell.org/package/uglymemo
+
+Files: *
+Copyright: Lennart Augustsson
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain
+
+License: public-domain
+ PublicDomain
diff --git a/p/haskell-uglymemo/debian/rules b/p/haskell-uglymemo/debian/rules
new file mode 100755
index 0000000..9884b79
--- /dev/null
+++ b/p/haskell-uglymemo/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = uglymemo
+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-uglymemo/debian/source/format b/p/haskell-uglymemo/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-uglymemo/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-uglymemo/debian/watch b/p/haskell-uglymemo/debian/watch
new file mode 100644
index 0000000..c90b24d
--- /dev/null
+++ b/p/haskell-uglymemo/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/uglymemo/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