[DHG_packages] 01/01: Resurrect knob

Clint Adams clint at moszumanska.debian.org
Fri Aug 14 13:04:35 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit c44aae43de4cde39fec1e7bc78228aaf61e38e35
Author: Clint Adams <clint at debian.org>
Date:   Fri Aug 14 15:04:21 2015 +0200

    Resurrect knob
---
 p/haskell-knob/debian/changelog     | 39 ++++++++++++++++++++++++
 p/haskell-knob/debian/compat        |  1 +
 p/haskell-knob/debian/control       | 61 +++++++++++++++++++++++++++++++++++++
 p/haskell-knob/debian/copyright     | 28 +++++++++++++++++
 p/haskell-knob/debian/rules         |  3 ++
 p/haskell-knob/debian/source/format |  1 +
 p/haskell-knob/debian/watch         |  2 ++
 7 files changed, 135 insertions(+)

diff --git a/p/haskell-knob/debian/changelog b/p/haskell-knob/debian/changelog
new file mode 100644
index 0000000..fdcf318
--- /dev/null
+++ b/p/haskell-knob/debian/changelog
@@ -0,0 +1,39 @@
+haskell-knob (0.1.1-6) unstable; urgency=medium
+
+  * Resurrect.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Aug 2015 15:01:49 +0200
+
+haskell-knob (0.1.1-5) unstable; urgency=medium
+
+  * Upload to unstable
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:51:13 +0200
+
+haskell-knob (0.1.1-4) experimental; urgency=medium
+
+  * Depend on haskell-devscripts 0.9, found in experimental
+  * Do not depend on transformers, which now comes with GHC
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 20:31:55 +0100
+
+haskell-knob (0.1.1-3) unstable; urgency=low
+
+  * Enable compat level 9
+  * Use substvars for Haskell description blurbs
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:51:13 +0200
+
+haskell-knob (0.1.1-2) experimental; urgency=low
+
+  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+    against experimental
+  * Bump standards version, no change
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 14 Oct 2012 12:01:22 +0200
+
+haskell-knob (0.1.1-1) unstable; urgency=low
+
+  * Initial release. (closes: #674417)
+
+ -- John Millikin <jmillikin at gmail.com>  Thu, 24 May 2012 18:05:03 -0700
diff --git a/p/haskell-knob/debian/compat b/p/haskell-knob/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-knob/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-knob/debian/control b/p/haskell-knob/debian/control
new file mode 100644
index 0000000..595d258
--- /dev/null
+++ b/p/haskell-knob/debian/control
@@ -0,0 +1,61 @@
+Source: haskell-knob
+Priority: optional
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: John Millikin <jmillikin at gmail.com>
+Build-Depends:
+    cdbs
+  , debhelper (>= 9)
+  , haskell-devscripts (>= 0.9)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep:
+    ghc-doc
+  , haddock
+Standards-Version: 3.9.6
+Homepage: https://john-millikin.com/software/knob/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-knob
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-knob
+
+Package: libghc-knob-dev
+Architecture: any
+Depends:
+    ${haskell:Depends}
+  , ${misc:Depends}
+  , ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
+ Create memory-backed Handles, referencing virtual files. This is mostly useful
+ for testing Handle-based APIs without having to interact with the filesystem.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-knob-prof
+Architecture: any
+Depends:
+    ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
+ Create memory-backed Handles, referencing virtual files. This is mostly useful
+ for testing Handle-based APIs without having to interact with the filesystem.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-knob-doc
+Section: doc
+Architecture: all
+Depends:
+    ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
+ Create memory-backed Handles, referencing virtual files. This is mostly useful
+ for testing Handle-based APIs without having to interact with the filesystem.
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-knob/debian/copyright b/p/haskell-knob/debian/copyright
new file mode 100644
index 0000000..77a8dc7
--- /dev/null
+++ b/p/haskell-knob/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: knob
+Upstream-Contact: John Millikin <jmillikin at gmail.com>
+Source: https://john-millikin.com/software/knob/
+
+Files: *
+Copyright: 2011-2012 John Millikin
+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-knob/debian/rules b/p/haskell-knob/debian/rules
new file mode 100755
index 0000000..4f5b8e4
--- /dev/null
+++ b/p/haskell-knob/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-knob/debian/source/format b/p/haskell-knob/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-knob/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-knob/debian/watch b/p/haskell-knob/debian/watch
new file mode 100644
index 0000000..8a7df83
--- /dev/null
+++ b/p/haskell-knob/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/knob/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