Bug#720065: partman-zfs: Rewrite the logic on waiting zfs moudule to load

2013-08-17 Thread Aron Xu
Package: src:partman-zfs
Severity: wishlist
Tags: patch

Previous code detects the return value of modprobe which could be
always leading to a 5 seconds' pause. This patch changes it to detect
the existance of /dev/zfs every second and retry for up to 10 times.

-- 
Regards,
Aron Xu


0002-Rewrite-the-logic-on-waiting-zfs-moudule-to-load.patch
Description: Binary data


Bug#720064: partman-zfs: Add check for sparc as well

2013-08-17 Thread Aron Xu
Package: src:partman-zfs
Severity: wishlist
Tags: patch

Previously we only cared about kfreebsd so only kfreebsd-sparc is
checked, this patch adds sparc for ZoL.

-- 
Regards,
Aron Xu


0001-Add-check-for-sparc-as-well.patch
Description: Binary data


Re: serious problem, I don't know where to report!

2013-08-17 Thread Joel Rees
On Sun, Aug 18, 2013 at 7:09 AM, Steven Chamberlain  wrote:
> On 17/08/13 16:56, Jack Wilborn wrote:
>> [...]
>> sending any kind of e-mail or writing virtually impossible. The
>> things changes fonts!!
>
> Oh, wow!
>
> It's not actually the 'font' changing there, but the character set or
> 'Unicode plane', I think;  non-ASCII characters are being typed for some
> reason.  Does it always trigger after the first sentence?

Good idea, try to figure out what triggers it, if not shift-space or ctrl-space.

> Which desktop environment are you using?  (GNOME, KDE, XFCE, LXDE...)
> The maintainers of the relevant desktop environment might know what
> causes this.

I think they would be first interested in what he installed just
before this started.

> You may need to check settings for keyboard layout, language and
> similar.  I have a feeling your desktop is configured for an Asian
> script instead of whatever you were expecting.

I was thinking any of the scripts that allow more characters than the
keyboard has would do the trick, including, say, Spanish. But I'm not
familiar with how accents and tildes are input in Spanish. And I'm
pretty sure Spanish doesn't use the double width versions of Latin, so
maybe not Spanish after all.

Asian includes Arab, Hebrew, Thai, and so forth, as well, of course.

Japanese is the most easily suspect, since it's the Japanese encodings
that basically forced the double width characters to be included in
Unicode, IIRC.

> Regards,
> --
> Steven Chamberlain
> ste...@pyro.eu.org

Do Steven's comments help, Jack?

I sure wasn't firing on all cylinders when I posted this morning. May
not be firing on all cylinders, now. Hope I didn't cause too much
confusion.

--
Joel Rees


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAAr43iPny-YehaWO5iOz=PUnnDPb_J2E16Zm=hd8yiy-1je...@mail.gmail.com



Debian installer build: failed or old builds

2013-08-17 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* OLD BUILD:ia64 May 26 00:12 buildd@alkman build_cdrom 
http://d-i.debian.org/daily-images/ia64/daily/build_cdrom.log

* OLD BUILD:ia64 May 26 00:16 buildd@alkman build_netboot 
http://d-i.debian.org/daily-images/ia64/daily/build_netboot.log


Totals: 127 builds (0 failed, 2 old)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1varlj-0007mv...@ravel.debian.org



Processed: your mail

2013-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 687921 705259
Bug #687921 {Done: Andrey Rahmatullin } [os-prober] Make 
os-prober to support efi loaders
Bug #705259 [os-prober] os-prober fails to add Windows 8 on UEFI system
Severity set to 'normal' from 'important'
Marked Bug as done
Marked as found in versions os-prober/1.49.
Bug #687921 {Done: Andrey Rahmatullin } [os-prober] Make 
os-prober to support efi loaders
Marked as found in versions os-prober/1.57.
Merged 687921 705259
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
687921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687921
705259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137678077523634.transcr...@bugs.debian.org



Bug#687921: marked as done (Make os-prober to support efi loaders)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 05:02:55 +0600
with message-id <20130817230255.gc3...@belkar.wrar.name>
and subject line 
has caused the Debian Bug report #687921,
regarding Make os-prober to support efi loaders
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
687921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687921
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: os-prober
Version: 1.49

Downstream Bug: 
https://bugzilla.novell.com/show_bug.cgi?id=775614

The os-prober didn't work on efi firmware that each operation system
loader is in the efi system partition rather than the boot sector.

It remains using the legacy approach somehow and one of the consequence
is that grub2 uses wrong stanza when trying to bootstrappe windows
under UEFI.

It uses

  chainloader +1

A correct one should be something like this

  chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi

Besides, I'd like chainloader be used as a generic way for any other
distributions in UEFI mode. Compared to probing bootloader's config
to know how to load kernel and initrd, the chainloader logic under the
UEFI mode would much simplify and more reliable IMHO. At least for me
that foregin OS config's change is independent and not influence it's
booting ..

The could make grub2 work in UEFI mode more like other utilites like
rEFIt or rEFInd ..

I know the testing version is a little stale, so please feel free to
close if the support has been done or working in progress. :)

Thanks,
Michael
--- End Message ---
--- Begin Message ---
os-prober (1.58) unstable; urgency=low

  [ Steve McIntyre ]
  * add UEFI support, patch from Andrey Borzenkov:
+ skip legacy MS loader detection on UEFI platform
+ add framework for searching EFI System Partition
+ add scripts that detect Microsoft bootloader and ELILO.
  * Add myself to uploaders.

 -- Steve McIntyre <93...@debian.org>  Sun, 28 Apr 2013 16:01:50 +0100



-- 
WBR, wRAR


signature.asc
Description: Digital signature
--- End Message ---


Processed (with 2 errors): your mail

2013-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 687921 705259
Bug #687921 [os-prober] Make os-prober to support efi loaders
Unable to merge bugs because:
severity of #705259 is 'important' not 'normal'
Failed to merge 687921: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x35b1288)', 
'requester', 'Andrey Rahmatullin ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'<20130817230202.gb3...@belkar.wrar.name>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x3529ab8)', 'limit', 'HASH(0x35294a0)', 'common_control_options', 
'ARRAY(0x35294e8)', 'errors', ...) called at /usr/lib/debbugs/service line 474

