<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chuix.git/gnu-system.am, branch python-team-django-6</title>
<subtitle>guix
</subtitle>
<id>http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6</id>
<link rel='self' href='http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/'/>
<updated>2016-04-21T16:47:50Z</updated>
<entry>
<title>build: Move 'Makefile' fragments to subdirectories.</title>
<updated>2016-04-21T16:47:50Z</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@gnu.org</email>
</author>
<published>2016-04-21T16:07:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=03d0e2d2b9f9cc3be8e871842c11df9453e903bd'/>
<id>urn:sha1:03d0e2d2b9f9cc3be8e871842c11df9453e903bd</id>
<content type='text'>
This follows a convention used by some other GNU packages like Autoconf,
Bison, Coreutils, and Gnulib.

* doc.am: Rename to ...
* doc/local.mk: ... this.
* emacs.am: Rename to ...
* emacs/local.mk: ... this.
* gnu-system.am: Rename to ...
* gnu/local.mk: ... this.
* daemon.am: Rename to ...
* nix/local.mk: ... this.
* Makefile.am: Adapt to them.
* doc/guix.texi (Porting to a New Platform): Adapt documentation.
* guix/config.scm.in (%state-directory, %config-directory): Adapt comments.
* emacs/guix-config.el.in (guix-config-state-directory): Likewise.
</content>
</entry>
<entry>
<title>gnu: Add dillo.</title>
<updated>2016-04-18T19:45:41Z</updated>
<author>
<name>Kei Yamashita</name>
<email>kei@openmailbox.org</email>
</author>
<published>2016-04-17T14:14:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=c21a25627241468cb3181dc50c5abfd205bca05d'/>
<id>urn:sha1:c21a25627241468cb3181dc50c5abfd205bca05d</id>
<content type='text'>
* gnu/packages/dillo.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari &lt;leo@famulari.name&gt;
</content>
</entry>
<entry>
<title>system: Add (gnu system mapped-devices).</title>
<updated>2016-04-17T23:24:06Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-04-17T15:53:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=060d62a740fc1932a3be505534feff099b59ac9f'/>
<id>urn:sha1:060d62a740fc1932a3be505534feff099b59ac9f</id>
<content type='text'>
* gnu/system/file-systems.scm (&lt;mapped-device&gt;, &lt;mapped-device-type&gt;):
Move to...
* gnu/system/mapped-devices.scm: ... here.  New file.
* gnu/system.scm, gnu/services/base.scm,
gnu/system/linux-initrd.scm: Use it.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu.scm (%public-modules): Add it.
</content>
</entry>
<entry>
<title>gnu: openssh: Fix CVE-2015-8325.</title>
<updated>2016-04-17T17:48:31Z</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2016-04-15T17:56:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=67157996e23f1d6135659d91c1a15e3ac4afd4e0'/>
<id>urn:sha1:67157996e23f1d6135659d91c1a15e3ac4afd4e0</id>
<content type='text'>
* gnu/packages/patches/openssh-CVE-2015-8325.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (openssh): Use it.
</content>
</entry>
<entry>
<title>gnu: python-pandas: Fix test failures.</title>
<updated>2016-04-17T09:36:25Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2016-04-14T15:43:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=534db463060caead27c7b048cd8b3f0f450f63e5'/>
<id>urn:sha1:534db463060caead27c7b048cd8b3f0f450f63e5</id>
<content type='text'>
* gnu/packages/patches/python-pandas-fix-tslib-test-failure.patch: New
  file.
* gnu-system.am (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-pandas)[source]: Add patch.
</content>
</entry>
<entry>
<title>gnu: Add marst.</title>
<updated>2016-04-16T16:46:17Z</updated>
<author>
<name>John Darrington</name>
<email>jmd@gnu.org</email>
</author>
<published>2016-04-16T01:57:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=f6c8cb996b2e9095de4dc6258302e1eaac98d8bd'/>
<id>urn:sha1:f6c8cb996b2e9095de4dc6258302e1eaac98d8bd</id>
<content type='text'>
* gnu/packages/marst.scm: New file.
* gnu-system.am: Add it.
</content>
</entry>
<entry>
<title>gnu: Add tcc.</title>
<updated>2016-04-15T22:52:19Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-04-15T15:40:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=a5e2c9a9c5afc599b1cd1551eadb2e70fd01bc7a'/>
<id>urn:sha1:a5e2c9a9c5afc599b1cd1551eadb2e70fd01bc7a</id>
<content type='text'>
* gnu/packages/c.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
</content>
</entry>
<entry>
<title>gnu: fontforge: Make SVG builds reproducible.</title>
<updated>2016-04-15T05:23:29Z</updated>
<author>
<name>Eric Bavier</name>
<email>bavier@member.fsf.org</email>
</author>
<published>2016-04-06T03:34:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=5391be116ec454dc563d0f92aa2485e017cfbf5b'/>
<id>urn:sha1:5391be116ec454dc563d0f92aa2485e017cfbf5b</id>
<content type='text'>
* gnu/packages/patches/fontforge-svg-modtime.patch: New file.
* gnu/packages/fontutils.scm (fontforge)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
</content>
</entry>
<entry>
<title>gnu: Add woff2.</title>
<updated>2016-04-15T05:23:29Z</updated>
<author>
<name>Eric Bavier</name>
<email>bavier@member.fsf.org</email>
</author>
<published>2016-04-02T06:50:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=579760d06e11d24ef280e5af16a2e02a98c1d77d'/>
<id>urn:sha1:579760d06e11d24ef280e5af16a2e02a98c1d77d</id>
<content type='text'>
* gnu/packages/fontutils.scm (woff2): New variable.
* gnu/packages/patches/woff2-libbrotli.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
</content>
</entry>
<entry>
<title>gnu: Add ttf2eot.</title>
<updated>2016-04-15T05:23:29Z</updated>
<author>
<name>Eric Bavier</name>
<email>bavier@member.fsf.org</email>
</author>
<published>2016-03-31T06:11:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=1555aee7d03fc9931eb870bdfb272a889f0cadc4'/>
<id>urn:sha1:1555aee7d03fc9931eb870bdfb272a889f0cadc4</id>
<content type='text'>
* gnu/packages/fontutils.scm (ttf2eot): New variable.
* gnu/packages/patches/ttf2eot-cstddef.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
</content>
</entry>
</feed>
