[DHG_packages] 01/01: add pid1

Clint Adams clint at moszumanska.debian.org
Sun Nov 5 19:47:03 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 0c66461d4477508706e99301b6f0269c94f4e1db
Author: Clint Adams <clint at debian.org>
Date:   Sun Nov 5 14:46:50 2017 -0500

    add pid1
---
 p/haskell-pid1/debian/changelog     |  5 +++
 p/haskell-pid1/debian/compat        |  1 +
 p/haskell-pid1/debian/control       | 78 +++++++++++++++++++++++++++++++++++++
 p/haskell-pid1/debian/copyright     | 32 +++++++++++++++
 p/haskell-pid1/debian/pid1.install  |  1 +
 p/haskell-pid1/debian/rules         | 10 +++++
 p/haskell-pid1/debian/source/format |  1 +
 p/haskell-pid1/debian/watch         |  2 +
 8 files changed, 130 insertions(+)

diff --git a/p/haskell-pid1/debian/changelog b/p/haskell-pid1/debian/changelog
new file mode 100644
index 0000000..06f14be
--- /dev/null
+++ b/p/haskell-pid1/debian/changelog
@@ -0,0 +1,5 @@
+haskell-pid1 (0.1.2.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 05 Nov 2017 14:30:57 -0500
diff --git a/p/haskell-pid1/debian/compat b/p/haskell-pid1/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-pid1/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-pid1/debian/control b/p/haskell-pid1/debian/control
new file mode 100644
index 0000000..ea5794d
--- /dev/null
+++ b/p/haskell-pid1/debian/control
@@ -0,0 +1,78 @@
+Source: haskell-pid1
+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-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.1.1
+Homepage: https://github.com/fpco/pid1#readme
+X-Description: signal handling and orphan reaping for Unix PID1 init processes
+ Library/executable for initializing signal handlers, spawning and
+ child process, and reaping orphan processes. These are the
+ responsibilities that must be fulfilled by the initial process in a
+ Unix system, and in particular comes up when running Docker
+ containers.
+ .
+ This library/executable will automatically detect if it is run as some
+ process besides PID1 and, if so, use a straightforward exec system
+ call instead.
+
+Package: libghc-pid1-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-pid1-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-pid1-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}
+
+Package: pid1
+Architecture: any
+Section: admin
+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}
diff --git a/p/haskell-pid1/debian/copyright b/p/haskell-pid1/debian/copyright
new file mode 100644
index 0000000..5173a7a
--- /dev/null
+++ b/p/haskell-pid1/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pid1
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: https://hackage.haskell.org/package/pid1
+
+Files: *
+Copyright: 2016 FP Complete
+           2016 Michael Snoyman
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ 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-pid1/debian/pid1.install b/p/haskell-pid1/debian/pid1.install
new file mode 100644
index 0000000..e1da6bf
--- /dev/null
+++ b/p/haskell-pid1/debian/pid1.install
@@ -0,0 +1 @@
+dist-ghc/build/pid1/pid1 usr/bin
diff --git a/p/haskell-pid1/debian/rules b/p/haskell-pid1/debian/rules
new file mode 100755
index 0000000..dc85127
--- /dev/null
+++ b/p/haskell-pid1/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = pid1
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+pid1:: build-ghc-stamp
diff --git a/p/haskell-pid1/debian/source/format b/p/haskell-pid1/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-pid1/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-pid1/debian/watch b/p/haskell-pid1/debian/watch
new file mode 100644
index 0000000..15b404e
--- /dev/null
+++ b/p/haskell-pid1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/pid1/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