> block 680720 by 687921
Bug #680720 [grub-common] 30_os-prober tries to chainload +1 on UEFI
Bug #679817 [grub-common] grub-common: broken chainloader entry in grub.cfg for 
windows systems in GPT partitioned disks
680720 was not blocked by any bugs.
680720 was not blocking any bugs.
Added blocking bug(s) of 680720: 687921
679817 was not blocked by any bugs.
679817 was not blocking any bugs.
Added blocking bug(s) of 679817: 687921
Failed to set blocking bugs of 680720: failed to get lock on 
/org/bugs.debian.org/spool/lock/687921 -- Unable to lock 
/org/bugs.debian.org/spool/lock/687921 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/687921 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582. at 
/usr/local/lib/site_perl/Debbugs/Common.pm line 600
Debbugs::Common::filelock('/org/bugs.debian.org/spool/lock/687921') 
called at /usr/local/lib/site_perl/Debbugs/Status.pm line 213
Debbugs::Status::read_bug('bug', 687921, 'lock', 1) called at 
/usr/local/lib/site_perl/Debbugs/Status.pm line 465
Debbugs::Status::lock_read_all_merged_bugs('bug', 687921) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 495
Debbugs::Control::set_blocks('transcript', 'GLOB(0x35b1288)', 
'requester', 'Andrey Rahmatullin ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'<20130817230202.gb3...@belkar.wrar.name>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 501
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 500
Debbugs::Control::Service::control_line('line', 'block 680720 by 
687921', 'clonebugs', 'HASH(0x3529ab8)', 'limit', 'HASH(0x35294a0)', 
'common_control_options', 'ARRAY(0x35294e8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> --
Stopping processing here.

Please contact me if you need assistance.
-- 
687921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687921
705259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137678052922094.transcr...@bugs.debian.org



Re: serious problem, I don't know where to report!

2013-08-17 Thread Steven Chamberlain
On 17/08/13 16:56, Jack Wilborn wrote:
> [...]
> sending any kind of e-mail or writing virtually impossible. The 
> things changes fonts!!

Oh, wow!

It's not actually the 'font' changing there, but the character set or
'Unicode plane', I think;  non-ASCII characters are being typed for some
reason.  Does it always trigger after the first sentence?

Which desktop environment are you using?  (GNOME, KDE, XFCE, LXDE...)
The maintainers of the relevant desktop environment might know what
causes this.

You may need to check settings for keyboard layout, language and
similar.  I have a feeling your desktop is configured for an Asian
script instead of whatever you were expecting.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520ff4a9.3040...@pyro.eu.org



Re: Tajik Language - Adding support for a new language

2013-08-17 Thread Steven Chamberlain
Hi Victor,

On 17/08/13 18:07, Victor Ibragimov wrote:
> I get an error message trying to install gtk/mini.iso via virtualbox:
> (debconf:) Gtk WARNING**: cannot open display.
> Do you think if the latest iso image of daily build has this temporary issue
> or this version cannot be installed virtually?

I'm not sure what that problem could be.  Just out of curiosity, I tried
a kfreebsd-amd64 gtk image[0], and Tajik is available there.  I was
using a Qemu+KVM virtual machine.

[0]:
http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-9/gtk/mini.iso

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520fe7d5.2070...@pyro.eu.org



Re: Tajik Language - Adding support for a new language

2013-08-17 Thread Christian PERRIER
(BTW, please do not CC me to mails as I'm subscribed to the -i18n and
-boot lists)

Quoting Victor Ibragimov (victor.ibragi...@gmail.com):
> Hi Christian,
> 
>  
> 
> When I try to open tg.po files at sublevel3,4,5 I get this error message
> since this morning.
> 
>  
> 
> Could you please, check if the committed files are Ok?


They were, but the merge with other files, that's done by the nightly
l10n-sync script, apparently broke them.

I restored the files to where they were when you committed them.



signature.asc
Description: Digital signature


RE: Tajik Language - Adding support for a new language

2013-08-17 Thread Victor Ibragimov
Hi Christian,

I get an error message trying to install gtk/mini.iso via virtualbox:
(debconf:) Gtk WARNING**: cannot open display.
Do you think if the latest iso image of daily build has this temporary issue
or this version cannot be installed virtually?

Victor


-Original Message-
From: Christian PERRIER [mailto:bubu...@debian.org] 
Sent: 17 август 2013 с. 21:38
To: debian-boot@lists.debian.org; debian-i...@lists.debian.org;
'ubuntu-translators'
Subject: Re: Tajik Language - Adding support for a new language

Quoting Victor Ibragimov (victor.ibragi...@gmail.com):
> Hi Christian,
> 
> I have downloaded this mini.iso
> http://d-i.debian.org/daily-images/i386/daily/netboot/mini.iso
> And seems to be Tajik is not yet there.

You need this one:
http://d-i.debian.org/daily-images/i386/daily/netboot/gtk/mini.iso

(graphical installer, as Tajik is not available in the text-based installer)

> 
> By the way, could you please, check if sublevel3,4,5,6 are not blocked 
> to continue Tajik translations?


They're not blocked. Translations are flowing to individual packages as you
commit updates. Every night a sync script dispatches the strings to the
relevant packages

I will upload these from time to time. In the meantime, I'm working at
re-enabling the build of the "monolithic" images that will incldes all
uploaded packages.

Feel free to ask further questions: I understand this process is not easy to
understand and I guess that, indeed, not that many D-I translators are
really aware of how things are working..:-)




--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520fadd1.d41e700a.560c.2...@mx.google.com



Re: Tajik Language - Adding support for a new language

2013-08-17 Thread Christian PERRIER
Quoting Victor Ibragimov (victor.ibragi...@gmail.com):
> Hi Christian,
> 
> I have downloaded this mini.iso
> http://d-i.debian.org/daily-images/i386/daily/netboot/mini.iso
> And seems to be Tajik is not yet there.

You need this one:
http://d-i.debian.org/daily-images/i386/daily/netboot/gtk/mini.iso

(graphical installer, as Tajik is not available in the text-based installer)

> 
> By the way, could you please, check if sublevel3,4,5,6 are not blocked to
> continue Tajik translations?


They're not blocked. Translations are flowing to individual packages
as you commit updates. Every night a sync script dispatches the
strings to the relevant packages

I will upload these from time to time. In the meantime, I'm working at
re-enabling the build of the "monolithic" images that will incldes all
uploaded packages.

Feel free to ask further questions: I understand this process is not
easy to understand and I guess that, indeed, not that many D-I
translators are really aware of how things are working..:-)




signature.asc
Description: Digital signature


serious problem, I don't know where to report!

2013-08-17 Thread Jack Wilborn
I have a problem with Debian, since the previous release and it has made
sending any kind of e-mail or writing virtually impossible. The things
changes fonts!! Just like this and I dont’t seem to have any control over
this!!!

