Bug#767682: D-I: installer hangs on re-formatting ext4 partition (having grub in the partition boot record).

2016-01-23 Thread Tweak Linux
"I'd therefore suggest to add -F to mkfs.ext3 in partman-ext3"

It needs to be added to mkfs.ext4 also...

On Sat, Jan 23, 2016 at 5:00 AM, John Paul Adrian Glaubitz <
glaub...@physik.fu-berlin.de> wrote:

> Hello!
>
> > Following is a workaround for this problem in preseed environment that
> > worked for me:
> >
> > d-i partman/early_command string sed -r -e '/^[[:space:]]*mkfs\.
> > /s/^([[:space:]]*)(mkfs\.[^[:space:]]+)/\1\2 -F/g' -i /lib/partman
> > /commit.d/50format_ext3
>
> Which basically adds the force flag to mkfs.ext3 so it will try to
> create the filesystem " even if the specified device is not a partition
> on a block special device, or if other parameters do not make sense."
> (manpage mkfs.ext3).
>
> Is there a particular reason why we use "-f" in partman-btrfs [1] for
> mkfs but not in partman-ext3 for mkfs? It seems that running mkfs.ext3
> with -F would make the formatting process more robust for most people
> when reading through this bug report. We're also seeing this issue on
> sparc64 where mkfs.ext3 is probably choking on the Sun disklabels.
>
> I'd therefore suggest to add -F to mkfs.ext3 in partman-ext3.
>
> Thanks,
> Adrian
>
> > [1]
>
> http://anonscm.debian.org/cgit/d-i/partman-btrfs.git/tree/commit.d/format_btrfs#n62
>
> --
>  .''`.  John Paul Adrian Glaubitz
> : :' :  Debian Developer - glaub...@debian.org
> `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
>   `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
>


Bug#767682: D-I: installer hangs on re-formatting ext4 partition (having grub in the partition boot record).

2015-05-01 Thread Tweak Linux
I can confirm that the bug still exists. It exists in all my live-builds
for jessie.

No problem to reproduce it with manual partioning.

It happens every time I try to reformat and use an existing ext4-partions
where another installation exists. In other words,  a partition which holds
a grub.

If I erase the data on the partition first, then I'm fine. If not, it hangs
indefinately on formatting that partition...

Also, it's easy to reproduce in terminal...

Without the force parameter, it hangs at this:
(just pick a partition where you know there are another installation
containing a grub)

$ mke2fs -t ext4 /dev/sda6
mke2fs 1.42.12 (29-Aug-2014)
/dev/sda6 contains a ext4 file system
last mounted on / on Sat May  2 01:02:54 2015
Proceed anyway? (y,n)

As you don't get to confirm this when using the Debian-Installer, it will
hang forever at this point.

Best, EW


Re: [d-i manual] copyright declaration

2015-03-22 Thread linux
Hi,

Am So. Mär. 22 17:51:11 2015 GMT+0100 schrieb peter green:
 On 22/03/15 13:36, Holger Wansing wrote:
  Hi,
 
  is there a reason why the year for copyright declaration should not be
  converted into an entity?
  Would ease the repeating changing.
 
  Patch attached, works for both xml and po based translations.
 
 Correct me if I'm wrong here but shouldn't the copyright year only be 
 updated when there is an actual change?

There will rarely be a complete year without any changes...
But if there is such a year to happen, the changing of the entity
definition could be omitted.
The setting of the entity content (= changing it) will still be a manual 
process, no automatism. 


Holger 

-- 
Sent from my Jolla http://jolla.com/, powered by Sailfish OS

Re: d-i manual: outdated file in czech translation?

2015-01-11 Thread linux
Hi,

Am So. Jan. 11 15:03:50 2015 GMT+0100 schrieb Miroslav Kure:
 On Sun, Jan 04, 2015 at 09:24:10PM +0100, Holger Wansing wrote:
  Hello Miroslav,
 
 Hello Holger,
 
  In the intend to unfuzzy all translations I just noticed that 
  the Czech file ../cs/using-d-i/modules/choose-mirror.xml
  is apparently out of date in your d-i manual translation:
  The english original does not contain any content, but Czech
  translation does.
 
 In fact, it is not outdated, but ahead of the original :-)
 It simply describes to the user how the component behaves.

In that case, could you provide an English translation of that text, so that it 
can be officially included in the manual?

Holger 

-- 
Sent from my Jolla http://jolla.com/, powered by Sailfish OS

Re: Build of the d-i manual [ Re: Release in a few days hopefully ]

2015-01-01 Thread linux
Hi,

Am Mi. Dez. 31 18:19:44 2014 GMT+0100 schrieb Samuel Thibault: 
 Well, it looks to me like an odd way to circumvent a dumb limitation
 somewhere in some tool.

At least it gives the possibility for building the manual here locally to
check my translators work.
And probably it helps to find the real cause and a clean solution.

Holger 

-- 
Sent from my Jolla http://jolla.com/, powered by Sailfish OS

Re: grub2 2.02~beta2-18: Please update debconf PO translation for the package grub2

2014-12-13 Thread linux
Hi all,

please note there is another typo:

   msgid 
   Some EFI-based systems are buggy and do not handle new bootloaders 
   correctly. If you force extra installation of GRUB to the EFI 
   removable 
   path, it should make sure that this system will boot Debian correctly 
   despite such a problem. However, this may remove the ability to boot 
   any 
   other operating systems that also depend on this path. If so, you will 
   need 
   to ensure that GRUB is configured successfully to be able boot any 
   other OS 
   installations correctly.

to be able to boot any other OS
   ^^


Holger 

-- 
Sent from my Jolla http://jolla.com/, powered by Sailfish OS

Linux kernel ABI bump in experimental: from 3.17.0-trunk to 3.18.0-trunk

2014-12-12 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.17.0-trunk to 3.18.0-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xzt6z-0001b6...@dillon.debian.org



Bug#771699: Provide A Preseed Option For Ignoring The Valid-Until Field of InRelease Files

2014-12-01 Thread Linux Luser
Package: debian-installer
Severity: wishlist
Tags: d-i

Dear maintainers,

Please provide a method to allow the installer to ignore the 'Valid-Until'
field for repositories during install. Currently, one can tell Apt/Aptitude
directly to do this via:

# apt-get -o Acquire::Check-Valid-Until=false update
# apt-get upgrade

But there is no way to preseed this or to tell the installer only (not the
target image) to do this.

The option could be something similar to the allow unauthenticated
packages preseed option:

d-i debian-installer/allow_unauthenticated boolean true

So, perhaps something like this:

d-i debian-installer/ignore_valid_until boolean true


Linux kernel ABI bump in experimental: from 3.17-1 to 3.17.0-trunk

2014-11-24 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.17-1 to 3.17.0-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xswwi-00014n...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.16-3 to 3.16.0-4

2014-11-12 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.16-3 to 3.16.0-4


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xotjv-00039z...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.17-rc5 to 3.17-1

2014-11-05 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.17-rc5 to 3.17-1


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xm7dw-0003mw...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.16-3 to 3.16.0-4

2014-11-04 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.16-3 to 3.16.0-4


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xloud-0003we...@dillon.debian.org



Linux kernel ABI bump in testing: from (none) to 3.16-3

2014-10-27 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from (none) to 3.16-3


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xifgi-0007m4...@dillon.debian.org



Linux kernel ABI bump in unstable: from (none) to 3.16-3

2014-10-27 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from (none) to 3.16-3


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xifgk-0007mv...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.17-rc5

2014-10-27 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.17-rc5


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xifgn-0007ne...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.16-2 to 3.16-3

2014-10-26 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.16-2 to 3.16-3


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xijdb-0006ex...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.16-3 to (none)

2014-10-26 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.16-3 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xic67-0005b7...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.16-3 to (none)

2014-10-26 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.16-3 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xicfo-00065r...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.17-rc5 to (none)

2014-10-26 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.17-rc5 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xicpv-0007ir...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.16-2 to 3.16-3

2014-10-10 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.16-2 to 3.16-3


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xckzv-0006ai...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.14-2 to 3.16-2

2014-09-27 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.14-2 to 3.16-2


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xxyd3-0005dn...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.16-1 to 3.16-2

2014-09-19 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.16-1 to 3.16-2


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xv14q-00015w...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.17-rc5

2014-09-19 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.17-rc5


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xv14t-00015p...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.16-1 to 3.14-2

2014-09-17 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.16-1 to 3.14-2


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xui7j-zz...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.14-2 to 3.16-1

2014-09-15 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.14-2 to 3.16-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xtrfh-0005wg...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.16-trunk to (none)

2014-09-10 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.16-trunk to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xrkmz-0003m9...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.14-2 to 3.16-1

2014-09-08 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.14-2 to 3.16-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xrd4b-0003wu...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.16-rc6 to 3.16-trunk

2014-08-10 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.16-rc6 to 3.16-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xgw0z-0004np...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.14-1 to 3.14-2

2014-07-30 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.14-1 to 3.14-2


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xci0i-0007ln...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.16-rc5 to 3.16-rc6

2014-07-23 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.16-rc5 to 3.16-rc6


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9vgp-0007m9...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.14-1 to 3.14-2

2014-07-22 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.14-1 to 3.14-2


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9cx5-0005wa...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.14-1 to (none)

2014-07-21 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.14-1 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9kfn-0004xa...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.14-1 to (none)

2014-07-21 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.14-1 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9kel-0004xa...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.16-rc5 to (none)

2014-07-21 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.16-rc5 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9kgo-0004y1...@dillon.debian.org



Linux kernel ABI bump in testing: from (none) to 3.14-1

2014-07-21 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from (none) to 3.14-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9ny3-000888...@dillon.debian.org



Linux kernel ABI bump in unstable: from (none) to 3.14-1

2014-07-21 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from (none) to 3.14-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9ny5-0008ai...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.16-rc5

2014-07-21 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.16-rc5


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9ny8-0008cb...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.15-trunk to 3.16-rc5

2014-07-16 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.15-trunk to 3.16-rc5


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x7dkc-000145...@dillon.debian.org



win32-loader

2014-07-01 Thread linux-service.be bvba
I would like to make the win32-loader to boot a ubuntu install iso with preseed.
For now I install the win32-loader on xp machines, put the iso in place and 
adjust the boot options to load the iso after reboot.
manual:
http://www.papegaaiduiker.be/index.php/windows-xp-automatic-funeral-howto

After reboot ubuntu gets installed without interaction.

How can I modify the win32-loader.exe?

gd


Linux kernel ABI bump in experimental: from 3.15-rc8 to 3.15-trunk

2014-06-22 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.15-rc8 to 3.15-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wyoov-0005nt...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.15-rc7 to 3.15-rc8

2014-06-05 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.15-rc7 to 3.15-rc8


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wsi2s-m7...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.14-1 to (none)

2014-05-31 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.14-1 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqmbw-0007k6...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.14-1 to (none)

2014-05-31 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.14-1 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqmcx-0007kq...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.15-rc7 to (none)

2014-05-31 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.15-rc7 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqmdz-0007kk...@dillon.debian.org



Linux kernel ABI bump in testing: from (none) to 3.14-1

2014-05-31 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from (none) to 3.14-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqtf3-0003hi...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.15-rc7

2014-05-31 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.15-rc7


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqtf8-0003ix...@dillon.debian.org



Linux kernel ABI bump in unstable: from (none) to 3.14-1

2014-05-31 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from (none) to 3.14-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqtf5-0003hu...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.15-rc5 to 3.15-rc7

2014-05-28 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.15-rc5 to 3.15-rc7


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wpzfr-jb...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.15-rc5

2014-05-18 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.15-rc5


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wm7ij-du...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.13-1 to 3.14-1

2014-05-17 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.13-1 to 3.14-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wllf6-0003c7...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.14-trunk to (none)

2014-05-03 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.14-trunk to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wgvkj-0005wv...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.13-1 to 3.14-1

2014-04-29 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.13-1 to 3.14-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wfm9n-0006dk...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.14-rc7 to 3.14-trunk

2014-04-11 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.14-rc7 to 3.14-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wywqd-0003or...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.14-rc5 to 3.14-rc7

2014-03-19 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.14-rc5 to 3.14-rc7


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wqbt3-0004tg...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.12-1 to 3.13-1

2014-03-13 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.12-1 to 3.13-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wojkz-0008n2...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.14-rc5

2014-03-10 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.14-rc5


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wn6pr-0004n1...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.13-trunk to (none)

2014-02-26 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.13-trunk to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wisbp-zc...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.12-1 to 3.13-1

2014-02-23 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.12-1 to 3.13-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1whfgb-0001qa...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.12-1 to (none)

2014-02-08 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.12-1 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1wcexa-0001c7...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.12-1 to (none)

2014-02-08 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.12-1 to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1wcext-0001bd...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.13-trunk to (none)

2014-02-08 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.13-trunk to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1wcexg-0001cf...@dillon.debian.org



Linux kernel ABI bump in unstable: from (none) to 3.12-1

2014-02-08 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from (none) to 3.12-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1wcihe-0004sn...@dillon.debian.org



Linux kernel ABI bump in testing: from (none) to 3.12-1

2014-02-08 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from (none) to 3.12-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1wcihd-0004r2...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.13-trunk

2014-02-08 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.13-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1wcihh-0004sv...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.13-rc6 to 3.13-trunk

2014-01-21 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.13-rc6 to 3.13-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1w5klk-yf...@dillon.debian.org



Linux kernel ABI bump in testing: from 3.11-2 to 3.12-1

2014-01-04 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.11-2 to 3.12-1


Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1vzghk-0002xd...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.12-trunk to 3.13-rc6

2013-12-31 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.12-trunk to 3.13-rc6


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vy7p8-0007nt...@dillon.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.12-trunk

2013-12-26 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.12-trunk


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vwdp3-0004hi...@dillon.debian.org



Linux kernel ABI bump in experimental: from 3.12-trunk to (none)

2013-12-24 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.12-trunk to (none)


Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vvurw-0003vu...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.11-2 to 3.12-1

2013-12-22 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.11-2 to 3.12-1


Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1vuhet-0001nu...@dillon.debian.org



Linux kernel ABI bump in unstable: from 3.11-1 to 3.11-2

2013-11-23 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.11-1 to 3.11-2

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1vk9xt-0001v2...@ravel.debian.org



Linux kernel ABI bump in testing: from 3.10-3 to 3.11-2

2013-11-23 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.10-3 to 3.11-2

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1vk9xs-0001ui...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.12-rc7 to 3.12-trunk

2013-11-23 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.12-rc7 to 3.12-trunk

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vk9xv-0001vl...@ravel.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.12-rc7

2013-10-30 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.12-rc7

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vbzar-pl...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.11-trunk to (none)

2013-10-19 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.11-trunk to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vxf2p-0006b6...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.10-3 to 3.11-1

2013-10-19 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.10-3 to 3.11-1

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1vxf2k-000694...@ravel.debian.org



Linux kernel ABI bump in testing: from 3.10-2 to 3.10-3

2013-09-23 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.10-2 to 3.10-3

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1vo91t-0004f3...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.11-trunk-s390x-dbg to 3.11-trunk-sparc64-smp

2013-09-13 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.11-trunk-s390x-dbg to 
3.11-trunk-sparc64-smp

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vkqde-00015e...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.11-rc7 to 3.11-trunk-s390x-dbg

2013-09-12 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.11-rc7 to 3.11-trunk-s390x-dbg

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vkl1f-0001ph...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.10-2 to 3.10-3

2013-09-11 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.10-2 to 3.10-3

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1vjoey-0004v3...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.11-rc4 to 3.11-rc7

2013-09-01 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.11-rc4 to 3.11-rc7

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vgmig-0006tr...@ravel.debian.org



Linux kernel ABI bump in testing: from (none) to 3.10-2

2013-08-23 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from (none) to 3.10-2

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1vcod6-000454...@ravel.debian.org



Linux kernel ABI bump in unstable: from (none) to 3.10-2

2013-08-23 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from (none) to 3.10-2

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1vcod6-00045n...@ravel.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.11-rc4

2013-08-23 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.11-rc4

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vcod8-00045g...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.10-2 to (none)

2013-08-22 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.10-2 to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1vcuxj-0007hi...@ravel.debian.org



Linux kernel ABI bump in testing: from 3.10-2 to (none)

2013-08-22 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.10-2 to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1vcuxj-0007gw...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.11-rc4 to (none)

2013-08-22 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.11-rc4 to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1vcuxk-0007hf...@ravel.debian.org



Linux kernel ABI bump in testing: from 3.9-1 to 3.10-2

2013-08-13 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.9-1 to 3.10-2

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1v9bra-0001tg...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.10-1 to 3.10-2

2013-08-10 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.10-1 to 3.10-2

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1v86qx-00031h...@ravel.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.11-rc4

2013-08-10 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.11-rc4

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1v86qz-000320...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.9-1 to 3.10-1

2013-07-18 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.9-1 to 3.10-1

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1uzs1o-0004yd...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.9-1 to 3.10-1

2013-07-18 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.9-1 to 3.10-1

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1uzsxs-00023q...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.10-rc5 to 3.10-rc7

2013-06-26 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.10-rc5 to 3.10-rc7

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1urorq-0002n6...@ravel.debian.org



Linux kernel ABI bump in testing: from 3.2.0-4 to 3.9-1

2013-06-22 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.2.0-4 to 3.9-1

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1uqxfu-00068b...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.10-rc4 to 3.10-rc5

2013-06-12 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.10-rc4 to 3.10-rc5

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1umuuu-op...@ravel.debian.org



Linux kernel ABI bump in experimental: from (none) to 3.10-rc4-powerpc64

2013-06-06 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from (none) to 3.10-rc4-powerpc64

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1ukzkv-bc...@ravel.debian.org



Linux kernel ABI bump in testing: from 3.2.0-4 to (none)

2013-06-06 Thread Linux kernel watcher
Linux kernel ABI bump in testing: from 3.2.0-4 to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#testing


--
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/e1uke2n-0006bs...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.9-1 to (none)

2013-06-06 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.9-1 to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1uke6e-0006to...@ravel.debian.org



Linux kernel ABI bump in experimental: from 3.10-rc4-powerpc64 to (none)

2013-06-06 Thread Linux kernel watcher
Linux kernel ABI bump in experimental: from 3.10-rc4-powerpc64 to (none)

Full summary: http://d-i.debian.org/kernel-summary.html#experimental


--
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/e1uke9e-00076b...@ravel.debian.org



Linux kernel ABI bump in unstable: from 3.8-2 to 3.9-1

2013-06-02 Thread Linux kernel watcher
Linux kernel ABI bump in unstable: from 3.8-2 to 3.9-1

Full summary: http://d-i.debian.org/kernel-summary.html#unstable


--
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/e1ujif2-0007t2...@ravel.debian.org



  1   2   >