Commit 2500d73b authored by Clint Adams's avatar Clint Adams
Browse files

add only

parent dcd444a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
haskell-only (0.0.6.0-1) unstable; urgency=low

  * Initial release.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 11:21:31 -0400
+1 −0
Original line number Diff line number Diff line
9
+34 −0
Original line number Diff line number Diff line
Source: haskell-only
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
 haskell-devscripts (>= 0.8),
 cdbs,
 ghc,
 ghc-prof,
 libghc-parsec3-dev,
 libghc-regex-compat-dev,
Standards-Version: 4.1.4
X-Description: grep-like tool for filtering on words or lines
 The 'only' command-line tool lets you search based
 on word patterns or line patterns like never before! Not only can
 you search with 'only -l patt' but you can select the n-th match
 with '-l n/patt/' and the next 3 lines with '-l /patt/0:3'.

Package: only
Architecture: any
Section: utils
Depends: ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
 ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}
+15 −0
Original line number Diff line number Diff line
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: only
Upstream-Contact: Andrew Robbins <and_j_rob@yahoo.com>
Source: https://hackage.haskell.org/package/only

Files: *
Copyright: 2008 Andrew Robbins
License: GPL-3

Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: GPL-3

License: GPL-3
 See /usr/share/common-licenses/GPL-3 on your Debian-based system.
+1 −0
Original line number Diff line number Diff line
dist-ghc/build/only/only usr/bin
Loading