File: uclean.1

package info (click to toggle)
svn-buildpackage 0.6.16etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 260 kB
  • ctags: 42
  • sloc: perl: 1,399; makefile: 76; sh: 26
file content (14 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH UCLEAN "1" "October 2004" "svn\-buildpackage 0.5.10" "Debian utilities"
.SH NAME
uclean \- remove redundant files from upstream source packages
.SH SYNOPSIS
.B uclean FILE
[ \fINEWFILE\fR... ]
.SH DESCRIPTION
Uclean is an attempt to automate the "cleanup" procedure needed for louse
packages upstream tarballs. It will try to unpack it, remove crap like CVS
directories, .svn directories and forgotten object files. Then it will recreate the tarball, using the highest compression ratio. The resulting file is either stored under the same name (the old one is renamed) or as a new file if you specify it as the last argument.

.SH "SEE ALSO"
svn\-inject(1), svn\-upgrade(1), dpkg\-buildpackage(1), lintian(1),
svn(1), the HOWTO manual (in /usr/share/doc/svn-buildpackage/).