File: README.source

package info (click to toggle)
libcgi-application-perl 4.61-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 708 kB
  • sloc: perl: 1,397; sh: 38; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (20)
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
For most purposes this package is a standard Debian Perl Group package.
The aspect in which it is special is that some related modules are bundled
together with the package. So long as you have the appropriate tar balls
in the correct place you can build using dpkg-buildpackage or
svn-buildpackage as you would normally.

If you have a fresh checkout from the svn repository and you wish 
to download all the tarballs to build under svn-buildpackage, then from the
package root directory run:

    ./debian/update.sh update

To check for new updates drop the "update" argument. If you are building
under dpkg-buildpackage you need to tell the script about the 
alternative build directory so run

    DESTDIR=.. ./debian/update.sh update

There are a couple of important caveats about the update.sh script.
First of all when used in update mode it will DELETE the existing tarballs.
Secondly when you do update one of the components, the update.sh script 
will need to be updated. These limitations arise because it is 
a temporary work around until pkg-components (or even uscan) provides
something more substantial.