[Git][haskell-team/DHG_packages][master] add only
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 16:28:56 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2500d73b by Clint Adams at 2018-04-15T11:28:38-04:00
add only
- - - - -
8 changed files:
- + p/haskell-only/debian/changelog
- + p/haskell-only/debian/compat
- + p/haskell-only/debian/control
- + p/haskell-only/debian/copyright
- + p/haskell-only/debian/only.install
- + p/haskell-only/debian/rules
- + p/haskell-only/debian/source/format
- + p/haskell-only/debian/watch
Changes:
=====================================
p/haskell-only/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/changelog
@@ -0,0 +1,5 @@
+haskell-only (0.0.6.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 11:21:31 -0400
=====================================
p/haskell-only/debian/compat
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/compat
@@ -0,0 +1 @@
+9
=====================================
p/haskell-only/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/control
@@ -0,0 +1,34 @@
+Source: haskell-only
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at 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}
=====================================
p/haskell-only/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: only
+Upstream-Contact: Andrew Robbins <and_j_rob at 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.
=====================================
p/haskell-only/debian/only.install
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/only.install
@@ -0,0 +1 @@
+dist-ghc/build/only/only usr/bin
=====================================
p/haskell-only/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = only
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/only:: build-ghc-stamp
=====================================
p/haskell-only/debian/source/format
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-only/debian/watch
=====================================
--- /dev/null
+++ b/p/haskell-only/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/only/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2500d73b1402c484767796557fdc2d72e375beed
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2500d73b1402c484767796557fdc2d72e375beed
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180415/739afe16/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list