<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian/rules, branch 1.0.9.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-10-01T12:56:16Z</updated>
<entry>
<title>debian/rules: add hardening=+all</title>
<updated>2014-10-01T12:56:16Z</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=e503a4d5ac668d233c11f64a0dd0c6d20f3b2be1'/>
<id>urn:sha1:e503a4d5ac668d233c11f64a0dd0c6d20f3b2be1</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>
<entry>
<title>debian/rules: Call dh_makeshlibs for 'apt'</title>
<updated>2014-01-05T18:47:28Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-01-05T18:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e093518c03b49a2def83d8b680be4490fed6e69c'/>
<id>urn:sha1:e093518c03b49a2def83d8b680be4490fed6e69c</id>
<content type='text'>
The package ships libapt-private now, so we need an
ldconfig call in postinst. dh_makeshlibs creates
one for us.

Reported-by: lintian
</content>
</entry>
<entry>
<title>use a substvar to set the archive-keyring in debian/control</title>
<updated>2013-11-30T22:34:15Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-11-30T21:07:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0005fa07886135d6adfec59f2d722df229b7af12'/>
<id>urn:sha1:0005fa07886135d6adfec59f2d722df229b7af12</id>
<content type='text'>
Adds a small helper to extract the small information bits we store in
apt-vendor.ent and uses it in debian/rules to set apt:keyring as a
substvar for debian/control populated with the &amp;keyring-package; info
</content>
</entry>
</feed>
