<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/Makefile.am, branch debian/1.2-1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=debian%2F1.2-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=debian%2F1.2-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2014-12-09T04:53:15+00:00</updated>
<entry>
<title>Create the directory for the Wallet::Object::Duo classes</title>
<updated>2014-12-09T04:53:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-12-09T04:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=e73a80c6bc23f16544c35e7dc3bf61ca9292c3b5'/>
<id>urn:sha1:e73a80c6bc23f16544c35e7dc3bf61ca9292c3b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new files to the distribution</title>
<updated>2014-12-09T04:48:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-12-09T04:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=abb2447683066d7c94fe054d08d04f0d600083aa'/>
<id>urn:sha1:abb2447683066d7c94fe054d08d04f0d600083aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be more robust when setting up the Perl tests</title>
<updated>2014-12-09T04:23:01+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-12-09T04:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f154a7b373491eff28e3a062e6f5fd9870a7ea0c'/>
<id>urn:sha1:f154a7b373491eff28e3a062e6f5fd9870a7ea0c</id>
<content type='text'>
If the Test library directory already exists, we previously failed.
Use mkdir -p and probe for it in Autoconf to avoid this.

Change-Id: I1ad9f1a83af1f2ebfe1b2337aaab99913b4edeea
</content>
</entry>
<entry>
<title>Move perl/create-ddl into PERL_FILES to copy it during build</title>
<updated>2014-07-16T20:36:12+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f8963ceb19cd2b503b981f43a3f8c0f45649989f'/>
<id>urn:sha1:f8963ceb19cd2b503b981f43a3f8c0f45649989f</id>
<content type='text'>
Otherwise, there are warnings from Build.PL due to the file missing
from the manifest.

Change-Id: I32db0199bfda25ab8235ab965bfbbca8bee180b8
Reviewed-on: https://gerrit.stanford.edu/1572
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Include wallet-rekey-periodic in the distribution</title>
<updated>2014-07-16T20:35:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=117bd50d3ef4ed2d8f19dd685ad915134dcd8898'/>
<id>urn:sha1:117bd50d3ef4ed2d8f19dd685ad915134dcd8898</id>
<content type='text'>
Change-Id: I3dd9ae38d638cddf2307f5e07cb4a2e01422e172
Reviewed-on: https://gerrit.stanford.edu/1569
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Work around Automake distcheck process</title>
<updated>2014-07-16T20:35:37+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T19:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=74924cb23845f60b81f26b87516baafe0e1fae5b'/>
<id>urn:sha1:74924cb23845f60b81f26b87516baafe0e1fae5b</id>
<content type='text'>
Automake insists on not using DESTDIR for distcheck and instead
relying on prefix, but we don't want Perl module installation to
follow prefix since that may result in a module install directory that
isn't in Perl's search path.  So, if and only if we're running under
distcheck, we pass the prefix in as --install_base.

When copying the Test::RRA Perl modules into the perl/t/lib tree,
use separate mkdir and $(INSTALL_DATA) instead of cp -R.  The latter
copies the read-only permissions, and then distclean cannot remove
the files.

Change-Id: Ic1879defad993c76384f7c207cd04cb67889a7ac
Reviewed-on: https://gerrit.stanford.edu/1568
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Change the Perl install rule to reflect Module::Build</title>
<updated>2014-07-16T20:35:28+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T19:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=38323e67f70cab4dce0aef0db3775cbd62e865de'/>
<id>urn:sha1:38323e67f70cab4dce0aef0db3775cbd62e865de</id>
<content type='text'>
Change-Id: I36565462a248cef0ff1560b5a1d89a20353d566f
Reviewed-on: https://gerrit.stanford.edu/1567
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add perl/t/data/perl.conf to PERL_FILES</title>
<updated>2014-07-16T20:35:20+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T18:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=4d767409039d268cfbdaff32ee8fce7b748278f4'/>
<id>urn:sha1:4d767409039d268cfbdaff32ee8fce7b748278f4</id>
<content type='text'>
Change-Id: I0d56ea7b64cdcc43bf59f803077d076414b1a1ce
Reviewed-on: https://gerrit.stanford.edu/1566
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add missing directories to PERL_DIRECTORIES</title>
<updated>2014-07-16T20:35:02+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T18:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=9461eb5b08a58754202ac283d194a4412f1ab5c0'/>
<id>urn:sha1:9461eb5b08a58754202ac283d194a4412f1ab5c0</id>
<content type='text'>
Change-Id: I5390ec1ea8ba90394454a75acb54f1f4a25f9c83
Reviewed-on: https://gerrit.stanford.edu/1564
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Test for Perl strict and minimum version</title>
<updated>2014-07-12T05:39:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-12T05:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=1329e6db944a6fce5578b249de08a8250a920877'/>
<id>urn:sha1:1329e6db944a6fce5578b249de08a8250a920877</id>
<content type='text'>
Fix strictness issues across the whole code base, and ensure that
all Perl scripts enable warnings.  (Hopefully enabling warnings
won't cause problems for the server.)

Change-Id: I4dee49f7a6bcbeeee21d74bf61a1fd26514f832c
Reviewed-on: https://gerrit.stanford.edu/1532
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
</feed>
