debian/0000755000000000000000000000000012151121750007161 5ustar debian/watch0000644000000000000000000000034012036250660010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|maccatcher-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/maccatcher \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036250660010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000326112036250660011123 0ustar This package was debianized by Clint Adams on Sun, 05 Jun 2011 12:28:09 -0000 It was downloaded from http://hackage.haskell.org/package/maccatcher Upstream Author: Jason Dusek Copyright: (c) Jason Dusek License: 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, the list of contributors and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions, the list of contributors and the following disclaimer in the documentation and/or other materials provided with the distribution. . Names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. This software is provided by the 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 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/0000755000000000000000000000000012036250660010466 5ustar debian/source/format0000644000000000000000000000001412036250660011674 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012036250660010615 5ustar debian/patches/sbin-ifconfig.diff0000644000000000000000000000041512036250660014164 0ustar --- a/System/Info/MAC/Fetch.hs +++ b/System/Info/MAC/Fetch.hs @@ -36,7 +36,7 @@ return outputs where cmd | os == "mingw32" = "ipconfig /all" - | otherwise = "LANG=C ifconfig" + | otherwise = "LANG=C /sbin/ifconfig" debian/patches/series0000644000000000000000000000002312036250660012025 0ustar sbin-ifconfig.diff debian/compat0000644000000000000000000000000212147616247010376 0ustar 9 debian/control0000644000000000000000000000324412150230143010563 0ustar Source: haskell-maccatcher 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-binary-dev , libghc-binary-prof , libghc-parsec3-dev , libghc-parsec3-prof Build-Depends-Indep: ghc-doc , libghc-binary-doc , libghc-parsec3-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/maccatcher Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-maccatcher Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maccatcher Package: libghc-maccatcher-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: library to obtain a NIC's MAC address${haskell:ShortBlurb} It can obtain the MAC addresses for a host's NICs. . ${haskell:Blurb} Package: libghc-maccatcher-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: library to obtain a NIC's MAC address${haskell:ShortBlurb} It can obtain the MAC addresses for a host's NICs. . ${haskell:Blurb} Package: libghc-maccatcher-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: library to obtain a NIC's MAC address${haskell:ShortBlurb} It can obtain the MAC addresses for a host's NICs. . ${haskell:Blurb} debian/changelog0000644000000000000000000000317212151121750011036 0ustar haskell-maccatcher (2.1.5-5build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 13:32:40 +0100 haskell-maccatcher (2.1.5-5) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:28 +0200 haskell-maccatcher (2.1.5-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:21 +0200 haskell-maccatcher (2.1.5-3) 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 Sun, 14 Oct 2012 12:01:28 +0200 haskell-maccatcher (2.1.5-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 25 Feb 2012 17:24:17 +0100 haskell-maccatcher (2.1.5-1) unstable; urgency=low * New upstream version. * Patch to hardcode path to ifconfig. -- Clint Adams Tue, 24 Jan 2012 21:17:20 -0500 haskell-maccatcher (2.1.4-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 22 Oct 2011 13:05:08 -0400 haskell-maccatcher (2.1.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 01 Sep 2011 11:17:35 -0400 haskell-maccatcher (2.1.1-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 05 Jun 2011 08:28:09 -0400