How to handle dependencies on unreleased packages?

2002-09-02 Thread Martin Sjögren

I'm getting ready to commit my changes that make anna and main-menu
share Packages-file parsing code. They do so by a function in libd-i.
This means that if you want to build anna or main-menu after I've
committed, you first have to build and install the new libd-i, which is
still unreleased.

Should I let anna and main-menu build-depend on libdebian-installer-dev
(= 0.04) so you'll be forced to rebuild libd-i first? Is that enough,
or should I add an explicit binary dependency on libdebian-installer (=
0.04) too?


Regards,
Martin



signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Martin Sjögren

sön 2002-09-01 klockan 22.45 skrev Denis Barbier:
 Also in retriever/choose-mirror/debian/templates the mirror list is set via
 a variable, which certainly make its translation impossible.

What is there to translate? It's just a list of hostnames. I'd be more
worried about e.g. the main-menu, but I think it will use translated
package descriptions, right?

Of course, if there's static English text substituted into a template at
runtime, that is horribly broken and must be fixed.


Regards,
Martin



signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Denis Barbier

On Mon, Sep 02, 2002 at 10:03:32AM +0200, Martin Sjögren wrote:
 sön 2002-09-01 klockan 22.45 skrev Denis Barbier:
  Also in retriever/choose-mirror/debian/templates the mirror list is set via
  a variable, which certainly make its translation impossible.
 
 What is there to translate? It's just a list of hostnames.
[...]

I was unclear, sorry, here is the problematic template:
  Template: mirror/country
  Type: select
  Choices: ${countries}
  Default: United States
  Description: Use a mirror from what country?
   The goal is to find a mirror that is close to you on the network -- be
   aware that near countries, or even your own, may not be the best choice.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Denis Barbier

On Sun, Sep 01, 2002 at 07:50:32PM -0400, Joey Hess wrote:
 Jordi Mallach wrote:
  debconf-mergetemplate debian/template/netcfg-$$TYPE.templates.?? \
debian/template/netcfg-$$TYPE.templates.??_?? \
debian/template/netcfg-$$TYPE.templates
   This example does not work out of the box, it needs some trick not to
   fail when there is no matching file.
  
  Is templates.* templates a bad idea?
 
 Perhaps use dh_installdebconf -n, since it does exactly the above,
 robustly?

I am unable to make it work, could you give the exact command-line options?

In base-config, you wrote
dh_installdebconf
#  Merge in all templates.
debconf-mergetemplate --drop-old-templates debian/templates.* \
   debian/templates  debian/base-config/DEBIAN/templates
echo  debian/base-config/DEBIAN/templates
debconf-mergetemplate --drop-old-templates apt-setup.templates.* \
   apt-setup.templates  debian/base-config/DEBIAN/templates

Maybe templates files could be placed directly under debian/ and then run

dh_installdebconf
for TYPE in dhcp static; do \
  echo  debian/netcfg-$$TYPE/DEBIAN/templates; \
  debconf-mergetemplate --drop-old-templates \
debian/netcfg-common.templates.* \
debian/netcfg-common.templates \
 debian/netcfg-$$TYPE/DEBIAN/templates; \
done

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Martin Sjögren

mån 2002-09-02 klockan 10.27 skrev Denis Barbier:
 I was unclear, sorry, here is the problematic template:
   Template: mirror/country
   Type: select
   Choices: ${countries}
   Default: United States
   Description: Use a mirror from what country?
The goal is to find a mirror that is close to you on the network -- be
aware that near countries, or even your own, may not be the best choice.

But still, language is orthogonal to country. You don't want to
translate the country, not even the default value. If we always used the
ll_CC notation it would be possible, but it would be a lot of redundancy
involved.


Regards,
Martin



signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Denis Barbier

On Mon, Sep 02, 2002 at 10:36:41AM +0200, Martin Sjögren wrote:
 mån 2002-09-02 klockan 10.27 skrev Denis Barbier:
  I was unclear, sorry, here is the problematic template:
Template: mirror/country
Type: select
Choices: ${countries}
Default: United States
Description: Use a mirror from what country?
 The goal is to find a mirror that is close to you on the network -- be
 aware that near countries, or even your own, may not be the best choice.
 
 But still, language is orthogonal to country. You don't want to
 translate the country

Are you kidding?  I surely do want to see translated country names.

 not even the default value.  If we always used the ll_CC notation it
 would be possible, but it would be a lot of redundancy involved.

It would even not be 100% accurate, but translators can decide whether
providing another default for their language does make sense.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Martin Sjögren

mån 2002-09-02 klockan 10.46 skrev Denis Barbier:
 Are you kidding?  I surely do want to see translated country names.

Oh! Sorry, it seems I haven't woken up yet. Of course you want to
translate the country name.


Regards,
Martin




signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


Re: installation issues

2002-09-02 Thread Eduard Bloch

#include hallo.h
* A. P. Garcia [Wed, Aug 28 2002, 06:45:31PM]:
 Debian 2.2r6 found the right scsi driver for my system and installed
 without a hitch.  The boot cd for version 3.0 does not find my scsi
 controller, and hence it won't install.

