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
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
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
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
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
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
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
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
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
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
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
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.
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
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:
14 matches
Mail list logo