-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
936362b
commit 4bda0fa
Showing
24 changed files
with
397 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package: ca-certificates-java | ||
|
||
slices: | ||
data: | ||
essential: | ||
- ca-certificates_data | ||
- libnss3_libs | ||
contents: | ||
/etc/default/cacerts: | ||
/etc/ssl/certs/java/: | ||
|
||
# we need to run `keytool` in postinst, but we can't yet do | ||
# this from a mutation script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
package: fontconfig-config | ||
|
||
slices: | ||
config: | ||
essential: | ||
- fonts-dejavu-core_config | ||
- fonts-dejavu-core_fonts | ||
contents: | ||
/etc/fonts/conf.avail/10-antialias.conf: | ||
/etc/fonts/conf.avail/10-autohint.conf: | ||
/etc/fonts/conf.avail/10-hinting-full.conf: | ||
/etc/fonts/conf.avail/10-hinting-medium.conf: | ||
/etc/fonts/conf.avail/10-hinting-none.conf: | ||
/etc/fonts/conf.avail/10-hinting-slight.conf: | ||
/etc/fonts/conf.avail/10-no-sub-pixel.conf: | ||
/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf: | ||
/etc/fonts/conf.avail/10-sub-pixel-bgr.conf: | ||
/etc/fonts/conf.avail/10-sub-pixel-rgb.conf: | ||
/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf: | ||
/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf: | ||
/etc/fonts/conf.avail/10-unhinted.conf: | ||
/etc/fonts/conf.avail/11-lcdfilter-default.conf: | ||
/etc/fonts/conf.avail/11-lcdfilter-legacy.conf: | ||
/etc/fonts/conf.avail/11-lcdfilter-light.conf: | ||
/etc/fonts/conf.avail/20-unhint-small-vera.conf: | ||
/etc/fonts/conf.avail/25-unhint-nonlatin.conf: | ||
/etc/fonts/conf.avail/30-metric-aliases.conf: | ||
/etc/fonts/conf.avail/40-nonlatin.conf: | ||
/etc/fonts/conf.avail/45-generic.conf: | ||
/etc/fonts/conf.avail/45-latin.conf: | ||
/etc/fonts/conf.avail/49-sansserif.conf: | ||
/etc/fonts/conf.avail/50-user.conf: | ||
/etc/fonts/conf.avail/51-local.conf: | ||
/etc/fonts/conf.avail/53-monospace-lcd-filter.conf: | ||
/etc/fonts/conf.avail/60-generic.conf: | ||
/etc/fonts/conf.avail/60-latin.conf: | ||
/etc/fonts/conf.avail/65-fonts-persian.conf: | ||
/etc/fonts/conf.avail/65-khmer.conf: | ||
/etc/fonts/conf.avail/65-nonlatin.conf: | ||
/etc/fonts/conf.avail/69-unifont.conf: | ||
/etc/fonts/conf.avail/70-force-bitmaps.conf: | ||
/etc/fonts/conf.avail/70-no-bitmaps.conf: | ||
/etc/fonts/conf.avail/70-yes-bitmaps.conf: | ||
/etc/fonts/conf.avail/80-delicious.conf: | ||
/etc/fonts/conf.avail/90-synthetic.conf: | ||
/etc/fonts/conf.d/10-antialias.conf: | ||
/etc/fonts/conf.d/10-hinting-slight.conf: | ||
/etc/fonts/conf.d/10-scale-bitmap-fonts.conf: | ||
/etc/fonts/conf.d/11-lcdfilter-default.conf: | ||
/etc/fonts/conf.d/20-unhint-small-vera.conf: | ||
/etc/fonts/conf.d/30-metric-aliases.conf: | ||
/etc/fonts/conf.d/40-nonlatin.conf: | ||
/etc/fonts/conf.d/45-generic.conf: | ||
/etc/fonts/conf.d/45-latin.conf: | ||
/etc/fonts/conf.d/49-sansserif.conf: | ||
/etc/fonts/conf.d/50-user.conf: | ||
/etc/fonts/conf.d/51-local.conf: | ||
/etc/fonts/conf.d/60-generic.conf: | ||
/etc/fonts/conf.d/60-latin.conf: | ||
/etc/fonts/conf.d/65-fonts-persian.conf: | ||
/etc/fonts/conf.d/65-nonlatin.conf: | ||
/etc/fonts/conf.d/69-unifont.conf: | ||
/etc/fonts/conf.d/70-no-bitmaps.conf: | ||
/etc/fonts/conf.d/80-delicious.conf: | ||
/etc/fonts/conf.d/90-synthetic.conf: | ||
/etc/fonts/fonts.conf: | ||
/usr/share/xml/fontconfig/fonts.dtd: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package: fonts-dejavu-core | ||
|
||
slices: | ||
config: | ||
contents: | ||
/etc/fonts/conf.avail/*dejavu*conf: | ||
/etc/fonts/conf.d/*dejavu*conf: | ||
|
||
fonts: | ||
contents: | ||
/usr/share/fonts/truetype/dejavu/*ttf: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libblkid1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libblkid.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package: libbrotli1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libbrotlicommon.so.1*: | ||
/usr/lib/*-linux-gnu/libbrotlidec.so.1*: | ||
/usr/lib/*-linux-gnu/libbrotlienc.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package: libexpat1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/lib/*-linux-gnu/libexpat.so.1*: | ||
/usr/lib/*-linux-gnu/libexpatw.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libffi8 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libffi.so.8*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package: libfontconfig1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
- libexpat1_libs | ||
- libfreetype6_libs | ||
- libuuid1_libs | ||
- fontconfig-config_config | ||
contents: | ||
/usr/lib/*-linux-gnu/libfontconfig.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package: libfreetype6 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
- zlib1g_libs | ||
- libbrotli1_libs | ||
- libpng16-16_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libfreetype.so.6*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package: libglib2.0-0 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
- libffi8_libs | ||
- libmount1_libs | ||
- libpcre3_libs | ||
- libselinux1_libs | ||
- zlib1g_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libgio-2.0.so.0*: | ||
/usr/lib/*-linux-gnu/libglib-2.0.so.0*: | ||
/usr/lib/*-linux-gnu/libgmodule-2.0.so.0*: | ||
/usr/lib/*-linux-gnu/libgobject-2.0.so.0*: | ||
/usr/lib/*-linux-gnu/libgthread-2.0.so.0*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libjpeg-turbo8 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libjpeg.so.8*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: liblcms2-2 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/liblcms2.so.2*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package: libmount1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
- libselinux1_libs | ||
- libblkid1_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libmount.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package: libnspr4 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libnspr4.so: | ||
/usr/lib/*-linux-gnu/libplc4.so: | ||
/usr/lib/*-linux-gnu/libplds4.so: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package: libnss3 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
- libnspr4_libs | ||
- libsqlite3-0_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libnssutil3.so: | ||
/usr/lib/*-linux-gnu/libnss3.so: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libpcre2-8-0 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libpcre2-8.so.0*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package: libpcre3 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/lib/*-linux-gnu/libpcre.so.3*: | ||
/usr/lib/*-linux-gnu/libpcreposix.so.3*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libpcsclite1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libpcsclite.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libpng16-16 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libpng16.so.16*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package: libselinux1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
- libpcre2-8-0_libs | ||
contents: | ||
/lib/*-linux-gnu/libselinux.so.1: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libsqlite3-0 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libsqlite3.so.0*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package: libuuid1 | ||
|
||
slices: | ||
libs: | ||
essential: | ||
- libc6_libs | ||
contents: | ||
/usr/lib/*-linux-gnu/libuuid.so.1*: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package: media-types | ||
|
||
slices: | ||
data: | ||
contents: | ||
/etc/mime.types: |
Oops, something went wrong.