<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/configure.ac, branch 1.1.2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-11-28T21:49:07Z</updated>
<entry>
<title>Release 1.1.2</title>
<updated>2015-11-28T21:49:07Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-11-28T21:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=20597fb843c52cddd108ebfb50108ccb662b687a'/>
<id>urn:sha1:20597fb843c52cddd108ebfb50108ccb662b687a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>./prepare-release pre-export</title>
<updated>2015-11-27T15:06:20Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-11-27T15:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6257bfdbff8bd15e41b5667a7a10bc123574cb10'/>
<id>urn:sha1:6257bfdbff8bd15e41b5667a7a10bc123574cb10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release apt 1.1</title>
<updated>2015-11-26T13:39:14Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-11-26T11:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4c482ac554e1b533d98661de8585d5861d9ac562'/>
<id>urn:sha1:4c482ac554e1b533d98661de8585d5861d9ac562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run ./prepare-release pre-export</title>
<updated>2015-11-25T15:06:02Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-11-25T15:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9270be361451829fec7e4c9acc2ff2bca47e82d5'/>
<id>urn:sha1:9270be361451829fec7e4c9acc2ff2bca47e82d5</id>
<content type='text'>
</content>
</entry>
<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>configure.ac: Only require autoconf 2.68</title>
<updated>2015-11-03T10:20:56Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-11-03T10:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=41bcb7b2f466307ab3fdb46941d7b3491de687b4'/>
<id>urn:sha1:41bcb7b2f466307ab3fdb46941d7b3491de687b4</id>
<content type='text'>
This makes it compileable on the trusty travis-ci instance.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>configure.ac: Run autoupdate</title>
<updated>2015-11-03T10:10:53Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-11-03T10:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=959568175b0bd9078074b17ffbb2e16545c6cf14'/>
<id>urn:sha1:959568175b0bd9078074b17ffbb2e16545c6cf14</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe</title>
<updated>2015-10-30T13:20:43Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-10-23T19:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2a0cae347a058f0cc5d81477f75ed0c12b1e54e3'/>
<id>urn:sha1:2a0cae347a058f0cc5d81477f75ed0c12b1e54e3</id>
<content type='text'>
This function only exists on a limited number of platforms, so
we add a configure check to make sure it exists.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>releasing 1.1~exp14</title>
<updated>2015-10-20T17:30:02Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-10-20T17:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6586d1dbdbbd19b53ce6f348ea3643f42da354eb'/>
<id>urn:sha1:6586d1dbdbbd19b53ce6f348ea3643f42da354eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>releasing package apt version 1.1~exp13</title>
<updated>2015-10-05T16:30:30Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-10-05T16:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ebd8621e5b18446dd251e90f79aa7576c6cb83b2'/>
<id>urn:sha1:ebd8621e5b18446dd251e90f79aa7576c6cb83b2</id>
<content type='text'>
</content>
</entry>
</feed>
