File: README.source

package info (click to toggle)
libcatalyst-modules-extra-perl 8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 132 kB
  • sloc: perl: 186; sh: 47; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download | duplicates (5)
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
This package is a bundle of several upstream distributions, so it cannot be
updated in the usual manner (using uscan, uupdate, svn-upgrade, etc.)

Instead, you must check which versions have been updated using:
  cd tarballs
  ./check-upstream-versions
 (you must be in the tarballs directory to read packages.cfg)

When new versions are detected, download them into the appropriate tarball
directories using an appropriate tool, such as wget. Directory numbers
refer to the build sequence, so modules in 01 arebuilt first, then 02, and
so forth). Remove the old version (using svn rm) and add the new version
(using svn add). Adding new packages is similar, except there is obviously
no removal of old versions.

Lastly, you must update the control metadata files. If adding new modules,
you must corresponding data to packages.cfg or the tarball will not be
recognized. The format of the file should be self-explanatory and should
be updated when copyright information changes, when the upstream package
URL changes, or when the short description should be different.

By running the command:
  cd tarballs
  ./check-upstream-versions control
the debian/control and debian/copyright files will be updated as needed.

This means any new packages will have their names and descriptions added
to debian/control, and the filenames and/or copyright data in d/copyright
will be updated accordingly.