Yeah, few months ago, some people came to the crazy idea of making
idepci flavor default, which is the worst of all WRT number of
drivers, especially SCSI drivers.

Try booting with other CDs or specify another flavor on the boot prompt.
RTF boot-screens.

Gruss/Regards,
Eduard.
-- 
 AK-Mail benötigt ein installiertes PGP, mutt ein installiertes PGP
Na und? mutt braucht sogar noch einen installierten Editor ;-)
(Thomas Köhler in dcs)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: How to handle dependencies on unreleased packages?

2002-09-02 Thread Junichi Uekawa

On 02 Sep 2002 09:56:11 +0200

 I'm getting ready to commit my changes that make anna and main-menu
 share Packages-file parsing code. They do so by a function in libd-i.
 This means that if you want to build anna or main-menu after I've
 committed, you first have to build and install the new libd-i, which is
 still unreleased.
 
 Should I let anna and main-menu build-depend on libdebian-installer-dev
 (= 0.04) so you'll be forced to rebuild libd-i first? Is that enough,
 or should I add an explicit binary dependency on libdebian-installer (=
 0.04) too?

Yes, both would be good.

If you have the shlibs set properly, that should happen.
I haven't looked at libd-i yet, so I cannot tell.


regards,
junichi


-- 
[EMAIL PROTECTED]  http://www.netfort.gr.jp/~dancer




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Denis Barbier

On Sun, Sep 01, 2002 at 04:06:01PM -0700, Chris Tillman wrote:
 On Sun, Sep 01, 2002 at 10:45:20PM +0200, Denis Barbier wrote:
  Hi,
  
  as explained by Joey Hess in
http://lists.debian.org/debian-boot/2002/debian-boot-200205/msg00680.html
  there should be no reference to yes or no options when answering to a
  boolean question.  The following templates are concerned:
tools/autopartkit/debian/templates
tools/cdrom-detect/debian/templates
 
 Fixed these.

Thanks.

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: How to handle dependencies on unreleased packages?

2002-09-02 Thread Martin Sjögren

mån 2002-09-02 klockan 13.16 skrev Junichi Uekawa:
  Should I let anna and main-menu build-depend on libdebian-installer-dev
  (= 0.04) so you'll be forced to rebuild libd-i first? Is that enough,
  or should I add an explicit binary dependency on libdebian-installer (=
  0.04) too?
 
 Yes, both would be good.
 
 If you have the shlibs set properly, that should happen.
 I haven't looked at libd-i yet, so I cannot tell.

I've added the build-dep, but I don't get a versioned binary depend.

Hmm. Come to think of it, why doesn't libd-i have the SONAME in the
package name? I haven't packaged any shared libraries so I'm not sure
how it works...


Regards,
Martin



signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


Re: [d-i] Problems with various debconf templates

2002-09-02 Thread Joey Hess

Denis Barbier wrote:
 In base-config, you wrote

Bad example.

 Maybe templates files could be placed directly under debian/ and then run
 
 dh_installdebconf
 for TYPE in dhcp static; do \
   echo  debian/netcfg-$$TYPE/DEBIAN/templates; \
   debconf-mergetemplate --drop-old-templates \
 debian/netcfg-common.templates.* \
 debian/netcfg-common.templates \
  debian/netcfg-$$TYPE/DEBIAN/templates; \
 done

Euh, if you're doing something with duplicates of templates
dh_installdebconf cannot help you.

-- 
see shy jo



msg21835/pgp0.pgp
Description: PGP signature


Re: [d-i] libd-i building

2002-09-02 Thread David Kimdon

Thu, Aug 29, 2002 at 01:24:17PM +0200 wrote:
 I'm just curious, why is libd-i built as it is, every function in a
 separate .o?

The logic is that it allows us to provide a shared reduced version of
libd-i, or to statically link only the objects we need.

 
 I will probably move some package file parsing into libd-i and I want to
 know how to do this. Still one file per function I add, or one file for
 all the package-related functions? Should I start a new .c file for
 this?

If it looks like a separate .c  files make sense, do that, it is up to
you.

-David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/libdebian-installer by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/libdebian-installer
who:dwhedon
time:   Mon Sep  2 14:39:41 MDT 2002
Log Message:
   - add di_prebaseconfig_append() : This is a way for udebs to register commands
 to be run prior to rebooting.
   - s/Whedon/Kimdon/g
  

Files:
changed:Makefile debian-installer.c debian-installer.h


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/libdebian-installer/debian by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/libdebian-installer/debian
who:dwhedon
time:   Mon Sep  2 14:39:41 MDT 2002
Log Message:
   - add di_prebaseconfig_append() : This is a way for udebs to register commands
 to be run prior to rebooting.
   - s/Whedon/Kimdon/g
  

Files:
changed:changelog control


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/libdebian-installer by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/libdebian-installer
who:dwhedon
time:   Mon Sep  2 14:48:45 MDT 2002
Log Message:
  cosmetic, add a const, fix spacing
  

