From 91dfa82022dc6f1c4d168966631c30d98ba3969c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 01 Jul 2013 11:16:48 -0400 Subject: Rewrite binary package control files. --- diff --git a/autopoint.pkg/control b/autopoint.pkg/control new file mode 100644 index 0000000..353d317 --- /dev/null +++ b/autopoint.pkg/control @@ -0,0 +1,9 @@ +Architecture: all +Platform: all +Depends: gettext-base (= ${Binary-Version}) +Description: Tool to copy gettext infrastructure files into a package + The `autopoint' program copies standard gettext infrastructure files into a + source package. It extracts from a macro call of the form + `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or + `configure.ac' file, the gettext version used by the package, and copies the + infrastructure files belonging to this version into the package. diff --git a/gettext-base.pkg/control b/gettext-base.pkg/control new file mode 100644 index 0000000..0e97b36 --- /dev/null +++ b/gettext-base.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Depends: gettext-base (= ${Binary-Version}) +Description: Basic GNU internationalization utilities + This package provides the gettext and ngettext programs which display native + translations of textual messages. diff --git a/gettext.pkg/docs b/gettext-base.pkg/docs index e69de29..e69de29 100644 --- a/gettext.pkg/docs +++ b/gettext-base.pkg/docs diff --git a/gettext-dev.pkg/control b/gettext-dev.pkg/control deleted file mode 100644 index cccbb78..0000000 --- a/gettext-dev.pkg/control +++ /dev/null @@ -1,8 +0,0 @@ -Architecture: all -Platform: all -Depends: gettext (= ${Binary-Version}) -Description: GNU internationalization utilities - development files - GNU Gettext includes utilities and a library to help internationalize messages - in packages. - . - This package provides the autosprintf development files. diff --git a/gettext-dev.pkg/files b/gettext-dev.pkg/files deleted file mode 100644 index 9924dca..0000000 --- a/gettext-dev.pkg/files +++ /dev/null @@ -1,4 +0,0 @@ -/usr/share/man/man3 -/usr/include -/usr/lib/*/libasprintf.a -/usr/lib/*/libasprintf.la diff --git a/gettext-doc.pkg/control b/gettext-doc.pkg/control index 975b392..57582d2 100644 --- a/gettext-doc.pkg/control +++ b/gettext-doc.pkg/control @@ -1,8 +1,5 @@ Architecture: all Platform: all -Depends: gettext (= ${Binary-Version}) -Description: GNU internationalization utilities - documentation - GNU Gettext includes utilities and a library to help internationalize messages - in packages. - . - This package provides the gettext documentation. +Depends: gettext-base (= ${Binary-Version}) +Description: GNU internationalization libraries and utilities - documentation + This package provides documentation files and code examples for GNU gettext. diff --git a/gettext-doc.pkg/files b/gettext-doc.pkg/files deleted file mode 100644 index 08a7713..0000000 --- a/gettext-doc.pkg/files +++ /dev/null @@ -1,4 +0,0 @@ -/usr/share/man/man1 -/usr/share/info -/usr/share/doc -/usr/share/gettext diff --git a/gettext.pkg/control b/gettext.pkg/control index 43114c7..9bcc311 100644 --- a/gettext.pkg/control +++ b/gettext.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: gettext-base (= ${Binary-Version}) Description: GNU internationalization utilities - GNU Gettext includes utilities and a library to help internationalize messages - in packages. + This package provides internationalization utilities for software programmers, + translators, and maintainers. diff --git a/gettext.pkg/files b/gettext.pkg/files deleted file mode 100644 index f7651a7..0000000 --- a/gettext.pkg/files +++ /dev/null @@ -1,3 +0,0 @@ -/usr/bin -/usr/share/locale -/usr/lib/*/libasprintf.so* diff --git a/libasprintf-dev.pkg/control b/libasprintf-dev.pkg/control new file mode 100644 index 0000000..ff28df2 --- /dev/null +++ b/libasprintf-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: gettext-base (= ${Binary-Version}), libasprintf.0 (= ${Binary-Version}) +Description: Library for automatic formatted output to strings - development + GNU libasprintf makes the C formatted output routines (fprintf et al.) usable + in C++ programs. + . + This package provides development files for GNU libasprintf. 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. diff --git a/libgettextpo-dev.pkg/control b/libgettextpo-dev.pkg/control new file mode 100644 index 0000000..c2f79eb --- /dev/null +++ b/libgettextpo-dev.pkg/control @@ -0,0 +1,10 @@ +Architecture: any +Platform: all +Depends: gettext-base (= ${Binary-Version}), + libgettextpo.0 (= ${Binary-Version}) +Description: Library for processing GNU gettext PO files - development + 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 + to process PO files in your own programs. + . + This package provides development files for GNU libgettextpo. diff --git a/libgettextpo.0.pkg/control b/libgettextpo.0.pkg/control new file mode 100644 index 0000000..6e85b26 --- /dev/null +++ b/libgettextpo.0.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: gettext-base (= ${Binary-Version}) +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 + to process PO files in your own programs. -- cgit v0.9.1