-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from anarcat/debian
update Debian package to follow standards
- Loading branch information
Showing
5 changed files
with
68 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |