debian/0000755000000000000000000000000012151122026007156 5ustar debian/watch0000644000000000000000000000013312036251060010207 0ustar version=3 https://john-millikin.com/downloads/haskell-options_(.+)\.tar\.xz debian uupdate debian/rules0000755000000000000000000000015412036251060010241 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000245112036251060011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: haskell-options Upstream-Contact: John Millikin Source: https://john-millikin.com/software/haskell-options/ Files: * Copyright: 2012 John Millikin License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012036251060010461 5ustar debian/source/format0000644000000000000000000000001412036251060011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147620570010370 0ustar 9 debian/control0000644000000000000000000000424412147626617010611 0ustar Source: haskell-options Priority: optional Section: haskell Maintainer: Debian Haskell Group Uploaders: John Millikin DM-Upload-Allowed: yes Build-Depends: cdbs , debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , ghc (>= 6.12) , ghc-prof , ghc-ghci , libghc-monads-tf-dev (>= 0.1) , libghc-monads-tf-prof , libghc-system-filepath-dev (>= 0.4) , libghc-system-filepath-dev (<< 0.5) , libghc-system-filepath-prof , libghc-text-dev (>= 0.7) , libghc-text-prof , libghc-transformers-dev (>= 0.2) , libghc-transformers-prof Build-Depends-Indep: ghc-doc , haddock , libghc-monads-tf-doc , libghc-system-filepath-doc , libghc-text-doc , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: https://john-millikin.com/software/haskell-options/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-options Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-options Package: libghc-options-dev Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} , ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell library for parsing command-line options${haskell:ShortBlurb} The options package lets library and application developers easily work with command-line options. . ${haskell:Blurb} Package: libghc-options-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell library for parsing command-line options${haskell:ShortBlurb} The options package lets library and application developers easily work with command-line options. . ${haskell:Blurb} Package: libghc-options-doc Section: doc Architecture: all Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell library for parsing command-line options${haskell:ShortBlurb} The options package lets library and application developers easily work with command-line options. . ${haskell:Blurb} debian/changelog0000644000000000000000000000161012151122026011026 0ustar haskell-options (0.1.1-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 13:33:26 +0100 haskell-options (0.1.1-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:36 +0200 haskell-options (0.1.1-2) 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 Thu, 18 Oct 2012 10:25:57 +0200 haskell-options (0.1.1-1) unstable; urgency=low [ John Millikin ] * Initial release. (closes: #673916) [ Joachim Breitner ] * Depend on ghc-ghci, to avoid FTBFS on arches without Template Haskell -- John Millikin Mon, 21 May 2012 18:27:52 -0700