File: control

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 (37 lines) | stat: -rw-r--r-- 1,895 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
26
27
28
29
30
31
32
33
34
35
36
37
Source: svn-buildpackage
Section: vcs
Priority: extra
Maintainer: svn-buildpackage maintainers <svn-bp-devel@lists.alioth.debian.org>
Uploaders: Neil Williams <codehelp@debian.org>,
 Jan Hauke Rahm <jhr@debian.org>,
 Ryan Niebur <ryan@debian.org>
Build-Depends: debhelper (>= 7), po4a (>= 0.37.1)
Build-Depends-Indep: docbook-xml, docbook-xsl, intltool, xsltproc
Standards-Version: 3.9.3
Homepage: http://svn-bp.alioth.debian.org/
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/svn-buildpackage/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/svn-buildpackage/trunk/

Package: svn-buildpackage
Architecture: all
Depends: subversion, devscripts (>= 2.10.54), ${perl:Depends}, libsvn-perl,
 file, wget, unp, liburi-perl, libcapture-tiny-perl, ${misc:Depends},
 libfile-libmagic-perl, liblocale-gettext-perl
Recommends: debhelper
Description: helper programs to maintain Debian packages with Subversion
 svn-buildpackage (formerly svn-devscripts) contains tools that help to
 automate the task of maintaining Debian packages inside of a Subversion
 repository. They are intended to be used by Debian maintainers to simplify
 the error-prone actions with the svn, devscripts, and dpkg-dev utilities.
 .
  - svn-inject: creates the initial directory structure of a
         Debian-SVN repository and imports existing packages
  - svn-upgrade: imports upstream changes into the upstream branch and
         updates the Debian trunk directory, merging and tagging as needed
  - svn-buildpackage: wrapper around dpkg-buildpackage (or other builders),
         exporting/merging/tagging source as needed
  - svn-do: exports a source, runs a command inside the exported source and,
         if the command succeeds, copies back the debian/ tree
  - uclean: removes redundant files from upstream source packages
 .
 The package also includes a detailed HOWTO document.