<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel_replicant_linux/debian/rules.real, branch debian/4.4.2-2</title>
<subtitle>Replicant kernel
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/'/>
<entry>
<title>Remove residual support for multiple image package types</title>
<updated>2016-01-27T19:52:52+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2016-01-26T23:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=65d6c09bbd952d1ad5d7d3437bb5f9d24778e984'/>
<id>65d6c09bbd952d1ad5d7d3437bb5f9d24778e984</id>
<content type='text'>
We only really support the 'plain' type.  Remove all the conditions on
image type and remove 'plain' from all target and file names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only really support the 'plain' type.  Remove all the conditions on
image type and remove 'plain' from all target and file names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all support for monolithic kernel packages</title>
<updated>2016-01-27T19:52:48+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2016-01-26T23:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=87a5fb14502cf5d18d56bf8d9972896985ae2f9c'/>
<id>87a5fb14502cf5d18d56bf8d9972896985ae2f9c</id>
<content type='text'>
The last such package (s390-tape variant) was removed in
3.6.8-1~experimental.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last such package (s390-tape variant) was removed in
3.6.8-1~experimental.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-image-dbg: Don't rely on upstream makefile to make .build-id links to vDSO debuginfo</title>
<updated>2016-01-19T17:50:28+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2016-01-19T17:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=33cd223d586dc562f96dbc9b701513ebd1099c08'/>
<id>33cd223d586dc562f96dbc9b701513ebd1099c08</id>
<content type='text'>
Fixes FTBFS on arm64, s390.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes FTBFS on arm64, s390.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-image-dbg: Include debugging symbols for VDSOs</title>
<updated>2016-01-13T15:08:47+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2016-01-13T11:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=9a6aa4816a3e09faab26d5ee785d64aa2a197320'/>
<id>9a6aa4816a3e09faab26d5ee785d64aa2a197320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use source package name also for linux-source</title>
<updated>2016-01-08T09:54:36+00:00</updated>
<author>
<name>Yves-Alexis Perez</name>
<email>corsac@debian.org</email>
</author>
<published>2016-01-06T20:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=71c199151bccbadf3e077e4403127a0859ee66a2'/>
<id>71c199151bccbadf3e077e4403127a0859ee66a2</id>
<content type='text'>
(cherry picked from commit 75fcd56b9f198eaef32c618e9abe9d85405cd880)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 75fcd56b9f198eaef32c618e9abe9d85405cd880)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config parameter to disable linux-headers-all packages</title>
<updated>2015-12-19T16:57:10+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2015-12-19T16:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=8571d54a8b7a2cebdba0a317a813f8b7c3ed2bc6'/>
<id>8571d54a8b7a2cebdba0a317a813f8b7c3ed2bc6</id>
<content type='text'>
The linux-grsec source package needs a way to explicitly disable these
binary packages which are already built by the linux source package.
We already do that when there are no actual kernels for the target
architecture.  Rename the FOREIGN_KERNEL make variable and combine the
two conditions.

Based on work by Yves-Alexis Perez.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The linux-grsec source package needs a way to explicitly disable these
binary packages which are already built by the linux source package.
We already do that when there are no actual kernels for the target
architecture.  Rename the FOREIGN_KERNEL make variable and combine the
two conditions.

Based on work by Yves-Alexis Perez.
</pre>
</div>
</content>
</entry>
<entry>
<title>gencontrol.py: add support for disabling libc-dev package</title>
<updated>2015-11-13T16:43:10+00:00</updated>
<author>
<name>Yves-Alexis Perez</name>
<email>corsac@debian.org</email>
</author>
<published>2015-11-12T22:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=6759b9a57e44a9eacdba65389e53390529a2ee1a'/>
<id>6759b9a57e44a9eacdba65389e53390529a2ee1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split-docs: update rules generation</title>
<updated>2015-11-12T07:12:12+00:00</updated>
<author>
<name>Yves-Alexis Perez</name>
<email>corsac@debian.org</email>
</author>
<published>2015-11-11T11:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=8f6b13987a8eded0b6d1a7388a278766405d8979'/>
<id>8f6b13987a8eded0b6d1a7388a278766405d8979</id>
<content type='text'>
pass a DO_DOCS variable to rules.gen and rules for the binary-indep
target
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pass a DO_DOCS variable to rules.gen and rules for the binary-indep
target
</pre>
</div>
</content>
</entry>
<entry>
<title>use source package name as source for binary ones</title>
<updated>2015-11-10T17:27:41+00:00</updated>
<author>
<name>Yves-Alexis Perez</name>
<email>corsac@debian.org</email>
</author>
<published>2015-11-10T17:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=c346a6be262a25536f13e85b58494af999de4925'/>
<id>c346a6be262a25536f13e85b58494af999de4925</id>
<content type='text'>
use source package name in templates so it's easier for derivatives like
src:linux-grsec to not conflict with binaries from src:linux.

Original patch by Ben Hutchings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use source package name in templates so it's easier for derivatives like
src:linux-grsec to not conflict with binaries from src:linux.

Original patch by Ben Hutchings.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-manual: Fix regression in reproducibility in 4.2~rc8-1~exp1</title>
<updated>2015-10-24T03:42:08+00:00</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2015-10-24T03:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/kernel_replicant_linux/commit/?id=c8050509621461b13324fbf7090c75002cbcfdcc'/>
<id>c8050509621461b13324fbf7090c75002cbcfdcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
