File: control

package info (click to toggle)
msrp 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 448 kB
  • ctags: 79
  • sloc: sh: 3,661; cpp: 489; makefile: 51
file content (22 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: msrp
Priority: optional
Maintainer: Rudi Cilibrasi <cilibrar@debian.org>
Build-Depends: debhelper (>= 4.1.0), libpcre3-dev, g++-4.2
Standards-Version: 3.7.3
Section: text
Vcs-Browser: http://hg.debian.org/hg/private/cilibrar/pkg-msrp
Vcs-Hg: http://hg.debian.org/hg/private/cilibrar/pkg-msrp

Package: msrp
Section: text
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: meta search and replace tool for both filenames and files
 msrp is a data and metadata search and replacement tool.  It easily
 changes filenames and file contents for all listed command line arguments
 recursively.  It can help you to rename your symbols in your favorite
 programming languages, and help you avoid renaming all your files by hand
 each time you decide to change a function, variable, or class name.  It
 supports Perl 5 regular expressions with backsubstitution using \.
 .