Re: Building Debian

2020-05-27 Thread Dan Ritter
ompiler parses header files independently > for each compilation unit so there is no any problem to spawn compiler > on each core. > > So building Debian on AMD Threadripper could be in theory 128 times > faster. Sure. https://www.servethehome.com/amd-epyc-7f32-benchmarks-and-revie

Re: Building Debian

2020-05-27 Thread Roberto C . Sánchez
tions to > compile files in parallel. Compiler parses header files independently > for each compilation unit so there is no any problem to spawn compiler > on each core. > > So building Debian on AMD Threadripper could be in theory 128 times > faster. > It isn't clear

Building Debian

2020-05-27 Thread Marek Mosiewicz
compilation unit so there is no any problem to spawn compiler on each core. So building Debian on AMD Threadripper could be in theory 128 times faster. Marek.

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Byung-Hee HWANG (황병희, 黃炳熙)
> [...] > Start here: https://wiki.debian.org/HelpDebian Yes, i know my position is translation, thanks!!! -- ^고맙습니다 _地平天成_ 감사합니다_^))//

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread songbird
Stephen Allen wrote: > On Tue, Sep 27, 2016 at 10:40:53AM +0100, Darac Marjal wrote: >> On Tue, Sep 27, 2016 at 05:37:40AM -0400, Stephen Allen wrote: > >> > Sounds interesting, where should one start? I'm retired so have some >> > time. 8-) >> >> Start here: https://wiki.debian.org/HelpDebian >>

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Stephen Allen
On Tue, Sep 27, 2016 at 10:40:53AM +0100, Darac Marjal wrote: > On Tue, Sep 27, 2016 at 05:37:40AM -0400, Stephen Allen wrote: > > Sounds interesting, where should one start? I'm retired so have some > > time. 8-) > > Start here: https://wiki.debian.org/HelpDebian > Thank-you

Re: Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Darac Marjal
On Tue, Sep 27, 2016 at 05:37:40AM -0400, Stephen Allen wrote: On Tue, Sep 27, 2016 at 11:11:37AM +1000, Ben Finney wrote: You can also help out, if you want to exercise the skills: Figure out the intent of those patches, get the Debian packaging VCS onto your local environment, and see what ha

Getting Involved with Packaging [was Re: Building Debian Package From Upstream Source]

2016-09-27 Thread Stephen Allen
On Tue, Sep 27, 2016 at 11:11:37AM +1000, Ben Finney wrote: > You can also help out, if you want to exercise the skills: Figure out > the intent of those patches, get the Debian packaging VCS onto your > local environment, and see what has changed in the new version from > upstream that might affe

Re: Building Debian Package From Upstream Source

2016-09-26 Thread Ben Finney
Stephen Allen writes: > On Mon, Sep 26, 2016 at 10:00:03AM +1000, Ben Finney wrote: > > Especially when patches are needed, you shouldn't expect those > > patches to apply to anything except the exact upstream version. The > > work of a Debian package maintainer includes re-working the patches >

Re: Building Debian Package From Upstream Source

2016-09-26 Thread Stephen Allen
On Mon, Sep 26, 2016 at 10:00:03AM +1000, Ben Finney wrote: > Stephen Allen writes: > > > So, I downloaded the upstream source, downloaded the most recent > > version of the Debian Package, so that I have a Debian source tree. > > Is the upstream source you downloaded, different from the upstrea

Re: Building Debian Package From Upstream Source

2016-09-25 Thread Ben Finney
Stephen Allen writes: > So, I downloaded the upstream source, downloaded the most recent > version of the Debian Package, so that I have a Debian source tree. Is the upstream source you downloaded, different from the upstream source (the ‘….orig.tar.gz’) to which the Debian packaging is intended

Re: Building Debian Package From Upstream Source

2016-09-25 Thread Santiago Vila
On Sun, Sep 25, 2016 at 10:43:04AM -0400, Stephen Allen wrote: > Then I ran 'dpkg-buildpackage -us -uc -j4' as root' [...] Note: Debian packages do not require to be built by root, so it's better that you don't. Using fakeroot is the default. Just install it and it will be used automatically by dp

Re: Building Debian Package From Upstream Source

2016-09-25 Thread Mark Fletcher
On Sun, Sep 25, 2016 at 10:43:04AM -0400, Stephen Allen wrote: > Hi, wanting to upgrade to a newer version of Liferea than what's in > Testing. > > So, I downloaded the upstream source, downloaded the most recent version > of the Debian Package, so that I have a Debian source tree. Next I > copied

Building Debian Package From Upstream Source

