summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 21:36:18 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 21:36:18 (EDT)
commitde1c76818257c942cd05ef314479d3b4e02e5e05 (patch)
treea349706154aa7b75883a68f9fda61aad4b7dda49
parent09c818b091c31ae925088e3dbf3c19d5525b751c (diff)
Update binary package dependencies.
-rw-r--r--gettext.pkg/control2
-rw-r--r--libasprintf.0.pkg/control2
-rw-r--r--libgettextpo.0.pkg/control2
3 files changed, 3 insertions, 3 deletions
diff --git a/gettext.pkg/control b/gettext.pkg/control
index 9bcc311..71f3d69 100644
--- a/gettext.pkg/control
+++ b/gettext.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gettext-base (= ${Binary-Version})
+Depends: gettext-base (= ${Binary-Version}), libunistring.0, libgomp.1
Description: GNU internationalization utilities
This package provides internationalization utilities for software programmers,
translators, and maintainers.
diff --git a/libasprintf.0.pkg/control b/libasprintf.0.pkg/control
index 4af228e..4a65776 100644
--- a/libasprintf.0.pkg/control
+++ b/libasprintf.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gettext-base (= ${Binary-Version})
+Depends: gettext-base (= ${Binary-Version}), libgcc.1, libstdc++.6
Description: Library for automatic formatted output to strings
GNU libasprintf makes the C formatted output routines (fprintf et al.) usable
in C++ programs.
diff --git a/libgettextpo.0.pkg/control b/libgettextpo.0.pkg/control
index 6e85b26..1ae069b 100644
--- a/libgettextpo.0.pkg/control
+++ b/libgettextpo.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gettext-base (= ${Binary-Version})
+Depends: gettext-base (= ${Binary-Version}), libunistring.0
Description: Library for processing GNU gettext PO files
For the tasks for which a combination of `msgattrib', `msgcat' etc. is not
sufficient, a set of C functions is provided in a library, to make it possible