Please give me someone to place a bug or start this to fix this. It is
impossible to use and will drive me back to Windows (UGGGH!!!)

Please help

Jack Wilborn
Peoria, Arizona


Bug#720002: busybox: FTBFS with make 3.82

2013-08-17 Thread Daniel Schepler
Source: busybox
Version: 1:1.20.0-8.1
Severity: important

>From my pbuilder build log, using a chroot with make 3.82-1 from experimental 
installed:

...
  GEN libbb/Kbuild
  GEN libbb/Config.in
make[1]: Leaving directory `/tmp/buildd/busybox-1.20.0/debian/build/udeb'
cat debian/config/pkg/udeb >> debian/build/udeb/.config
/usr/bin/make -C debian/build/udeb oldconfig
make[1]: Entering directory `/tmp/buildd/busybox-1.20.0/debian/build/udeb'
.config:417: *** missing separator.  Stop.
make[1]: *** [scripts_basic] Error 2
make[1]: Leaving directory `/tmp/buildd/busybox-1.20.0/debian/build/udeb'
make: *** [debian/build/udeb/.setup] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1793417.sz01MSWvhq@frobozz



partman-ufs_17_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 14:40:57 +0200
Source: partman-ufs
Binary: partman-ufs
Architecture: source all
Version: 17
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 partman-ufs - Add to partman support for UFS (udeb)
Changes: 
 partman-ufs (17) unstable; urgency=low
 .
   * Change priority to optional to allow buiding monolithic images on
 non-kFreeBSD architectures
Checksums-Sha1: 
 8288690ebf3327c641f6549b8f65b84487741e17 1639 partman-ufs_17.dsc
 e53f900f8f5c9a23d000bceff8456e9f91e126c3 51077 partman-ufs_17.tar.gz
 6459b45a429e1d65ae47f4f72a15a5650d56d59f 22458 partman-ufs_17_all.udeb
Checksums-Sha256: 
 3c805f6adb1d5b2347e3a608d4eb721401e7a171d9e257cd1250e4d7a3b7b930 1639 
partman-ufs_17.dsc
 eacf21476587c48fc3131c01ad59cfbefb028e73be9ac9d54058eb6403d1d871 51077 
partman-ufs_17.tar.gz
 b2d8f9bc053b5b2efc0aefd1be213008db3583adc947ab61b54381c3e1ba65cf 22458 
partman-ufs_17_all.udeb
Files: 
 ede185511f751b3e319a79d3c70958a8 1639 debian-installer optional 
partman-ufs_17.dsc
 4194eaaf943a13e70d1db4ac9034f3d3 51077 debian-installer optional 
partman-ufs_17.tar.gz
 6c01ac0b2a9af342b43171a9259227f4 22458 debian-installer optional 
partman-ufs_17_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg93q4cvcCxNbiWoAQIKFQ/+MWJZ+tU5NIfjzqZ4w+jFUkyGtnxuZ+3Q
j8sUkV3I5cX5N1hCbEuoOr8Z0uRR/QF3Be5Yt/4jMLn+nPF6ia7VfuDxSMRvXqOu
QzcwOUxjLVawG7Sb2E1R+u1LCpkuxWDmBUj2E+0FGAo7MR/cUCnujqncc/QAKbWM
/PyFHdEZsNRiyodadHT4w0n9jEjsX5yM112ob954dkc/hX0CyHq7mrrpprDjbxph
VnZRuYz3o6geP9tAGEhzs5vmxUFhRVRcb1vYKoWiLZcneheosXl+rc+REbpTpAgn
Ts48qR4hTKhot+zRxV0RkzGcn0W28GBVc5HIx5FkvjHTkfbUDTdkp0HduN+oxGNC
ERRGFfKBd8poCJd+XRRi05ywGnEgoB9Mw2QA6YKM0Gza8vfU+EAyCRHKWm7OBJMi
RToy6n2TAXSePL+HDi7l371Rd2Mdj7es9DjzwbHo+jysZmDC6TNVhM6h/YCUIVXO
AjQQpJ5JdAPwjjfU6NI+7ok6pb5dX2NyqtTNiMUjDeGqpMXCA4jraaHKWI9VDfrz
3QeUcH//M2u4JiU7ZbSqxmZlx+ILuidVS3MooAFPal3U7DB0TiVuKPjIj27qtXJ1
cb+lMilZ4j6AimzpaawswV8hsfIfDgwt9aj+eo1oSTkcrkqCPO/Z5dRC4qRbmnnZ
9yfszClKB9o=
=QXTQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vage9-00055l...@franck.debian.org



Processing of partman-ufs_17_i386.changes

2013-08-17 Thread Debian FTP Masters
partman-ufs_17_i386.changes uploaded successfully to localhost
along with the files:
  partman-ufs_17.dsc
  partman-ufs_17.tar.gz
  partman-ufs_17_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vagtt-0003pa...@franck.debian.org



Processing of partman-ufs_17_i386.changes

2013-08-17 Thread Debian FTP Masters
partman-ufs_17_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-ufs_17.dsc
  partman-ufs_17.tar.gz
  partman-ufs_17_all.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vagr7-0007pf...@ravel.debian.org



Bug#716978: initramfs not setting up crypto

2013-08-17 Thread Dmitrijs Ledkovs
On 17 August 2013 00:02, Matt Taggart  wrote:
> Ben Hutchings writes:
>
>> That's strange.  The LVM tools are added by
>> /usr/share/initramfs-tools/hooks/lvm2 which is part of the lvm2 package.
>> So this implies lvm2 wasn't installed either, though that seems
>> unlikely.
>
> I found the LVM problem (and possibly the crypt problem). My preseed setup
> was installing a sources.list that pointed to squeeze rather than wheezy
> and I think that prevented lvm2 from getting installed. It may have also
> caused the initramfs to not get the crypto modules, but I suspect it's more
> likely that using the minimal module setting caused that.
>

I also uploaded a fix, where apt-install lvm2 script was not actually
executable in the partman-lvm, so it was not actually run either. The
affected versions were 84 & 85, fix released in 86. Maybe that was
related as well.

http://ftp-master.metadata.debian.org/changelogs/main/p/partman-lvm/unstable_changelog

Regards,

Dmitrijs.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/canbhluicdzax0z1egukuydmqsjrkh9gqbv96ren-yj5cnqv...@mail.gmail.com



RE: Tajik Language - Adding support for a new language

2013-08-17 Thread Victor Ibragimov
Hi Christian,

I have downloaded this mini.iso
http://d-i.debian.org/daily-images/i386/daily/netboot/mini.iso
And seems to be Tajik is not yet there.

By the way, could you please, check if sublevel3,4,5,6 are not blocked to
continue Tajik translations?

Thanks,
Victor

-Original Message-
From: Christian PERRIER [mailto:bubu...@debian.org] 
Sent: 17 август 2013 с. 13:42
To: debian-boot@lists.debian.org; debian-i...@lists.debian.org;
'ubuntu-translators'
Subject: Re: Tajik Language - Adding support for a new language

Quoting Victor Ibragimov (victor.ibragi...@gmail.com):
> Dear Christian,
> 
> Thank you for help - could you please, send a link to download and 
> test a daily build with Tajik?
> 

http://www.debian.org/devel/debian-installer/

Check "daily builds" and download the "netboot" flavour.

We're currently trying to activate the "monolithic"build, where all udebs
are taken fromunstable, but we have dependencies problems.

I uploaded about 15 udeb packages with Tajik translations included, so you
might already have a good idea how things are working.




--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520f4e14.8188700a.771f.1...@mx.google.com



cdrom-checker_1.27_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 11:16:18 +0200
Source: cdrom-checker
Binary: cdrom-checker
Architecture: source i386
Version: 1.27
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 cdrom-checker - Verify the cd contents (udeb)
Changes: 
 cdrom-checker (1.27) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po)
Checksums-Sha1: 
 7628b19b0c2b793f6b6d2e80ee3f6131a5611fc1 1687 cdrom-checker_1.27.dsc
 cda5f3f2161cb09294cc1e74dd24323ece2fe42e 77817 cdrom-checker_1.27.tar.gz
 bb3368f63ef29bf5087c4482f2cc1cc3cd86b54e 49046 cdrom-checker_1.27_i386.udeb
Checksums-Sha256: 
 87142a242bd373f2293b5ed20410d31078c12beffccac8cc03849f94b58d80de 1687 
cdrom-checker_1.27.dsc
 7066cdadf7bee229e4c1907801629d425040ce9e6f1559fc2709942fbfc4e3ca 77817 
cdrom-checker_1.27.tar.gz
 c89188f9cc72778d3b18cb27b53af391377e044562007cf4bad0174d06268dc7 49046 
cdrom-checker_1.27_i386.udeb
Files: 
 97c09a1830ea82bd20c1563616e2f33e 1687 debian-installer optional 
cdrom-checker_1.27.dsc
 202f5b8dd3081db169766fe8cf0b1999 77817 debian-installer optional 
cdrom-checker_1.27.tar.gz
 4eaa31b384280793b889926c3b286285 49046 debian-installer optional 
cdrom-checker_1.27_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg9Ei4cvcCxNbiWoAQILsg/7BU8TBizxTCLMakk2jQsQXlYyMcTzH5SN
qihxdcCK7VQ75vYELG+GhltUDwTFGVVHIGoxqHQInNrVO58qGG9qYyDRngaNnfJy
DH5AfBJYpkhbr6W+yznqlJTAQlnPYstXVlPc6N8hsXbEWMtmbtSyrOuPN7cVEh3G
Bh8WI68H2TigbM6FZxV3BZcl13dEdb2fISRMFoNhlIx0YtJKwutJc7Jz4irjDqXb
S80t2zjSbeudLkCusmKKSZ7Hj5/HonO9tUAQWCu8Ew2ppiVWWZXyYNpurfFbgWdl
DHWQ9b21+fZYQraU4v6EoG3qBIgfRZkqXp7LP/ZIa48VTN4fCyIw5HHYkf8QTn7C
haCoFgdn6RFGO7RNloQm1JdaotamEQjazcpYxPej81jeqF0EiuUdL48XpSqF7rhv
TGykiZYX4930U9XcdE4th6YrAHSNbblO+zctHni6gdC3RppYnhPNCIBfPVy6Hzlh
pJDL/dMMCObOc/VnU9xVbRDz2/KEWWteM5XfkgyJ1QmCgx3WXkTlZ/1M1gmegqP8
U0rA0Argi9COnt+aj+JrzT2aOBhHqpatmJd/EIJsR5uccIMz0/fzVVl7XDJR/tzr
XqJnbvsvVG83guJsIXPjCaNxHL7Y76EiM8v9xo/5WTBRRE5jRP8iC7mU4MbsCf8r
4MEGD1yvJZ8=
=i4+N
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vad78-0006mf...@franck.debian.org



Processing of cdrom-checker_1.27_i386.changes

2013-08-17 Thread Debian FTP Masters
cdrom-checker_1.27_i386.changes uploaded successfully to localhost
along with the files:
  cdrom-checker_1.27.dsc
  cdrom-checker_1.27.tar.gz
  cdrom-checker_1.27_i386.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vad1w-0004t8...@franck.debian.org



Processing of cdrom-checker_1.27_i386.changes

2013-08-17 Thread Debian FTP Masters
cdrom-checker_1.27_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  cdrom-checker_1.27.dsc
  cdrom-checker_1.27.tar.gz
  cdrom-checker_1.27_i386.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vad00-om...@ravel.debian.org



cdrom-detect_1.46_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 11:08:49 +0200
Source: cdrom-detect
Binary: cdrom-detect
Architecture: source all
Version: 1.46
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 cdrom-detect - Detect CDROM devices and mount the CD (udeb)
Changes: 
 cdrom-detect (1.46) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1: 
 104fcd85b9c0a8b17a92e93a6928e66b8cc59544 1654 cdrom-detect_1.46.dsc
 d317a53f7f40aaf41ace4f682697c588e664966b 133620 cdrom-detect_1.46.tar.gz
 186acb5a1d1a9c9609cc7963af764710e2a8ae69 107980 cdrom-detect_1.46_all.udeb
Checksums-Sha256: 
 bf2c16317434b07ad5bfb0c4b4057f1439af6764e4f41d33fc0bf5b8722e0678 1654 
cdrom-detect_1.46.dsc
 35b46fbe6246fcc475236a1bfcc7fc9d37a3aecc5c3a8b373d389226d81b10d8 133620 
cdrom-detect_1.46.tar.gz
 6e626b042fb407201a7cf1bab04320e60af77b59b04ee90923548123861799f3 107980 
cdrom-detect_1.46_all.udeb
Files: 
 debfd7499b58f88f404953d3c5f10f28 1654 debian-installer optional 
cdrom-detect_1.46.dsc
 c71e4610febab90631a7638ce93be370 133620 debian-installer optional 
cdrom-detect_1.46.tar.gz
 79a1cc1e0bd995ae369897d27e8a9497 107980 debian-installer optional 
cdrom-detect_1.46_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg8+QYcvcCxNbiWoAQKkRg/9EPxEzpR1r4UNXXy9BLshYb509BqVEb6g
uTLfbhG+mCABX3IQ5AmGuU9ormTiHsgaL7kaIf26MkIWo98XXIx6+Lziuqujuzqe
BLDf35FJ2jStlsQyI1JJSv2ol4aBUY6CfH26xi7vo6b0GNGX0tKN9ORcVVfLtR3h
zcAilvv8nddkh1YvwaKoMZUMHPnxAYq/Nm199yGb8ZgH7TZ2uPszGirsBCRRYMju
gWZ9fI+aXrSaFTxTnTV1tvRr/Zuv4AzHXi8QegQeKwRa7IFTtGgIv44lW8Vl6YQO
ZIrgPCdCv/bHFWXEi1Wjg9PD33eYO7XA0L8TjhK4UnkWYSMA0dMjiQ7pxXz7uDG8
Bk+PFacpP86var52WmciSNfMehvR6qErcGryTnXNqdoXBtZNRJqNcfvndib4zT36
gZV1CVHSmrML/sI4snRF1RzOJrxykYaYemJdoR6gIdGe2j0rXcNiYfXtdvboiKgG
lcUKezgsHG122Jo4wn1KzH2uMjUcpnF0jnLRFBWXIKu86ipgHdCMFFlswsGvmAmV
jpL0/mszwSUbz5akz1lFgOXBZAd3zBm9e8CXmwXXSUQH/XlRB8nJnbkKjvKfyr5g
B8o2nouEtNAzeKc2je+yg7SVVOfPKk6HMwyHVEumtUa6AShPL92/2LuBOrHbqUOh
TOe+C1QJ0XA=
=KZEl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacsd-00013e...@franck.debian.org



user-setup_1.51_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 10:55:40 +0200
Source: user-setup
Binary: user-setup-udeb user-setup
Architecture: source all
Version: 1.51
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 user-setup - Set up initial user and password
 user-setup-udeb - Set up users and passwords (udeb)
Changes: 
 user-setup (1.51) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1: 
 50141c57ba07febdf18b41461c03dbbe0328b26b 1729 user-setup_1.51.dsc
 cf82f2f41bcf522cdf57066111bfed0f4b00a3ab 172921 user-setup_1.51.tar.gz
 28de8706b135152edcae272e813e2da83cf8ee93 162622 user-setup-udeb_1.51_all.udeb
 92af757b643c60983fbb26c7fd7d0edb87a223a2 172470 user-setup_1.51_all.deb
Checksums-Sha256: 
 10c23aa9488b26cfbe0783009418c971bcaab631ac02091106634fb21f0c8729 1729 
user-setup_1.51.dsc
 2665d42ee835a3c7c681adb448a1d93eba9f48bef8665059dcd5fe58a04e4cf9 172921 
user-setup_1.51.tar.gz
 9ec8f25c084409dc398a5db6c45ecab3abd5023a2511d607a9a458f3ac5af5cd 162622 
user-setup-udeb_1.51_all.udeb
 c3a29ddf0a1440c5f2d4f4b0a6bcfcdb8e6b3b2a1102c91c5353733233f9a0d3 172470 
user-setup_1.51_all.deb
Files: 
 c2ad0ed4a63dab4872f2da9329198f2a 1729 debian-installer extra 
user-setup_1.51.dsc
 184bcef2b5232e1ec337f5c45595b253 172921 debian-installer extra 
user-setup_1.51.tar.gz
 d59c0c927ff108e8fdd1f0d6a51f0c7b 162622 debian-installer standard 
user-setup-udeb_1.51_all.udeb
 d16d5405a72ce0d66c534815adc77269 172470 admin extra user-setup_1.51_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg88n4cvcCxNbiWoAQJXpQ//fkv193Hw/GpFltRur4WJvRAmCZxCg2bg
6e/RXKf10kqusd8rqds/zdsxeRZtk2SgzzoR3dsKovtWpKQyeOP57okkMmnzYJmI
dALhawEaDW4fAH+Yel2C5yqFTatpRHlVkd5Zc+bxTi0Ei6ALzkQRveNuVVYvhL0y
gB/rmkRDVtcOv/hEwayB3Eh0FEJR+LqVJuXnjlUASLVJwf+hFgvz/0g+6xcFM8YU
19XMryKRgmSy83qpirBtU82GGx941HiKQhGdhI2C/+M5VKLReTlUnEoSkZPRayTO
hodko8gLrd1mnosTtr2ir+fx7bHg5PFqHdpeotGQgNXt2W73aND9M5RqqjHcwGSW
2wW+5emWJlfD76DEkj3bjWSUB3NAhy8znHq1yjJFRaNMa/P6n911q3czO1CrPoCY
nt3c4ye3k5OgIstKgKIpFQwHKGQfHj/ZFfWMvALPhi8xyZ6IpGqsSAN8RlQMOkpG
bb63kcZsx0x5412xAOUNwL2oC6VvkevMh8brohmz/O3aITD4QO3jkua2A+IExICv
ALcpSacPOyQfkqpdI01dvsi6tRppfujnZ7dS2UBggIohGSNSHG3Oc06ww4BBbhS9
Rpqd8hF945r7ZeV85IFO4Mh21BLV1zdHPXjuF41LXT6ubeDQp+C56KyVF67EZo1W
/5EbCJwm4yA=
=N4cK
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacu7-0001b2...@franck.debian.org



Processing of cdrom-detect_1.46_i386.changes

2013-08-17 Thread Debian FTP Masters
cdrom-detect_1.46_i386.changes uploaded successfully to localhost
along with the files:
  cdrom-detect_1.46.dsc
  cdrom-detect_1.46.tar.gz
  cdrom-detect_1.46_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacdp-0007pq...@franck.debian.org



Processing of cdrom-detect_1.46_i386.changes

2013-08-17 Thread Debian FTP Masters
cdrom-detect_1.46_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  cdrom-detect_1.46.dsc
  cdrom-detect_1.46.tar.gz
  cdrom-detect_1.46_all.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacbk-0006zd...@ravel.debian.org



tzsetup_0.45_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 09:49:11 +0200
Source: tzsetup
Binary: tzsetup-udeb
Architecture: source all
Version: 1:0.45
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 tzsetup-udeb - choose time zone (udeb)
Changes: 
 tzsetup (1:0.45) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po)
Checksums-Sha1: 
 c09b1f13b2b9c81271aa154d080c854600aa33e8 1660 tzsetup_0.45.dsc
 2eca06efc2727053ab712e5fa4c10fa1ad5bec20 143083 tzsetup_0.45.tar.gz
 5de778c22f6b9429d7cc00ac669346df4a117694 76332 tzsetup-udeb_0.45_all.udeb
Checksums-Sha256: 
 464e8218105b28e926b1285eaf8b1efc84e6588314ec49eb08a5c8ecec086c25 1660 
tzsetup_0.45.dsc
 9c324ab6ae872986f79957abf3fd612dd6c285c278d969a7d5b8111679736d3e 143083 
tzsetup_0.45.tar.gz
 4b82ccb0c9bf6bb11432f09a77a2bc86fc354f1d72f52d6376c158762c1b9acd 76332 
tzsetup-udeb_0.45_all.udeb
Files: 
 7a2bae5dd98f8202aa45cdaec5bdcff4 1660 debian-installer optional 
tzsetup_0.45.dsc
 c283b5b221d841940dd3e39b6547262d 143083 debian-installer optional 
tzsetup_0.45.tar.gz
 fa414849904f83181f65105eb347c426 76332 debian-installer optional 
tzsetup-udeb_0.45_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg86NIcvcCxNbiWoAQJDyhAAn316gawDj7yEhsv31MNMYtmT0bnVA9qN
8WIJB78kEtyKJqAECX5i9C+4rnrf3ORT6MtT8i8DtEkJiCv8breaDYKgWEeWUYW+
uWj6D5lEzzrq9wQ6432KKdoVMBC5j53FN8S7JZ6kvFu4h9hnbdrxalvm5D8N/u3b
8KtCYnVWDNxcz4wt2S9ZRiW782v03zfn3sho6DCJD+SR9TEii2sq6SIr3VRg1iVe
fq/tg0/4rjUJfiJtCIg0Ha3dsNVpYzdS88QT2ME8cTGIaNuLF2bh53r+M/Y/ZQV0
Zz+6NZuO91P5/GPLfJJa5HFN34+/+HzJ423swifEjQdLU14setiRFVpakidA3ZUo
z3AGqfETtWogmlZZlsiUdTDjw8UhnKYOZDhCaYiiHQzKa4ZXT5rLbdxnfZKHJQOh
fhwYG/VqPHQnb22IJtnfOidLC5I+MFtVzSa1w1CgupJPMpDDDWNlppvWQwPhKOzz
k4IDmWmdjz9/iq783e9pF7hg2VbcGqUMaCZ0v95vkgDQefsVGFA6SH2b7aEUia59
1ZDEpPuGZ7rSVqAN8gmB4wMT/IfAgcx3qbJjjvUsM3fRPzZ7HuM2zTxeWGDHv/Ed
pMn9p192gQZzSBuMt8N5su/eKyxP8s+ARjtESfRUebjiH++hQ3jKpB2bf5z/rbTU
BBcGEMCdSu8=
=qCLL
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacu2-0006lu...@franck.debian.org



Processing of user-setup_1.51_i386.changes

2013-08-17 Thread Debian FTP Masters
user-setup_1.51_i386.changes uploaded successfully to localhost
along with the files:
  user-setup_1.51.dsc
  user-setup_1.51.tar.gz
  user-setup-udeb_1.51_all.udeb
  user-setup_1.51_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vactg-0006hr...@franck.debian.org



Processing of user-setup_1.51_i386.changes

2013-08-17 Thread Debian FTP Masters
user-setup_1.51_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  user-setup_1.51.dsc
  user-setup_1.51.tar.gz
  user-setup-udeb_1.51_all.udeb
  user-setup_1.51_all.deb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacs0-0005iu...@ravel.debian.org



Processing of tzsetup_0.45_i386.changes

2013-08-17 Thread Debian FTP Masters
tzsetup_0.45_i386.changes uploaded successfully to localhost
along with the files:
  tzsetup_0.45.dsc
  tzsetup_0.45.tar.gz
  tzsetup-udeb_0.45_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacjw-0003ue...@franck.debian.org



Processing of tzsetup_0.45_i386.changes

2013-08-17 Thread Debian FTP Masters
tzsetup_0.45_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  tzsetup_0.45.dsc
  tzsetup_0.45.tar.gz
  tzsetup-udeb_0.45_all.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vacif-0004cv...@ravel.debian.org



Re: Tajik Language - Adding support for a new language

2013-08-17 Thread Christian PERRIER
Quoting Victor Ibragimov (victor.ibragi...@gmail.com):
> Dear Christian,
> 
> Thank you for help - could you please, send a link to download and test a
> daily build with Tajik?
> 

http://www.debian.org/devel/debian-installer/

Check "daily builds" and download the "netboot" flavour.

We're currently trying to activate the "monolithic"build, where all
udebs are taken fromunstable, but we have dependencies problems.

I uploaded about 15 udeb packages with Tajik translations included, so
you might already have a good idea how things are working.




signature.asc
Description: Digital signature


preseed_1.61_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 08:44:17 +0200
Source: preseed
Binary: preseed-common network-preseed file-preseed initrd-preseed env-preseed
Architecture: source all
Version: 1.61
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 env-preseed - debconf preseeding via environment variables (udeb)
 file-preseed - load debconf preseed file (udeb)
 initrd-preseed - load debconf preseed file from /preseed.cfg on the initrd 
(udeb)
 network-preseed - download debconf preseed file (udeb)
 preseed-common - common files for preseeding (udeb)
Changes: 
 preseed (1.61) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po)
Checksums-Sha1: 
 1c36949c09327bd2d7ed0d714b88ac4ba579f77a 1849 preseed_1.61.dsc
 afedec6450cd8ea1e382a071973622a01a560de2 89349 preseed_1.61.tar.gz
 61d0308d1004f174672bb1840bd7a45c40944d17 21550 preseed-common_1.61_all.udeb
 c5bb6e1b356bc8e77ea881bc816c3a6c4af62e45 30208 network-preseed_1.61_all.udeb
 7c89df244bcb3051b90f8ded31373cfbaa2fd779 4080 file-preseed_1.61_all.udeb
 c616dcd21aaff63dfbdb2dfbe20141615fe77c01 888 initrd-preseed_1.61_all.udeb
 d0e3f18048cad057edb98c80662e9908ccbe15ce 1760 env-preseed_1.61_all.udeb
Checksums-Sha256: 
 383173d44d408fc8ac313313731be093b7faeab9813458387988ce6c1602dbc7 1849 
preseed_1.61.dsc
 0cb566403b33d2a27601800acdcb2867c2e5646db59a96964a5c3198f9b108b2 89349 
preseed_1.61.tar.gz
 15c7c04c2291622c964b2f8d3acc0def9891b8afd27ae7526283e71f43ecfc80 21550 
preseed-common_1.61_all.udeb
 2f622cad1ee7acb9f3ce5de0aba28e8452f719e7775c9f0b715dedd2ad4e5a95 30208 
network-preseed_1.61_all.udeb
 c10e8662782747a89b0ce1ebc07d0ed8237880c909aab0b664559c9042fb1431 4080 
file-preseed_1.61_all.udeb
 6c3a6ef52e28f79914dbf07d28e35b6074486e010353314d602f0cea6b0b2e05 888 
initrd-preseed_1.61_all.udeb
 8ce4d6d03ba68a2577b1a7252e22d96bb3bb256981694f099064a3b8857aef83 1760 
env-preseed_1.61_all.udeb
Files: 
 402e7377903f4289740f7ad65d9cde84 1849 debian-installer optional 
preseed_1.61.dsc
 ddeba88742c09694d42c09cd9cded95d 89349 debian-installer optional 
preseed_1.61.tar.gz
 e75def461c414124438f132e7723504b 21550 debian-installer standard 
preseed-common_1.61_all.udeb
 72c8854bfb68f9b3a010d4bed8970304 30208 debian-installer standard 
network-preseed_1.61_all.udeb
 a79771d4d448e2414d3817a91f16bc35 4080 debian-installer optional 
file-preseed_1.61_all.udeb
 326c330c8f86d89e9a8f49b87eb4caf8 888 debian-installer extra 
initrd-preseed_1.61_all.udeb
 374252e76e817cbb4a4cd9fcd253adff 1760 debian-installer extra 
env-preseed_1.61_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg8pwIcvcCxNbiWoAQLwXxAAurIph9LFC4pyVnY4MoytUVp8TTg8P2GY
+ly+q+BBrYNo5SZFDChobKdU9e0gFbDuMbF9Rr//2PuniGb6FgK/Dl5MtX5r/Gv5
tua0uR4DYjQplAZevIX7myftdPtSjG/jOLKIBRR35jtGjH5/XwxKC0W8uPIj7i78
8nfiH+SiagwZJFp3BGTqNEMo0Ilcn/XDottOs/rG1ZeaSe/XppF/1zT8od8/Kh8x
2FCAOMZ/wOzj0nkFY1B6hNW+yYKsOXD2Qvmbpjc9XN0NbzT72gnRtvjquY+HAs8H
rnyvlQ5DSpzuvI7owzbQuY5I9yOV60OiA8PN6MnNwK5EYzw7XveNpYrmAcNvSwnL
RABjjEEjTrlV+d4UBfor6ZHJvo/x14AX+jwyzWlRiLjKx4lSl9xbUa1nyYgzSOqW
8ZkZzIQoFECEA2XkiqACtxw2b9cPg7ylLD35D3MoCfg869L5uIbIpe6nKmI5xQNi
dwgvV9cHOfQ4Tfb9zlXFcX7zTfBaEJJGE9LTgdJ7NNFtIEe615caCt0Uv/erXSLy
/aqMavNcyOwi8g3HkevQiYqQBH25htMx9xaIVfSD4abetfpUR3YpDb5nevPI3ryw
0m82rf/NgQ2MGUwF4tC7G6yVQPc/2PCdoCM5FeJEz8Vaq+FL1QuBqiflwbKdSi7i
UcSBXyUtSeI=
=DinO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vabfs-0001lb...@franck.debian.org



Processing of preseed_1.61_i386.changes

2013-08-17 Thread Debian FTP Masters
preseed_1.61_i386.changes uploaded successfully to localhost
along with the files:
  preseed_1.61.dsc
  preseed_1.61.tar.gz
  preseed-common_1.61_all.udeb
  network-preseed_1.61_all.udeb
  file-preseed_1.61_all.udeb
  initrd-preseed_1.61_all.udeb
  env-preseed_1.61_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vabdo-0001es...@franck.debian.org



Processing of preseed_1.61_i386.changes

2013-08-17 Thread Debian FTP Masters
preseed_1.61_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  preseed_1.61.dsc
  preseed_1.61.tar.gz
  preseed-common_1.61_all.udeb
  network-preseed_1.61_all.udeb
  file-preseed_1.61_all.udeb
  initrd-preseed_1.61_all.udeb
  env-preseed_1.61_all.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vabcn-0005ds...@ravel.debian.org



RE: Tajik Language - Adding support for a new language

2013-08-17 Thread Victor Ibragimov
Dear Christian,

Thank you for help - could you please, send a link to download and test a
daily build with Tajik?

Victor

-Original Message-
From: Christian PERRIER [mailto:bubu...@debian.org] 
Sent: 15 август 2013 с. 21:28
To: Victor Ibragimov
Cc: 'helix84'; 'Dmitrijs Ledkovs'; debian-boot@lists.debian.org;
debian-i...@lists.debian.org; 'ubuntu-translators'
Subject: Re: Tajik Language - Adding support for a new language

Quoting Victor Ibragimov (victor.ibragi...@gmail.com):
> Dear all,
> 
> Sublevel 1 and 2 are now 100% translated for Tajik language, sublevels 
> 3, 4,
> 5 and 6 have very good statistics and should be completed soon.
> Could you please, activate Tajik language for all packages and inform 
> when we can test Tajik translations on a real system?

Tajik is now uploaded and should soon appear indaily built images.

However, to actually get the translations, we need to reupload all packages
with translatable materialwhich is a manual process and takes a lot of
time..:-)

I'll try to get through it but can't make big promises.




--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520f287b.f132700a.5767.0...@mx.google.com



pkgsel_0.40_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 08:36:05 +0200
Source: pkgsel
Binary: pkgsel
Architecture: source all
Version: 0.40
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 pkgsel - Select and install packages (udeb)
Changes: 
 pkgsel (0.40) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1: 
 1eb6de23b0ac2a53085ec6aec10fc9b3ec6b2e78 1572 pkgsel_0.40.dsc
 26d8348e880ce3670db731f68e7057880969b9ee 38111 pkgsel_0.40.tar.gz
 bfe81d9cd2eb273bd812c08d2472755cc8a918c3 10908 pkgsel_0.40_all.udeb
Checksums-Sha256: 
 f5958a5b24fc1dd8db77c414aa94329fea628e84e31a96c78103595edf6e000e 1572 
pkgsel_0.40.dsc
 ebe11cf81c3cab71819ec389033f36dd313e9622f76d896b5658f39ab66f4a97 38111 
pkgsel_0.40.tar.gz
 b24c6680dc0dc36b8871fae16549f3a2307a36c126d1e9f4ece05a5cbe9e04a5 10908 
pkgsel_0.40_all.udeb
Files: 
 6b8ee211382e518089f2c8d9350f1a9c 1572 debian-installer standard pkgsel_0.40.dsc
 1548677ed6b77a24350af44ee8494edc 38111 debian-installer standard 
pkgsel_0.40.tar.gz
 6a96964ac58a6a0f5da48fa8ef89fd8b 10908 debian-installer standard 
pkgsel_0.40_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg8blocvcCxNbiWoAQKLkhAAvG+WZ41ajdebGg0sdReUiaHpGKOq3285
fmDxDSXwUhRBevDi/YtZW06cMAgjdRgdcjat5tJvEn1FN1D3jh9OHEohbBZ8JLIb
0SguPwA2NSi9ZOFbk90xrRvQwvRL16+zSMlnyaZ5w/JH+5Ax3lHQDi8aZaWv1Ual
afpksTUeq17TgDAMjhhQ59Af9yRQJ89qbWTqddiB4uy2jiOMjO4oTvOO5XCYpHTW
LlZo04qBUsFZC9fXaJEwitGAmXMtrns+cbrbcpENI6YBFvul24bLS2vo4ko6cnWq
qTcHkMgb/xB6RC52nKVt3KVhqnB02oGaCXAfS4IKyVMYVkr3XfZrXzHCDw/KQks5
f8PE7KQuaEUfRa05KMwQ33Z0NGdExn4eB96fxPlqcvKATV1nLZYXWTpuXpM0k443
O6J5Q3TaogFBqy8zNqfl1q91ZcmpCw6znQVaW0qVVlT/mOxse5DfFjwTC5r0kqOI
7GeYHJhtYNj8vL4cg9UWZK/f2hmikafBsRW43EmmFR1V8V5dW8A7k2GT9GvvUn9Y
XTHFCB7RVz8vSE8+AJWZ18N9RKkXFZwwE/HS0nusXE8v44mcaC+6HbIgQ7FzkMJQ
a4uWWP0Lq7YzrpFvkvM5UEEbgou46rFmR8NXY2mvR9NwOpDL9J7fT0BW4KSszQej
iFVcIVlAwbY=
=tsCV
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vaajx-00025x...@franck.debian.org



partman-target_85_i386.changes ACCEPTED into unstable

2013-08-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Aug 2013 08:31:11 +0200
Source: partman-target
Binary: partman-target
Architecture: source all
Version: 85
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 partman-target - Provides partman with ability to prepare /target (udeb)
Changes: 
 partman-target (85) unstable; urgency=low
 .
   [ Updated translations ]
   * Tajik (tg.po)
Checksums-Sha1: 
 3557f6cc362c515a195a3318e4877b0511a6d922 1696 partman-target_85.dsc
 a024200e3ebaa969bbcda14816b8b328168836bf 149599 partman-target_85.tar.gz
 e616f2a6361bde73d57fd7de1f55b735f4f42b61 121534 partman-target_85_all.udeb
Checksums-Sha256: 
 ecf5518363b0481ebc4d4141fc43eae392e4446276dd48579a71ce71501b66fc 1696 
partman-target_85.dsc
 785f76e15a4d1ea5f53f1c856a7c8781ef047c51bebe253b99e5cc8009e36c0c 149599 
partman-target_85.tar.gz
 a2b8d5070ab9553350e07932db002e4d635003281da8453d50f9dd625a9c7c24 121534 
partman-target_85_all.udeb
Files: 
 86b2a4be5ff896ca5bf4812310f86ebb 1696 debian-installer standard 
partman-target_85.dsc
 ac08b5081c3a1dd5ef7db9b5d3fd8e6e 149599 debian-installer standard 
partman-target_85.tar.gz
 628f70bdacfbfdd704811ff96783954e 121534 debian-installer standard 
partman-target_85_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUg8ZPocvcCxNbiWoAQLUbBAApErQ2CwLXh6Ir4sZuuj0xMYuzS2lIZxY
iOCDYAFgJhjrFJZHMAFEto/cQlMSyyULTLp4vGR32CYP4WBBgBVslnPIz3btL9GA
dlHo6xKfNazYJCE4y59St5WXXRn705fSIRwLr31ufTYdzMTSD3KcKNvNFmedC3ZA
1Vav/L6BMAqr9wlFWCRSL7J1UQGVwG/00xVxBozt8p+zFW02V7Fw68dHsnG6gvVo
e6AmVkYW54qKJ+MH+sPrndR/xKx+j7+55rDyYXAFLpI/eB3H4CNgg2RSLKN3Uc+W
yHSlIdqlwsngeMz3MGZn1hcOE+YDzttEFIJpejnvYCNdD7CztPmaLQ6RdbubewIg
2zsvK/WBQmWaV/3R2I6JnZHZ6Lpc8vp6PJzKdGtmRzyAv/URSDcBloVHWRFL+kyr
Yx6d4Qb/DHTgC+KXL4Chnd+R3isA935Qv0OMPZSKCG6Aau2ld8hIdWP8xmDb90qn
LceaG+aR6XuOTifnthaZcOdfXypefHcEM13X0rPBBwZstak87AHyvbajTBtGyTEW
x8lgjHaYojB04ubeyhtK6BhYu6tON3V6/o0FDRQPourQ53qR0v+sVmcGUV7IWhZN
3UWbc3m6zNcASabIeip+r6uoJTI6SGztKe4C5/9uFbyptmbFFwazIOpx/8StQPXv
i+1UPZPIw+M=
=peSN
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vaajr-00024e...@franck.debian.org



Processing of pkgsel_0.40_i386.changes

2013-08-17 Thread Debian FTP Masters
pkgsel_0.40_i386.changes uploaded successfully to localhost
along with the files:
  pkgsel_0.40.dsc
  pkgsel_0.40.tar.gz
  pkgsel_0.40_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vaaha-0001ou...@franck.debian.org



Processing of pkgsel_0.40_i386.changes

2013-08-17 Thread Debian FTP Masters
pkgsel_0.40_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  pkgsel_0.40.dsc
  pkgsel_0.40.tar.gz
  pkgsel_0.40_all.udeb

Greetings,

Your Debian queue daemon (running on host ravel.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vaagd-0007vp...@ravel.debian.org