Author: Reiner Herrmann Origin: https://salsa.debian.org/android-tools-team/enjarify/blob/master/debian/patches/setup_py.patch Description: provides a minimal setup.py to build/install the package Index: enjarify/setup.py =================================================================== --- /dev/null +++ enjarify/setup.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python3 + +from setuptools import setup, find_packages + +setup(name='enjarify', + version='1.0.3', + url='https://github.com/google/enjarify', + packages=find_packages(), + ) + href='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-06-08 18:24:39 -0400
committerMark H Weaver <mhw@netris.org>2018-06-27 01:08:46 -0400
commit018229734f5e7dc2038d75067f6c99942c0d1814 (patch)
treeda92d8e8b5a41c9524b6bdc3f379a30ec4f024ef /build-aux
parente64088f0b521145286bfe3f028699e418baf4832 (diff)
downloadguix-018229734f5e7dc2038d75067f6c99942c0d1814.tar.gz
guix-018229734f5e7dc2038d75067f6c99942c0d1814.zip
gnu: icecat: Relabel patches to reflect CVE assignments.
Document that we include fixes for CVE-2018-6126, CVE-2018-12359, CVE-2018-12360, CVE-2018-12362, CVE-2018-12365, 1 out of 2 changesets for CVE-2018-5156, and 10 out of 17 changesets for CVE-2018-5188. * gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE assignments.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions