debian/0000755000000000000000000000000012252355346007175 5ustar debian/watch0000644000000000000000000000032212036246771010224 0ustar 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)/ debian/rules0000755000000000000000000000015512036246770010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000330312036246770011127 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Upstream-Name: AMI Upstream-Contact: Ilya Portnov 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. debian/source/0000755000000000000000000000000012036246770010475 5ustar debian/source/format0000644000000000000000000000001412036246770011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012040744460010616 5ustar debian/patches/hide-network-socket-close.diff0000644000000000000000000000070312040744460016441 0ustar Index: haskell-ami-0.1/Network/AMI.hs =================================================================== --- haskell-ami-0.1.orig/Network/AMI.hs 2012-01-16 05:58:28.000000000 +0000 +++ haskell-ami-0.1/Network/AMI.hs 2012-10-20 19:43:18.499382941 +0000 @@ -32,7 +32,7 @@ import Data.Digest.Pure.MD5 import System.IO.Unsafe (unsafePerformIO) import Network -import Network.Socket +import Network.Socket hiding (close) import System.IO {- $usage debian/patches/series0000644000000000000000000000003712040744460012033 0ustar hide-network-socket-close.diff debian/compat0000644000000000000000000000000212147616106010370 0ustar 9 debian/control0000644000000000000000000000361712147625260010605 0ustar Source: haskell-ami Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , 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.4 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)${haskell:ShortBlurb} The AMI package provides simple low-level bindings for the Asterisk Manager Interface. . ${haskell:Blurb} 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)${haskell:ShortBlurb} The AMI package provides simple low-level bindings for the Asterisk Manager Interface. . ${haskell:Blurb} 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)${haskell:ShortBlurb} The AMI package provides simple low-level bindings for the Asterisk Manager Interface. . ${haskell:Blurb} debian/changelog0000644000000000000000000000236712252355346011057 0ustar haskell-ami (0.1-3build4) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 12 Dec 2013 15:48:54 +0000 haskell-ami (0.1-3build3) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 29 Nov 2013 12:50:55 +0000 haskell-ami (0.1-3build2) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 11 Jun 2013 23:54:42 +0100 haskell-ami (0.1-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Wed, 29 May 2013 08:44:45 +0100 haskell-ami (0.1-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:48 +0200 haskell-ami (0.1-2) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change [ Clint Adams ] * Patch to build with newer Network.Socket. -- Clint Adams Sat, 20 Oct 2012 19:43:54 +0000 haskell-ami (0.1-1) unstable; urgency=low * Initial release. -- Clint Adams Wed, 22 Feb 2012 14:25:20 -0500