File: control

package info (click to toggle)
svn-buildpackage 0.6.23
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 296 kB
  • ctags: 58
  • sloc: perl: 1,635; makefile: 87; sh: 47
file content (31 lines) | stat: -rw-r--r-- 1,559 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
23
24
25
26
27
28
29
30
31
Source: svn-buildpackage
Section: devel
Priority: extra
Maintainer: Eduard Bloch <blade@debian.org>
Uploaders: Eduard Bloch <blade@debian.org>, Eddy Petrișor <eddy.petrisor@gmail.com>
Build-Depends: debhelper (>> 4.0.0), debiandoc-sgml, texlive-latex-extra,  tetex-extra, docbook-utils, gs-gpl | gs, docbook
Standards-Version: 3.7.2
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/svn-buildpackage/trunk
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/svn-buildpackage/trunk/?op=log

Package: svn-buildpackage
Architecture: all
Conflicts: svn-devscripts (<< 0.3.5)
Replaces: svn-devscripts (<< 0.3.5)
Depends: subversion, devscripts, ${perl:Depends}, libsvn-perl, file, wget, unp, liburi-perl
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 developers to
 simplify the error-prone actions with the svn, devscripts and
 dpkg-dev utilities.
 .
  - svn-inject: creates the initial directory structure of
         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,
         exporting/merging/tagging source as needed (similar to
         cvs-buildpackage)
 .
 The package also includes a detailed HOWTO document.