File: control

package info (click to toggle)
mkalias 1.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 31
  • sloc: ruby: 335; sh: 4; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: mkalias
Section: utils
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-rspec
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/mkalias.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/mkalias.git
Homepage: https://github.com/LucianoPC/mkalias
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: mkalias
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Bash alias management to facilitate alias creation
 Mkalias helps users to create alias, list alias and remove then. All alias are
 saved on ~/.bashrc, creating an alias and a function to alias, all functions
 name have 'mkalias' prefixed, and the alias are added on end of ~/.bashrc file