[Pkg-haskell-commits] darcs: haskell-safesemaphore: debian directory

Joey Hess joey at kitenet.net
Fri Jan 4 14:50:40 UTC 2013


Sun Oct  7 21:26:32 UTC 2012  Joey Hess <joey at kitenet.net>
  * debian directory
  Ignore-this: 6b14b1dafeb3782251231f5f805e6325

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sun Oct  7 21:26:32 UTC 2012  Joey Hess <joey at kitenet.net>
  * debian directory
  Ignore-this: 6b14b1dafeb3782251231f5f805e6325
diff -rN -u old-haskell-safesemaphore//changelog new-haskell-safesemaphore//changelog
--- old-haskell-safesemaphore//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//changelog	2013-01-04 14:50:40.842723982 +0000
@@ -0,0 +1,5 @@
+haskell-safesemaphore (0.9.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 07 Oct 2012 17:08:48 -0400
diff -rN -u old-haskell-safesemaphore//compat new-haskell-safesemaphore//compat
--- old-haskell-safesemaphore//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//compat	2013-01-04 14:50:40.838731349 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-safesemaphore//control new-haskell-safesemaphore//control
--- old-haskell-safesemaphore//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//control	2013-01-04 14:50:40.854458023 +0000
@@ -0,0 +1,66 @@
+Source: haskell-safesemaphore
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-stm-dev
+  , libghc-stm-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-stm-doc
+Standards-Version: 3.9.1
+Homepage: http://hackage.haskell.org/package/SafeSemaphore
+Vcs-Darcs: http://anonscm.debian.org/git/pkg-haskell/haskell-safesemaphore.git/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-haskell/haskell-safesemaphore.git;a=summary
+
+Package: libghc-safesemaphore-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is an alternative to the deprecated QSem, QSemN, and SampleVar in
+ GHC base. Those base modules are not exception safe and can be broken
+ by killThread.
+
+Package: libghc-safesemaphore-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is an alternative to the deprecated QSem, QSemN, and SampleVar in
+ GHC base. Those base modules are not exception safe and can be broken
+ by killThread.
+
+Package: libghc-safesemaphore-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: exception safe alternatives to QSem, QSemN, and SampleVar - documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is an alternative to the deprecated QSem, QSemN, and SampleVar in
+ GHC base. Those base modules are not exception safe and can be broken
+ by killThread.
diff -rN -u old-haskell-safesemaphore//copyright new-haskell-safesemaphore//copyright
--- old-haskell-safesemaphore//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//copyright	2013-01-04 14:50:40.854458023 +0000
@@ -0,0 +1,35 @@
+Format-Specification: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Name: SafeSemaphore
+Maintainer: Joey Hess <joeyh at debian.org>
+Source: http://hackage.haskell.org/package/SafeSemaphore
+
+Copyright: © 2011, Chris Kuklewicz
+License: BSD3
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+ .
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+ .
+    * Neither the name of Chris Kuklewicz nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -rN -u old-haskell-safesemaphore//rules new-haskell-safesemaphore//rules
--- old-haskell-safesemaphore//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//rules	2013-01-04 14:50:40.838731349 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-safesemaphore//source/format new-haskell-safesemaphore//source/format
--- old-haskell-safesemaphore//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//source/format	2013-01-04 14:50:40.838731349 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-safesemaphore//watch new-haskell-safesemaphore//watch
--- old-haskell-safesemaphore//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safesemaphore//watch	2013-01-04 14:50:40.838731349 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|SafeSemaphore-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/SafeSemaphore \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list