Re: Building a package for ScummVM 2.5.0

2021-10-12 Thread Sven Joachim
On 2021-10-12 21:48 +0200, Christian Britz wrote: > I am trying to build a Debian package for the latest ScummVM release > for personal use and need help. > I have no deep knowledge of Debian packaging, but in the past I had > some success with applying dh_make to source trees. I would probably r

Building a package for ScummVM 2.5.0

2021-10-12 Thread Christian Britz
Hello, I am trying to build a Debian package for the latest ScummVM release for personal use and need help. I have no deep knowledge of Debian packaging, but in the past I had some success with applying dh_make to source trees. This is what I have done in the source folder: dh_make -n -s -e

Re: How to remove extra files created when building a package?

2017-06-29 Thread deloptes
Thomas Nyberg wrote: > I am trying to build the thunderbird package with some modifications. I > made the modifications and commited the changes to a local patch, but > then during the build (using `debuild -uc -us`) I ran out of space. I > ran `debuild clean` and then deleted different things on

Re: How to remove extra files created when building a package?

2017-06-29 Thread Thomas Nyberg
On 06/29/2017 09:34 PM, Greg Wooledge wrote: > On Thu, Jun 29, 2017 at 09:30:26PM +0200, Thomas Nyberg wrote: >> $ for file in $(find . -name '*.pyc'); do rm -v $file; done >> $ for file in $(find . -name '*.o'); do rm -v $file; done >> $ for file in $(find . -name '*.so'); do rm -v

Re: How to remove extra files created when building a package?

2017-06-29 Thread Greg Wooledge
On Thu, Jun 29, 2017 at 09:30:26PM +0200, Thomas Nyberg wrote: > $ for file in $(find . -name '*.pyc'); do rm -v $file; done > $ for file in $(find . -name '*.o'); do rm -v $file; done > $ for file in $(find . -name '*.so'); do rm -v $file; done *cringe* No, no, no find . -n

Re: How to remove extra files created when building a package?

2017-06-29 Thread Thomas Nyberg
Thanks for all the helpful info! On 06/29/2017 09:15 PM, Sven Joachim wrote: > On 2017-06-29 20:36 +0200, Thomas Nyberg wrote: > > In my experience, if you are serious about changing packages it's always > better to create a git repository, if only temporarily. Ideally clone > the existing one m

Re: How to remove extra files created when building a package?

2017-06-29 Thread Thomas Nyberg
Okay it looks like I solved the problem myself, but figured that I should recored it in the list for posterity. The first problem I had (even before the current question), was that I got errors that all started with: "dpkg-source: error: cannot represent change to ..." This seemed to have

Re: How to remove extra files created when building a package?

2017-06-29 Thread Sven Joachim
On 2017-06-29 20:36 +0200, Thomas Nyberg wrote: > I am trying to build the thunderbird package with some modifications. I > made the modifications and commited the changes to a local patch, but > then during the build (using `debuild -uc -us`) I ran out of space. I > ran `debuild clean` and then d

How to remove extra files created when building a package?

2017-06-29 Thread Thomas Nyberg
Hello, I am trying to build the thunderbird package with some modifications. I made the modifications and commited the changes to a local patch, but then during the build (using `debuild -uc -us`) I ran out of space. I ran `debuild clean` and then deleted different things on my computer and then t

Re: Restart Building a Package

2016-07-26 Thread Henrique de Moraes Holschuh
On Tue, 26 Jul 2016, Satya Prakash Prasad wrote: > Is there a way that I can terminate an ongoing package creation process and > then restart the same on a suitable time? In general, no. *Some* packages (typically very simple ones) will tolerate this well, while others won't and will have to rest

Restart Building a Package

2016-07-26 Thread Satya Prakash Prasad
While I started to build gcc 4.9 early morning hours my side via command : dpkg-buildpackage -uc -us it turned out the whole day package creation execution went on and still unsure how much is left with. I am currently seeing a lot of test suites being executed. Is there a way that I can termina

RE: building a package

1999-09-07 Thread Pere Camps
Sean, > a) debian/rules binary > b) dpkg-buildpackage -us > > That will make the deb for you. Be prepared to install other debs to meet > compile time depends. Got it. Thanks for such a quick reply. -- p.

RE: building a package

1999-09-07 Thread Sean 'Shaleh' Perry
On 07-Sep-99 Pere Camps wrote: > Hi! > > I trying to learn to build packages from their source packages and > I've run into trouble. > > I've just downloaded an source package from my mirror and now I'm > triying to make a compiled package. The package is ppp from the unstable > tree

building a package

1999-09-07 Thread Pere Camps
Hi! I trying to learn to build packages from their source packages and I've run into trouble. I've just downloaded an source package from my mirror and now I'm triying to make a compiled package. The package is ppp from the unstable tree. After downloaded I've executed: