Skip to content

Commit

Permalink
Merge pull request #97 from anarcat/debian
Browse files Browse the repository at this point in the history
update Debian package to follow standards
  • Loading branch information
mooz authored Aug 15, 2017
2 parents c2b92ab + 8f85450 commit aaae4c1
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 11 deletions.
18 changes: 16 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
python-percol (0.1-1) unstable; urgency=low
percol (0.2.1-1) unstable; urgency=medium

* New upstream version (Closes: #754972)

-- Antoine Beaupré <anarcat@debian.org> Thu, 20 Jul 2017 17:06:10 -0400

percol (0.1.0-1) unstable; urgency=medium

[ Kozo Nishida ]
* Initial public release

-- Kozo Nishida <kozo.nishida@gmail.com> Sun, 23 Aug 2014 4:15:00 +0200
[ Antoine Beaupré ]
* Fix lintian warnings
* Add missing dh-python dependency
* Update standards, no change
* Remove python- prefix from package
* Switch section and priority

-- Antoine Beaupré <anarcat@debian.org> Thu, 20 Jul 2017 16:30:44 -0400
30 changes: 21 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
Source: python-percol
Section: python
Priority: extra
Source: percol
Section: utils
Priority: optional
Maintainer: Kozo Nishida <kozo.nishida@gmail.com>
Build-Depends: debhelper (>= 9), python
Standards-Version: 3.9.5
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper (>= 9)
, python
, python-setuptools
, dh-python
XS-Python-Version: >= 2.7
Standards-Version: 3.9.8

Package: python-percol
Package: percol
Architecture: all
Description: percol adds flavor of interactive selection to the traditional pipe concept on UNIX.
percol is an interactive grep tool in your terminal. percol
Depends: ${misc:Depends}
, ${python:Depends}
Recommends: cmigego
Description: interactive selection for UNIX pipes
An interactive grep tool in your terminal. Percol does the following:
.
1. receives input lines from stdin or a file,
2. lists up the input lines,
3. waits for your input that filter/select the line(s),
4. and finally outputs the selected line(s) to stdout.
Since percol just filters the input and output the result to stdout, it can be used in command-chains with | in your shell (UNIX philosophy!).
.
Since percol just filters the input and output the result to stdout,
it can be used in command-chains with | in your shell (UNIX
philosophy!).
29 changes: 29 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: *
Copyright: 2011-2013, mooz
License: MIT

Files: debian/*
Copyright: 2017, Antoine Beaupré
License: MIT

License: MIT
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 X CONSORTIUM 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.
1 change: 1 addition & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit aaae4c1

Please sign in to comment.