2016-09-25 Thread Stephen Allen
le=- < liferea-1.12-rc1a/debian/patches/www-browser.patch gave error exit status 1 dpkg-buildpackage: error: dpkg-source --before-build liferea-1.12-rc1a gave error exit status 2 ======== I'm new to building Debian packag

Re: Building Debian packages

2011-05-30 Thread Joey Hess
Andrew Wood wrote: > My question is, if i replace the source tree with an updated > version, say 4.0.2 when its released, I will loose the debian > directory, and withit, the changelog file. Install devscripts and look at the uupdate program. Or, copy and modify the debian directory. You will need

Building Debian packages

2011-05-30 Thread Andrew Wood
Im trying to learn how to build debs. Ive been reading the Debian GNU/Linux Bible published by Wiley in 2005 which gives a good run through of building debs using dh_make and its relted tools but Im a little confused about the best way to layout the directory structure. dh_make insists on ha

Re: Standarts for building debian packages

2005-08-16 Thread [EMAIL PROTECTED]
Well, thank a lot for your references. It was very useful. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Standarts for building debian packages

2005-08-15 Thread Jeff Stevens
am going to build a lot of debian packages and i wanted to know if > there are some standarts/templates/utilities for building debian > packages. Or i should write all in my scripts for each case ? > > For example i need to perform the following tasks: > 1) Build debian packa

Re: Standarts for building debian packages

2005-08-15 Thread Roberto C. Sanchez
On Sun, Aug 14, 2005 at 10:56:33PM -0700, [EMAIL PROTECTED] wrote: > I am going to build a lot of debian packages and i wanted to know if > there are some standarts/templates/utilities for building debian > packages. Or i should write all in my scripts for each case ? > > For ex

Re: Standarts for building debian packages

2005-08-14 Thread [KS]
[EMAIL PROTECTED] wrote: > I am going to build a lot of debian packages and i wanted to know if > there are some standarts/templates/utilities for building debian > packages. Or i should write all in my scripts for each case ? > > For example i need to perform the following ta

Standarts for building debian packages

2005-08-14 Thread [EMAIL PROTECTED]
I am going to build a lot of debian packages and i wanted to know if there are some standarts/templates/utilities for building debian packages. Or i should write all in my scripts for each case ? For example i need to perform the following tasks: 1) Build debian package from some source. It mean

Building debian on S/390?

2002-09-10 Thread Dennis Wicks
Greetings; Has anyone here installed debian on a S/390? I have downloaded jigdo and libdb3, built and installed libdb3 but I am getting hung up on making jigdo. Before I spend anymore time beating my head against the desk I thought there might be a better way. I am doing this under TurboLinux

Re: [PLUG] [PLUG-Announce] Building Debian Packages: By Example

2002-05-13 Thread Leonard Rosenthol
At 9:29 AM -0400 5/13/02, Chris Fearnley wrote: Where: 133 North 4th Street (at 4th and Cherry) Philadelphia, PA And because it was a hot issue last month, I will point out that if you are driving and can not find something on the street, then I HIGHLY recommend the p

Building Debian Packages: By Example

