File: uclean.xml

package info (click to toggle)
svn-buildpackage 0.8.5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,084 kB
  • sloc: xml: 2,420; perl: 2,161; sh: 209; makefile: 126
file content (122 lines) | stat: -rw-r--r-- 3,627 bytes parent folder | download | duplicates (7)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<refentry id="uclean">

      <refentryinfo>
        <address>
          <email>blade@debian.org</email>
        </address>
        <address>
          &dhemail;
        </address>
        <author>
          <firstname>Eduard</firstname>
          <surname>Bloch</surname>
          <contrib>This manual page was written by Eduard Bloch in roff.
          </contrib>
        </author>
        <author>
          <firstname>Goneri</firstname>
          <surname>Le Bouder</surname>
          <contrib>Converted manpages to SGML.</contrib>
        </author>
        <author>
          &dhfirstname;
          &dhsurname;
          <contrib>Converted manpages to DocBook XML and current Debian maintainer
          </contrib>
        </author>
        <copyright>
          <year>2009</year>
          <holder>&dhusername;</holder>
        </copyright>
        &dhdate;
      </refentryinfo>
  <refmeta>
    <refentrytitle>&ucleanpackage;</refentrytitle>
    &dhsection;
  </refmeta>
  <refnamediv>
    <refname>&ucleanpackage;</refname>
    
    <refpurpose> remove redundant files from upstream source packages</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&ucleanpackage; FILE [ NEWFILE... ]</command>

    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
    <title>DESCRIPTION</title>

    <para>Uclean is an attempt to automate the &quot;cleanup&quot;
    procedure that can be needed for some package upstream tarballs. It
    will try to unpack it, remove cruft 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.</para>

  </refsect1>
  <refsect1>
    <title>SEE ALSO</title>

      <variablelist>

      <varlistentry>
        <term>
          <citerefentry> <refentrytitle>/usr/share/doc/svn-buildpackage/</refentrytitle></citerefentry>
      
        </term>
        <listitem>
          <para>The svn-buildpackage HOWTO manual</para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <citerefentry> <refentrytitle>svn-inject</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
        </term>
        <listitem>
          <para>puts a Debian source package into Subversion repository</para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <citerefentry> <refentrytitle>svn-upgrade</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
        </term>
        <listitem>
          <para>upgrade source package from a new upstream revision</para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <citerefentry> <refentrytitle>svn</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
        </term>
        <listitem>
          <para>Subversion command line client tool</para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <citerefentry> <refentrytitle>dpkg-buildpackage</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
        </term>
        <listitem>
          <para>Debian source package tools</para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <citerefentry> <refentrytitle>lintian</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
        </term>
        <listitem>
          <para>Debian package checker</para>
        </listitem>
      </varlistentry>
 
    </variablelist>
  </refsect1>
</refentry>