Re: How to change the name of a Debian .deb package?

2016-12-06 Thread Hugo Vanwoerkom

On 12/06/2016 02:11 PM, Greg Wooledge wrote:

On Tue, Dec 06, 2016 at 01:48:17PM -0600, Hugo Vanwoerkom wrote:

I have changed the wmtemp package.
Now I need to change the version so that it can be distinguished from
its origin.
How do I do that?


Unpack the source, use the "dch" program (from devscripts) to add a new
entry to the debian/changelog file, and then rebuild the package using
dpkg-buildpackage (or whatever you have been using).



Thanks Greg, works like a charm!

Hugo




Re: How to change the name of a Debian .deb package?

2016-12-06 Thread Greg Wooledge
On Tue, Dec 06, 2016 at 01:48:17PM -0600, Hugo Vanwoerkom wrote:
> I have changed the wmtemp package.
> Now I need to change the version so that it can be distinguished from 
> its origin.
> How do I do that?

Unpack the source, use the "dch" program (from devscripts) to add a new
entry to the debian/changelog file, and then rebuild the package using
dpkg-buildpackage (or whatever you have been using).



How to change the name of a Debian .deb package?

2016-12-06 Thread Hugo Vanwoerkom

Hi,

I have changed the wmtemp package.
Now I need to change the version so that it can be distinguished from 
its origin.

How do I do that?


Hugo