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
|
Upgrade to a new upstream
=========================
This package is a multi-upstream source package, i.e., its
.orig.tar.gz is composed by several upstream tarballs, possibly
released by independent authors.
To obtain a new orig tarball you can invoke the get-orig-source target
of debian/rules as follows:
$ debian/rules get-orig-source
If all goes well, that should leave around a .orig.tar.gz
Note that the target does not check whether creating a new upstream
version is needed: invoke it only if you know that some of the
upstream parts of this package need updates. Otherwise, use "apt-get
source PACKAGE" to work on the latest uploaded upstream release.
Package version
===============
Note that, while the package has multiple upstream tarballs,
tgext.admin is considered the "main" tarball. This means, in
particular, that the package version comes from it.
-- Stefano Zacchiroli <zack@debian.org>, Fri, 26 Jun 2009 13:14:02 +0200
|