: I've been working on converting the gmp package to the new source format
: and adding shared libraries to the package at the same time. Since version
: tagging no longer takes place in debian/rules I have had to hard code the
: so version numbers into both the rules and the Makefile. I have looke
On Wed, 11 Sep 1996, Dale Scheetz wrote:
> Is there a method of picking up this information [package version]
> from a central source in the package?
You can just do what dpkg does - parse the changelog:
/usr/lib/dpkg/parsechangelog/debian < debian/changelog | \
sed -n '/Version: /s///p'
If you
I've been working on converting the gmp package to the new source format
and adding shared libraries to the package at the same time. Since version
tagging no longer takes place in debian/rules I have had to hard code the
so version numbers into both the rules and the Makefile. I have looked
throug
3 matches
Mail list logo