2002-05-13 Thread Chris Fearnley
The Philadelphia Area Debian Society (PADS) (http://www.CJFearnley.com/pads/) Presents Building Debian Packages: By Example When: Wednesday 15 May 2002, 8:00 PM - 9:30 PM Presenter: Chris

Re: [PADS] Building Debian Packages by Example: Packaging libgnupg.pm

2000-08-15 Thread Ethan Pierce
This idea of User groups is great. Does anyone know where I can find a list of such events? I live in the upper valley of the VT/NH border in the states. Thanks for any info! -Ethan >>> Michael Leone <[EMAIL PROTECTED]> 08/15/00 07:40PM >>> >Attendees are invited to gather for dinner pri

Re: [PADS] Building Debian Packages by Example: Packaging libgnupg.pm

2000-08-15 Thread Michael Leone
>Attendees are invited to gather for dinner prior > to the meeting at 6:30 PM at The Nile Restaurant, >120 ChestnutStreet, Philadelphia,PA. Please RSVP so >we can get an appropriate sized table. I'm in. = ¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ Aging means your nip

Building Debian Packages by Example: Packaging libgnupg.pm

2000-08-15 Thread Chris Fearnley
The Philadelphia Area Debian Society (PADS) (http://www.CJFearnley.com/pads/) Presents Building Debian Packages by Example: Packaging libgnupg-perl When: Wednesday 16

Building Debian Packages by Example: Packaging dlkern

2000-07-17 Thread Chris Fearnley
The Philadelphia Area Debian Society (PADS) (http://www.CJFearnley.com/pads/) Presents Building Debian Packages by Example: Packaging dlkern When: Wednesday 19 July 2000, 8:00 PM - 9:30 PM

[Philadelphia] PADS Meeting: Building Debian Packages

1999-08-14 Thread Chris Fearnley
Hi, PADS (Philadelphia Area Debian Society) will meet this coming Wednesday to discuss the building of Debian packages. Please note the new location!!! PADS Web Page: http://www.CJFearnley.com/pads PADS Main Meeting: Note the new location!!! Topic: Building Debian Packages Speaker: Chris

Re: Building debian packages under Solaris?

1998-08-05 Thread Santiago Vila Doncel
-BEGIN PGP SIGNED MESSAGE- On 5 Aug 1998, Dale E. Martin wrote: > Just curious if anyone had done it. Christoph Lameter compiled some Debian packages for Solaris some time ago. You may look in the debian-devel mailing list archives. -BEGIN PGP SIGNATURE- Version: 2.6.3ia Charset

Building debian packages under Solaris?

1998-08-05 Thread Dale E. Martin
though I'll be limited to compiling new binary packages from source packages... Anyone tried building debian packages on a non-Linux OS? Thanks for any pointers. Dale -- + finger for pgp public key -+ | Dale E. Martin | Clifton Labs, Inc.

Re: Building Debian Packages

1997-09-10 Thread David Welton
On Tue, 9 Sep 1997, Mark W. Blunier wrote: > I thought that I could make a helpful document for other new developers, > so before I forgot what it was I wanted to know as a first time installer, > I made the document up. I would appreciate any constructive criticism, or > note if it is useful and

Re: Building Debian Packages

1997-09-10 Thread Mark W. Blunier
Using some of the information that has been recently submitted I was able to create my first Debian package. While the info was enough to the job done, I had several questions and made many errors along the way before I was able to determine the proper procedures. I thought that I could make a he

Re: Building Debian Packages

1997-09-04 Thread Jaldhar H. Vyas
On Thu, 4 Sep 1997, Will Lowe wrote: [...] > Things that probably ought to be included but aren't: > Specific instructions on what to change in the control, rules, > etc. files. This isn't very clear, and requires a lot of hacking around > with source to figure out. While hacking is good

Re: Building Debian Packages

1997-09-04 Thread Will Lowe
On Tue, 2 Sep 1997, Jaldhar H. Vyas wrote: > On Tue, 2 Sep 1997, Will Lowe wrote: > > > I'd reccomend the "Makeing a debian Package" page, which is pretty good > As the author of that article, I am gratified that someone actually finds > it useful. Very! > > It's too easy. This is by desig

Re: Building Debian Packages

1997-09-03 Thread Nathan E Norman
On 2 Sep 1997 [EMAIL PROTECTED] wrote: : Manoj Srivastava writes: : > Note it never says these are the *only* public lists. : : It says "The public lists are:", not "Some of the public lists are:". That : clearly implies that these are all of the public lists. : : > In fact, there _are_ other

Re: Building Debian Packages

1997-09-03 Thread George Bonser
On 02-Sep-97 Dave Cinege wrote: > >Then why is it not listed on www.debian.org? > >"There are a couple of public mailing lists for all Debian users, together >with >several lists intended for developers only. The public lists are:" > >debian-devel is not listed. I think this leads one to believe

Re: Building Debian Packages

1997-09-02 Thread john
Manoj Srivastava writes: > Note it never says these are the *only* public lists. It says "The public lists are:", not "Some of the public lists are:". That clearly implies that these are all of the public lists. > In fact, there _are_ other lists. Yes, the web page says so (but does not name t

Re: Building Debian Packages

1997-09-02 Thread john
Jim Pick writes (of debian-devel): > It is a public list. That's not what the web page says. -- John HaslerThis posting is in the public domain. [EMAIL PROTECTED] Do with it what you will. Dancing Horse Hill Make money from it if you can; I don't mind. Elm

Re: Building Debian Packages

1997-09-02 Thread Manoj Srivastava
Hi, >>"Dave" == Dave Cinege <[EMAIL PROTECTED]> writes: Dave> Then why is it not listed on www.debian.org? Dave> "There are a couple of public mailing lists for all Debian Dave> users, together with several lists intended for developers Dave> only. The public lists are:" Dave> debian-devel is no

Re: Building Debian Packages

1997-09-02 Thread Dave Cinege
On Tue, 2 Sep 1997 08:49:36 -0400 (EDT), Alex Yukhimets wrote: >> >George> I am getting a bit frustrated here in locating the >> >George> documentation that I need to learn to build debian packages. >> > >> >Umm, would debian-devel be a better place for this topic? >> >> Umm isn't that a priv

Re: Building Debian Packages

1997-09-02 Thread joost witteveen
> Manoj Srivastava writes: > > Umm, would debian-devel be a better place for this topic? > > Why? Everybody there already knows how to build a package. This should be > discussed where those of us thinking about becoming developers can see it. The way I see it: debian-user: For all questions

Re: Building Debian Packages

1997-09-02 Thread Manoj Srivastava
Hi, >>"john" == john <[EMAIL PROTECTED]> writes: john> Manoj Srivastava writes: >> Umm, would debian-devel be a better place for this topic? john> Why? Everybody there already knows how to build a package. john> This should be discussed where those of us thinking about john> becoming developers

Re: Building Debian Packages

1997-09-02 Thread Jim Pick
> > Umm, would debian-devel be a better place for this topic? > > Umm isn't that a private list? No. It is a public list. Cheers, - Jim pgpG6qjxFPR7K.pgp Description: PGP signature

Re: Building Debian Packages

1997-09-02 Thread Magossa'nyi A'rpa'd
On Tue, 2 Sep 1997, George Bonser wrote: > The documents go into very nice detail about what a control file is, etc, but > it never explains how these files get created in the first place, how the > package discovers where in the filesystem it is supposed to install the > pieces, > etc. I downloa

Re: Building Debian Packages

1997-09-02 Thread Jaldhar H. Vyas
On Tue, 2 Sep 1997, Will Lowe wrote: > I'd reccomend the "Makeing a debian Package" page, which is pretty good > for small/single packages. It sure did help me understand the basics. If > you're compiling some humungous multi-package beast (;cough Xwindows) it's > probably not your first packag

Re: Building Debian Packages

1997-09-02 Thread George Bonser
On 02-Sep-97 Manoj Srivastava wrote: >Hi, >>>"George" == George Bonser <[EMAIL PROTECTED]> writes: > >George> I am getting a bit frustrated here in locating the >George> documentation that I need to learn to build debian packages. > > Umm, would debian-devel be a better place for this topic?

Re: Building Debian Packages

1997-09-02 Thread Alex Yukhimets
> >George> I am getting a bit frustrated here in locating the > >George> documentation that I need to learn to build debian packages. > > > > Umm, would debian-devel be a better place for this topic? > > Umm isn't that a private list? NO! It is as free as debian-user. Alex Y. > > > -

Re: Building Debian Packages

1997-09-02 Thread john
Manoj Srivastava writes: > Umm, would debian-devel be a better place for this topic? Why? Everybody there already knows how to build a package. This should be discussed where those of us thinking about becoming developers can see it. -- John HaslerThis posting is in the public d

Re: Building Debian Packages

1997-09-02 Thread Will Lowe
On Tue, 2 Sep 1997, Dave Cinege wrote: > On 02 Sep 1997 03:21:39 -0500, Manoj Srivastava wrote: > > Umm, would debian-devel be a better place for this topic? > > Umm isn't that a private list? > I think you're thinking of debian-private. Debian-devel is open to _everyone_.

Re: Building Debian Packages

1997-09-02 Thread Dave Cinege
On 02 Sep 1997 03:21:39 -0500, Manoj Srivastava wrote: >Hi, >>>"George" == George Bonser <[EMAIL PROTECTED]> writes: > >George> I am getting a bit frustrated here in locating the >George> documentation that I need to learn to build debian packages. > > Umm, would debian-devel be a better pla

Re: Building Debian Packages

1997-09-02 Thread Manoj Srivastava
Hi, >>"George" == George Bonser <[EMAIL PROTECTED]> writes: George> I am getting a bit frustrated here in locating the George> documentation that I need to learn to build debian packages. Umm, would debian-devel be a better place for this topic? Anyways, when I was starting out with Debi

Re: Building Debian Packages

1997-09-02 Thread ioannis
One painless way to build a package is to use debmake (thanks Christoph), located in the utils section. Make sure to read file /usr/doc/debmake/HOWTO.first_time and chances are your package will be ready shortly afterwards. The mechanics of it all will become clear over time, but until then

Re: Building Debian Packages

1997-09-02 Thread Will Lowe
On Mon, 1 Sep 1997, George Bonser wrote: > > Hi all, > > I am getting a bit frustrated here in locating the documentation that I need > to > learn to build debian packages. Gosh, yes. At the moment those docs are so convoluted and contain so many references to other projects which don't exis

Building Debian Packages

1997-09-02 Thread George Bonser
Hi all, I am getting a bit frustrated here in locating the documentation that I need to learn to build debian packages. It seems that there are so many documents scattered about. Is there someone out there that has a web page other than the official documentation that might be a little clearer