<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apache2/debian/debhelper, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/pkg-apache/apache2/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/pkg-apache/apache2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/'/>
<updated>2016-12-05T19:19:16Z</updated>
<entry>
<title>Merge branch 'master' of git://anonscm.debian.org/pkg-apache/apache2</title>
<updated>2016-12-05T19:19:16Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2016-12-05T19:19:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=89e9332e2bacdba1cf44aabfcfc082c0de62871c'/>
<id>urn:sha1:89e9332e2bacdba1cf44aabfcfc082c0de62871c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dh_ apache2: Be less strict with versioned recommends</title>
<updated>2016-08-11T19:40:17Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-08-11T13:04:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=29342912dda6303042533c195771bc9707bb4243'/>
<id>urn:sha1:29342912dda6303042533c195771bc9707bb4243</id>
<content type='text'>
It will just make backports harder and there is no reason to recommend the
current version. Instead use the last version with significant changes
to apache2-maintscript-helper.
</content>
</entry>
<entry>
<title>apache2_switch_mpm: check if admin has disabled the mpm</title>
<updated>2016-08-11T19:38:35Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-08-11T12:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=37c6a13032d17ebe51e22932e542d637c54394c5'/>
<id>urn:sha1:37c6a13032d17ebe51e22932e542d637c54394c5</id>
<content type='text'>
Don't override the local admin's action if the requested mpm has been
disabled by the admin.

This may not be perfect, because we don't check if the current mpm has
been enabled by the admin. But on the other hand, the admin-installed
state is also set for the mpm that has been active during the 2.2 -&gt; 2.4
update. So there may not be an alternative.
</content>
</entry>
<entry>
<title>Fix info message</title>
<updated>2016-08-11T19:38:14Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-08-11T12:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=dc1769e234fca5b1f16b8a624d588fee2b037914'/>
<id>urn:sha1:dc1769e234fca5b1f16b8a624d588fee2b037914</id>
<content type='text'>
rc=32 means local admin made the change
</content>
</entry>
<entry>
<title>Fix spelling typo</title>
<updated>2016-06-04T02:44:40Z</updated>
<author>
<name>Jean-Michel Vourgère</name>
<email>nirgal@debian.org</email>
</author>
<published>2016-06-04T02:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=c96baaf611072b93949e0903b129fbb2b4419f5e'/>
<id>urn:sha1:c96baaf611072b93949e0903b129fbb2b4419f5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dh_apache2: add missing options to the help summary</title>
<updated>2016-05-29T11:09:31Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-05-29T10:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=1314e70a47177a55cdb01821b2c5196550fd32be'/>
<id>urn:sha1:1314e70a47177a55cdb01821b2c5196550fd32be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apache2-maintscript-helper: Add some quotes</title>
<updated>2016-01-09T22:37:46Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-01-09T22:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=cc9a0ac543f20ce0c94e487678447c1f1cc5eeb9'/>
<id>urn:sha1:cc9a0ac543f20ce0c94e487678447c1f1cc5eeb9</id>
<content type='text'>
The ones in [ "$CUR_MPM" != "$MPM" ] are really necessary if a2query
fails. Add some more fore safety.
</content>
</entry>
<entry>
<title>dh_apache2 add a versioned dependency on apache2-bin</title>
<updated>2015-08-07T21:42:49Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2015-08-07T21:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=c892db21f08aa1411fcea50a7b37535cb1e5c0d5'/>
<id>urn:sha1:c892db21f08aa1411fcea50a7b37535cb1e5c0d5</id>
<content type='text'>
This is not nice, yet. But urgent :-|
</content>
</entry>
<entry>
<title>Process actions in trigger states. #787103</title>
<updated>2015-06-07T22:21:44Z</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@ubuntu.com</email>
</author>
<published>2014-11-26T11:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=82f959d7f6ad7e57cea2e9d85cdb159b719e3c83'/>
<id>urn:sha1:82f959d7f6ad7e57cea2e9d85cdb159b719e3c83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in dh_apache2.in man page</title>
<updated>2015-04-28T20:09:15Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2015-04-28T20:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=61f0369415156a1475920fd4d70d62da88fae727'/>
<id>urn:sha1:61f0369415156a1475920fd4d70d62da88fae727</id>
<content type='text'>
</content>
</entry>
</feed>
