Project

dcs-debian

0.0
No commit activity in last 3 years
No release in over 3 years
Search debian/ files which contains specific keyword from Debian Code Search (http://codesearch.debian.net).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 1.2
~> 1.6.4
~> 0.19.1
 Project Readme

dcs-debian

Dcs-debian is the command line tool which uses Debian Code Search to search debian/ files.

When working on Debian ITP, lintian sometimes reports pile of warnings or errors. In such a case, I wonder how to fix this issue. How does other packages fix it?

This is the reason why I've created dcs-debian as thin wrapper of Debian Code Search (http://codesearch.debian.net).

Screenshot of dcs-debian

Installation

Install it yourself as:

$ gem install dcs-debian

Usage

Here is the usage of dcs-debian:

$ dcs-debian
Commands:
  dcs-debian changelog KEYWORD  #
  dcs-debian control KEYWORD    #
  dcs-debian help [COMMAND]     # Describe available commands or one specific command
  dcs-debian rules KEYWORD      #

Just type specific keyword like this:

$ dcs-debian rules groonga
$ dcs-debian changelog closed
$ dcs-debian control Standards

Contributing

  1. Fork it ( https://github.com/kenhys/dcs-debian/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request