[Pkg-haskell-commits] darcs: haskell-ami: Initial Check-In
Clint Adams
clint at debian.org
Wed Feb 22 19:44:24 UTC 2012
Wed Feb 22 19:44:06 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 8ab82554ffbdc94ca458c45c41979525
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Wed Feb 22 19:44:06 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 8ab82554ffbdc94ca458c45c41979525
diff -rN -u old-haskell-ami//changelog new-haskell-ami//changelog
--- old-haskell-ami//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//changelog 2012-02-22 19:44:24.027246894 +0000
@@ -0,0 +1,5 @@
+haskell-ami (0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Wed, 22 Feb 2012 14:25:20 -0500
diff -rN -u old-haskell-ami//compat new-haskell-ami//compat
--- old-haskell-ami//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//compat 2012-02-22 19:44:24.027246894 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-ami//control new-haskell-ami//control
--- old-haskell-ami//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//control 2012-02-22 19:44:24.027246894 +0000
@@ -0,0 +1,70 @@
+Source: haskell-ami
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-network-dev
+ , libghc-network-prof
+ , libghc-puremd5-dev
+ , libghc-puremd5-prof
+ , libghc-stm-dev
+ , libghc-stm-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-network-doc
+ , libghc-puremd5-doc
+ , libghc-stm-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/AMI
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ami
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ami
+
+Package: libghc-ami-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: low-level bindings for Asterisk Manager Interface (AMI)
+ The AMI package provides simple low-level bindings for the Asterisk Manager
+ Interface.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-ami-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: low-level bindings for Asterisk Manager Interface (AMI); profiling libraries
+ The AMI package provides simple low-level bindings for the Asterisk Manager
+ Interface.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-ami-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: low-level bindings for Asterisk Manager Interface (AMI); documentation
+ The AMI package provides simple low-level bindings for the Asterisk Manager
+ Interface.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-ami//copyright new-haskell-ami//copyright
--- old-haskell-ami//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//copyright 2012-02-22 19:44:24.027246894 +0000
@@ -0,0 +1,33 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: AMI
+Upstream-Contact: Ilya Portnov <portnov84 at rambler.ru>
+Source: http://hackage.haskell.org/package/AMI
+
+Copyright: 2012, Ilya Portnov
+License: BSD-3
+ 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 IlyaPortnov 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-ami//rules new-haskell-ami//rules
--- old-haskell-ami//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//rules 2012-02-22 19:44:24.027246894 +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-ami//source/format new-haskell-ami//source/format
--- old-haskell-ami//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//source/format 2012-02-22 19:44:24.027246894 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ami//watch new-haskell-ami//watch
--- old-haskell-ami//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ami//watch 2012-02-22 19:44:24.027246894 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|AMi-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/AMI \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list