Files:
changed:debian-installer.c debian-installer.h


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/tools/ddetect by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/tools/ddetect
who:dwhedon
time:   Mon Sep  2 14:54:01 MDT 2002
Log Message:
  +  * when a module is successfully loaded, add it to /etc/modules
  

Files:
changed:Makefile TODO ethdetect.c


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/tools/ddetect/debian by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/tools/ddetect/debian
who:dwhedon
time:   Mon Sep  2 14:54:01 MDT 2002
Log Message:
  +  * when a module is successfully loaded, add it to /etc/modules
  

Files:
changed:changelog


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/tools/ddetect by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/tools/ddetect
who:dwhedon
time:   Mon Sep  2 15:05:12 MDT 2002
Log Message:
  indent -kr -i8 -nut ethdetect.c
  

Files:
changed:ethdetect.c


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/anna/debian by andrelop

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/anna/debian
who:andrelop
time:   Mon Sep  2 15:22:44 MDT 2002
Log Message:
  
  
* Adding brazilian portuguese (pt_BR) anna debconf templates.
  

Files:
added:  templates.pt_BR


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#155374: install-doc package version 3.0.23 is broken

2002-09-02 Thread Josip Rodin

severity 155374 grave
thanks

Hi,

The install-doc package only contains the generic files in
/usr/share/doc/install-doc/, not the stuff that's supposed to be
the contents of the package...

-- 
 2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Processed: install-doc package version 3.0.23 is broken

2002-09-02 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

 severity 155374 grave
Bug#155374: Where are Installation Manual and Release Notes
Severity set to `grave'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[d-i] Problem with lmod-detect-pci

2002-09-02 Thread Stephen Depooter

The debian/control file for the lmod-detect-pci module seems to be
wrong.  the section is set to admin, while all the other modules have
the section set to debian-installer and the rules script creates a
debian/files entry with a debian-installer setting.  

Attached is a cvs diff after I corrected it.  
If I am wrong, feel free to ignore this.


sbdep@cancer:~/debian-installer/tools/lmod-detect-pci/debian$ cvs diff
? files
? lmod-detect-pci
? lmod-detect-pci.substvars
cvs server: Diffing .
Index: control
===
RCS file:
/cvs/debian-boot/debian-installer/tools/lmod-detect-pci/debian/control,v
retrieving revision 1.2
diff -r1.2 control
2c2
 Section: admin
---
 Section: debian-installer



-- 
Stephen Depooter
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to debian-installer/tools/netcfg/debian/template by andrelop

2002-09-02 Thread Debian Boot CVS Master

Repository: debian-installer/tools/netcfg/debian/template
who:andrelop
time:   Mon Sep  2 15:57:20 MDT 2002
Log Message:
  
  
* Adding brazilian portuguese (pt_BR) debconf templates for
  netcfg-common, netcfg-dhcp and netcfg-static.
  

Files:
added:  netcfg-common.templates.pt_BR netcfg-dhcp.templates.pt_BR 
netcfg-static.templates.pt_BR


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/debian by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:dwhedon
time:   Mon Sep  2 16:27:25 MDT 2002
Log Message:
  +- add dosfstools to i386 build-dep
  

Files:
changed:control changelog


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/debian by dwhedon

2002-09-02 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:dwhedon
time:   Mon Sep  2 17:04:15 MDT 2002
Log Message:
  +- fix empty install-doc package (closes: #155374)
  

Files:
changed:changelog rules


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Processed: tags

2002-09-02 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

 tags 155374 pending
Bug#155374: Where are Installation Manual and Release Notes
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Debian Testing Installation

2002-09-02 Thread NiA Tech








Hello. I have been
running Debian Potato and I am installing a new
system and would like to install the Testing distribution over a network. I am used to downloading the boot floppies
however the directories (disks-1.44) does not exist anymore in the dists/testing path.
I have read some information about debian-installer
but I am confused. Is this the new way
of installing debian?
If so where can I download it?
What do I need? Someone help?



Thank you for your time and patience.



Ciao



Roberto








Re: Debian Testing Installation

2002-09-02 Thread David Kimdon

Mon, Sep 02, 2002 at 10:58:53PM -0400 wrote:
 Hello.  I have been running Debian Potato and I am installing a new
 system and would like to install the Testing distribution over a
 network. 
Hi,

If you are upgrading from potato you probably want to use woody, which
is the ne wstable distribution.  If you want to run testing (sarge)
then you should install stable (woody) and then use apt to upgrade.


 I am used to downloading the boot floppies however the
 directories (disks-1.44) does not exist anymore in the dists/testing
 path.  I have read some information about debian-installer but I am
 confused.  Is this the new way of installing debian? 
it will be, but it is not yet complete.

 If so where can I
 download it?  What do I need?  Someone help?
 
http://cvs.debian.org/debian-installer/

 Thank you for your time and patience.
  
 Ciao
  
 Roberto


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]