Re: Shared libraries and version handling

1996-09-12 Thread Heiko Schlittermann
: 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

Re: Shared libraries and version handling

1996-09-12 Thread Guy Maor
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