<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian/rules, branch 1.1.1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-11-19T22:38:49Z</updated>
<entry>
<title>do not rerun ./configure causing FTCBFS with newer autotools-dev</title>
<updated>2015-11-19T22:38:49Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-11-19T21:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=520624d562e54e8e2c0191fae723e668e3ece6b4'/>
<id>urn:sha1:520624d562e54e8e2c0191fae723e668e3ece6b4</id>
<content type='text'>
If the config.{sub,guess} files we linked in were newer than our
configure script we ended up recreating configure and then rerun it
without all the configuration options which were (potentially) present
for a previous run.

We avoid this by changing to the same ruleset as in the debian/rules
file which compares the config.* files against a stamp file rather than
the configure script itself as its the configuration itself which
depends on all scripts, not configure on the config scripts.

While at it, we also drop the 'make -s dirs' call as we don't need to do
it explicitly here as proper dependencies will take care of it.

Thanks: Helmut Grohne for the detailed bugreport.
Closes: 804923
</content>
</entry>
<entry>
<title>debian/rules: Only do parallel build if specified in DEB_BUILD_OPTIONS</title>
<updated>2015-08-27T10:58:47Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-08-26T23:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1476c59e4b93239176a2d4874ec950b489c924b2'/>
<id>urn:sha1:1476c59e4b93239176a2d4874ec950b489c924b2</id>
<content type='text'>
It was not nice to use 2 * number of cores in all cases.

Thanks: Jakub Wilk for the suggestion
</content>
</entry>
<entry>
<title>debian/rules: add hardening=+all</title>
<updated>2014-10-01T12:18:18Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-10-01T06:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9a61bb2176e6599094c575dec7184c3afd6f39bd'/>
<id>urn:sha1:9a61bb2176e6599094c575dec7184c3afd6f39bd</id>
<content type='text'>
Because of dpkg-buildflags we already get most of the hardening
features, +all adds -fPIE and ld -z now

Thanks: Simon Ruderich, Markus Waldeck
</content>
</entry>
<entry>
<title>build: Convert from DebianDoc SGML to DocBook XML</title>
<updated>2014-07-08T11:14:22Z</updated>
<author>
<name>Guillem Jover</name>
<email>guillem@debian.org</email>
</author>
<published>2014-07-02T02:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a034d8528bc98e9caf12e024a0d5eeb25f87a500'/>
<id>urn:sha1:a034d8528bc98e9caf12e024a0d5eeb25f87a500</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "add bash completion for the "apt" command"</title>
<updated>2014-05-05T14:24:52Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-05T14:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=afe81fd9edb02103f3e73081dbe42ba429bb7fc6'/>
<id>urn:sha1:afe81fd9edb02103f3e73081dbe42ba429bb7fc6</id>
<content type='text'>
This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc.

Conflicts:
	debian/rules
</content>
</entry>
<entry>
<title>allow vendors to install configuration files</title>
<updated>2014-04-26T11:46:23Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-04-26T11:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c1b3d18934ce35f6a82b05207f53bf9b0cbfb961'/>
<id>urn:sha1:c1b3d18934ce35f6a82b05207f53bf9b0cbfb961</id>
<content type='text'>
Vendors like ubuntu need to change some options, so giving them
a way to do this less painfully avoids reducing differences.
</content>
</entry>
<entry>
<title>provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific config files</title>
<updated>2014-04-25T16:18:28Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-25T16:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=12701ee3e5a637e5e45c633dc9aa2b16b81df0b8'/>
<id>urn:sha1:12701ee3e5a637e5e45c633dc9aa2b16b81df0b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add bash completion for the "apt" command</title>
<updated>2014-04-25T13:16:46Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-25T13:16:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=697c9314c8ba24f3e393b5de11a3fad7adae4bfc'/>
<id>urn:sha1:697c9314c8ba24f3e393b5de11a3fad7adae4bfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial version of apt-helper</title>
<updated>2014-02-27T22:27:11Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-27T15:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e43a426e5d402d36eb180935fbbf1430a4a86e3f'/>
<id>urn:sha1:e43a426e5d402d36eb180935fbbf1430a4a86e3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not compress .xhtml files and remove junk files</title>
<updated>2014-02-14T11:06:42Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-13T23:55:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c7a7271840cfc92d447f73d9a3b8ee146532b893'/>
<id>urn:sha1:c7a7271840cfc92d447f73d9a3b8ee146532b893</id>
<content type='text'>
dh_compress compresses .xhtml files by default, which breaks our doxygen
documentation. doxygen has also a bunch of temporary files it creates
which stay in the build directory and so we remove them before
installing them as documentation.

Closes: 738933
</content>
</entry>
</feed>
