[DHG_packages] 40/101: Initial packaging of base-orphans-0.4.3

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:03 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 4c11c85fb5ef71f5b79888ba4299c7519e7c6b5d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:25:06 2015 +0000

    Initial packaging of base-orphans-0.4.3
---
 p/haskell-base-orphans/debian/changelog     |  5 +++
 p/haskell-base-orphans/debian/compat        |  1 +
 p/haskell-base-orphans/debian/control       | 60 +++++++++++++++++++++++++++++
 p/haskell-base-orphans/debian/copyright     | 36 +++++++++++++++++
 p/haskell-base-orphans/debian/rules         |  7 ++++
 p/haskell-base-orphans/debian/source/format |  1 +
 p/haskell-base-orphans/debian/watch         |  2 +
 7 files changed, 112 insertions(+)

diff --git a/p/haskell-base-orphans/debian/changelog b/p/haskell-base-orphans/debian/changelog
new file mode 100644
index 0000000..b3b0170
--- /dev/null
+++ b/p/haskell-base-orphans/debian/changelog
@@ -0,0 +1,5 @@
+haskell-base-orphans (0.4.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 17:25:07 +0000
diff --git a/p/haskell-base-orphans/debian/compat b/p/haskell-base-orphans/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-base-orphans/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-base-orphans/debian/control b/p/haskell-base-orphans/debian/control
new file mode 100644
index 0000000..37a77bb
--- /dev/null
+++ b/p/haskell-base-orphans/debian/control
@@ -0,0 +1,60 @@
+Source: haskell-base-orphans
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata 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.6
+Homepage: https://github.com/haskell-compat/base-orphans#readme
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-base-orphans
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base-orphans
+X-Description: Backwards-compatible orphan instances for base
+ base-orphans defines orphan instances that mimic instances available in later
+ versions of base to a wider (older) range of compilers. base-orphans does
+ not export anything except the orphan instances themselves and complements
+ the base-compat package.
+
+Package: libghc-base-orphans-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-base-orphans-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-base-orphans-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-base-orphans/debian/copyright b/p/haskell-base-orphans/debian/copyright
new file mode 100644
index 0000000..b8ae65e
--- /dev/null
+++ b/p/haskell-base-orphans/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: base-orphans
+Upstream-Contact: Simon Hengel <sol at typeful.net>,
+ João Cristóvão <jmacristovao at gmail.com>,
+ Ryan Scott <ryan.gl.scott at ku.edu>
+Source: https://hackage.haskell.org/package/base-orphans
+
+Files: *
+Copyright: (c) 2012-2015 Simon Hengel,
+ (c) 2014 João Cristóvão,
+ (c) 2015 Ryan Scott
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ 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-base-orphans/debian/rules b/p/haskell-base-orphans/debian/rules
new file mode 100755
index 0000000..8a809a8
--- /dev/null
+++ b/p/haskell-base-orphans/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = base-orphans
+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-base-orphans/debian/source/format b/p/haskell-base-orphans/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-base-orphans/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-base-orphans/debian/watch b/p/haskell-base-orphans/debian/watch
new file mode 100644
index 0000000..569eddf
--- /dev/null
+++ b/p/haskell-base-orphans/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/base-orphans/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