diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-17 21:42:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-17 21:42:09 (EDT) |
commit | 7322df7b875798619eee06c56fa19ae73491a89d (patch) | |
tree | 95a6039aa2385d8d930e42dd9aaf5c82a1261cf3 | |
parent | 6aa47d5c2dc7391e20b039823c9b6252d6f7711e (diff) |
gconv-modules: New binary package.
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | gconv-modules.pkg/control | 6 | ||||
-rw-r--r-- | gconv-modules.pkg/files | 1 | ||||
-rw-r--r-- | libc.6.pkg/files | 1 |
4 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,10 @@ +eglibc (2.19~r25243+sip1-3) trunk + + * gconv-modules: New binary package to provide character set + conversion modules. + + -- "P. J. McDermott" <pj@pehjota.net> Sat, 17 May 2014 21:41:03 -0400 + eglibc (2.19~r25243+sip1-2) trunk * Build depend on gettext. diff --git a/gconv-modules.pkg/control b/gconv-modules.pkg/control new file mode 100644 index 0000000..50c414f --- /dev/null +++ b/gconv-modules.pkg/control @@ -0,0 +1,6 @@ +Architecture: any-any-glibc +Platform: all +Depends: libc.6 (= ${Binary-Version}) +Description: Embedded GNU C Library - character set conversion modules + This package provides modules to convert strings between different character + sets. diff --git a/gconv-modules.pkg/files b/gconv-modules.pkg/files new file mode 100644 index 0000000..68eebfa --- /dev/null +++ b/gconv-modules.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/gconv diff --git a/libc.6.pkg/files b/libc.6.pkg/files index c222a83..01e63ec 100644 --- a/libc.6.pkg/files +++ b/libc.6.pkg/files @@ -1,5 +1,4 @@ /lib/*/*.so* -/usr/lib/*/gconv /etc/gai.conf /etc/ld.so.conf /etc/ld.so.conf.d |