<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.4_rc2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.4_rc2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.4_rc2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2017-02-22T15:03:03Z</updated>
<entry>
<title>Release 1.4~rc2</title>
<updated>2017-02-22T15:03:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-02-22T15:03:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2c19feb4e6c046b97078fdfd3e6e5bd6442b13fe'/>
<id>urn:sha1:2c19feb4e6c046b97078fdfd3e6e5bd6442b13fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: Generate debian/copyright during clean</title>
<updated>2017-02-12T17:42:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-01-22T18:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f5e9be1da89725f9bf1915bdf86fdc4a77edf917'/>
<id>urn:sha1:f5e9be1da89725f9bf1915bdf86fdc4a77edf917</id>
<content type='text'>
Ubuntu servers / Launchpad rejects uploads where debian/copyright
is a symbolic link, and lintian warns about them. I think that's
crazy, but I'm tired of having to work around this in SRUs, so
let's just solve it by copying the file during clean: This way,
it won't be in git, but it will be generated during the export
by git-buildpackage.
</content>
</entry>
<entry>
<title>CMake: Install statvfs.h to include/sys, not just include/</title>
<updated>2017-02-12T13:52:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-22T20:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c050f4fa30ccda637f3e05edddf750b768c8590d'/>
<id>urn:sha1:c050f4fa30ccda637f3e05edddf750b768c8590d</id>
<content type='text'>
We are including sys/statvfs.h, not statvfs.h, so make sure our
dummy in the correct spot.
</content>
</entry>
<entry>
<title>Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()</title>
<updated>2017-02-11T21:17:08Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-02-11T21:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25f54c960d7a4ceca7bd3e21f87baf48d6cbc2d3'/>
<id>urn:sha1:25f54c960d7a4ceca7bd3e21f87baf48d6cbc2d3</id>
<content type='text'>
-1 is not an allowed value for the file descriptor, the only
allowed non-file-descriptor value is AT_FDCWD. So use that
instead.

AT_SYMLINK_NOFOLLOW has a weird semantic: It checks whether
we have the specified access on the symbolic link. It also
is implemented only by glibc on Linux, so it's inherently
non-portable. We should just drop it.

Thanks: James Clarke for debugging these issues
Reported-by: James Clarke &lt;jrtc27@jrtc27.com&gt;
</content>
</entry>
<entry>
<title>shippable: Perform CI on Debian stretch instead of Ubuntu xenial</title>
<updated>2017-02-10T22:16:45Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-02-10T22:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=56c53760171a40a3ca974346d36d518f7ec5bcd9'/>
<id>urn:sha1:56c53760171a40a3ca974346d36d518f7ec5bcd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not package names representing .dsc/.deb/... files</title>
<updated>2017-02-10T22:12:52Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-02-10T21:39:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=85ee4036c68d8ecd2c973d413a17aca81380900b'/>
<id>urn:sha1:85ee4036c68d8ecd2c973d413a17aca81380900b</id>
<content type='text'>
In the case of build-dep and other commands where a file can be
passed we must make sure not to normalize the path name as that
can have odd side effects, or well, cause the operation to do
nothing.

Test for build-dep-file is adjusted to perform the vcard check
once as "vcard" and once as "VCard", thus testing that this
solves the reported bug.

We inline the std::transform() and optimize it a bit to not
write anything in the common case (package names are defined
to be lowercase, the whole transformation is just for names
that should not exist...) to counter the performance hit of
the added find() call (it's about 0.15% more instructions
than with the existing transform, but we save about 0.67%
in writes...).

Closes: #854794
</content>
</entry>
<entry>
<title>don't test with "too early for 32bit" years</title>
<updated>2017-02-09T11:59:05Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-02-09T11:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=89a2e40d14c29c66aead51df0d56c5c49776009a'/>
<id>urn:sha1:89a2e40d14c29c66aead51df0d56c5c49776009a</id>
<content type='text'>
$ uname -m
i686
$ date -d '0-12-25'
date: invalid date '0-12-25'

Test-Regression-In: 25a14d4ccfceb2698edce01092bc6a1dbe9fb217
</content>
</entry>
<entry>
<title>add Auto-Built-Package to tagfile-order</title>
<updated>2017-02-09T11:59:05Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-02-09T09:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f09735bfa051b8c830b467ee8d78138c9f1aa808'/>
<id>urn:sha1:f09735bfa051b8c830b467ee8d78138c9f1aa808</id>
<content type='text'>
Added in dpkg commit 6c8203440bf443d3031ee2ab8485b16c1b6da3b6
</content>
</entry>
<entry>
<title>Release 1.4~rc1</title>
<updated>2017-02-06T13:41:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-02-06T13:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=08ac79026c1c2cf06cab3ff0ef0add485c389b0f'/>
<id>urn:sha1:08ac79026c1c2cf06cab3ff0ef0add485c389b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gitignore: Ignore aptdropprivs</title>
<updated>2017-02-06T13:40:45Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-02-06T13:40:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1664e23409b868133019e7a75ebd2c9de41b967d'/>
<id>urn:sha1:1664e23409b868133019e7a75ebd2c9de41b967d</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
</feed>
