On Thu, Mar 29, 2007 at 03:19:21PM +0100, Paul Cager wrote:
> I can use debhelper's "package-name.install" and "package-name.links"
> config files to set this up, but then I have to remember to amend them
> for each new upstream version.
>
> The rules file already has "PACKAGE" and "VERSION" varia
On Thu, 29 Mar 2007 15:19:21 +0100, Paul Cager wrote:
>/usr/share/java/thing.jar -> /usr/share/java/thing-1.2.3.jar
> The rules file already has "PACKAGE" and "VERSION" variables (parsed
> from the changelog). It would be really nice if the config files could
> use variable substitution, so t
When packaging Java libraries it is necessary to install the "jar" file
with an upstream version number e.g.
/usr/share/java/thing-1.2.3.jar
and have a symbolic link:
/usr/share/java/thing.jar -> /usr/share/java/thing-1.2.3.jar
I can use debhelper's "package-name.install" and "package-nam
3 matches
Mail list logo