diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-01 11:16:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-01 11:40:37 (EDT) |
commit | 91dfa82022dc6f1c4d168966631c30d98ba3969c (patch) | |
tree | d92ee5af4c0620d1fd298d59b346227646bb6747 /libasprintf.0.pkg/control | |
parent | 64ecc32e963f51d6c980c63aa14cb64b19d3e7e2 (diff) |
Rewrite binary package control files.
Diffstat (limited to 'libasprintf.0.pkg/control')
-rw-r--r-- | libasprintf.0.pkg/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libasprintf.0.pkg/control b/libasprintf.0.pkg/control new file mode 100644 index 0000000..4af228e --- /dev/null +++ b/libasprintf.0.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Depends: gettext-base (= ${Binary-Version}) +Description: Library for automatic formatted output to strings + GNU libasprintf makes the C formatted output routines (fprintf et al.) usable + in C++ programs. |