debian/0000755000000000000000000000000012261166176007176 5ustar debian/watch0000644000000000000000000000021212261165306010214 0ustar version=3 http://hackage.haskell.org/package/optparse-applicative/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000034112261165306010246 0ustar #!/usr/bin/make -f ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?)) DEB_ENABLE_TESTS = yes endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000501212261165306011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: optparse-applicative Upstream-Contact: Paolo Capriotti Source: http://hackage.haskell.org/package/optparse-applicative Files: * Copyright: 2012 Paolo Capriotti License: BSD3 Files: debian/* Copyright: 2012 Clint Adams License: ISC License: BSD3 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 Paolo Capriotti 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. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000012261165306010470 5ustar debian/source/format0000644000000000000000000000001412261165306011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212261165306010366 0ustar 9 debian/control0000644000000000000000000000476412261166105010604 0ustar Source: haskell-optparse-applicative 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-transformers-dev (>> 0.2) , libghc-transformers-dev (<< 0.4) , libghc-transformers-prof , libghc-hunit-dev (>> 1.2) [any-amd64 any-i386 powerpc sparc] , libghc-hunit-dev (<< 1.3) [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-dev (>> 0.6) [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-dev (<< 0.9) [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-hunit-dev (>> 0.2) [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-hunit-dev (<< 0.4) [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-th-prime-dev (>> 0.0) [any-amd64 any-i386 powerpc sparc] , libghc-test-framework-th-prime-dev (<< 0.1) [any-amd64 any-i386 powerpc sparc] Build-Depends-Indep: ghc-doc , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/optparse-applicative Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-optparse-applicative Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-optparse-applicative Package: libghc-optparse-applicative-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb} This is a library for constructing command-line option parsers in the applicative style. . ${haskell:Blurb} Package: libghc-optparse-applicative-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb} This is a library for constructing command-line option parsers in the applicative style. . ${haskell:Blurb} Package: libghc-optparse-applicative-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb} This is a library for constructing command-line option parsers in the applicative style. . ${haskell:Blurb} debian/changelog0000644000000000000000000000256312261166176011056 0ustar haskell-optparse-applicative (0.7.0.2-3) unstable; urgency=medium * Drop test-specific build-dependencies on architectures without GHCi, since tests are disabled in that case. -- Colin Watson Thu, 02 Jan 2014 04:35:08 +0000 haskell-optparse-applicative (0.7.0.2-2) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout -- Joey Hess Mon, 02 Dec 2013 11:01:46 -0400 haskell-optparse-applicative (0.7.0.2-1) unstable; urgency=low * New upstream version. -- Joey Hess Mon, 18 Nov 2013 10:52:00 -0400 haskell-optparse-applicative (0.5.2.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 27 Jun 2013 21:54:30 -0400 haskell-optparse-applicative (0.4.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 15 Jun 2013 12:35:38 +0200 haskell-optparse-applicative (0.4.1-2) unstable; urgency=low [ Colin Watson ] * Only enable tests if GHCi is available. [ Joachim Breitner ] * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Sat, 25 May 2013 11:17:54 +0200 haskell-optparse-applicative (0.4.1-1) experimental; urgency=low * Initial release. -- Clint Adams Sat, 17 Nov 2012 13:10:34 -0500