diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-10 09:59:01 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-10 09:59:01 (EST) |
commit | e32ed986ee7434681cca3c04bdd3123848c222fd (patch) | |
tree | 04c1b5ecff985ad1bbfcba44bb559fdbb90e3993 | |
parent | c30f279353d4123967d792f3b0d37e714613f91e (diff) |
Add a binutils-common binary package for docs.
-rw-r--r-- | binutils-common.pkg/control | 4 | ||||
-rw-r--r-- | binutils-common.pkg/docs | 0 | ||||
-rw-r--r-- | binutils-doc.pkg.in/control | 2 | ||||
-rw-r--r-- | binutils.pkg.in/control | 2 | ||||
-rw-r--r-- | libbfd-dev.pkg.in/control | 3 |
5 files changed, 8 insertions, 3 deletions
diff --git a/binutils-common.pkg/control b/binutils-common.pkg/control new file mode 100644 index 0000000..3dacdd8 --- /dev/null +++ b/binutils-common.pkg/control @@ -0,0 +1,4 @@ +Architecture: all +Platform: all +Description: GNU binary utilities common files + This package simply provides the documentation for the binutils source package. diff --git a/binutils-common.pkg/docs b/binutils-common.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/binutils-common.pkg/docs diff --git a/binutils-doc.pkg.in/control b/binutils-doc.pkg.in/control index d28a5a7..f40daf6 100644 --- a/binutils-doc.pkg.in/control +++ b/binutils-doc.pkg.in/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: binutils (= ${Binary-Version}) +Depends: binutils-common (= ${Binary-Version}) Description: GNU binary utilities - documentation for @PKG_TARGET_ARCH@ This package provides the manual and info pages for the GNU assembler, linker, and various other utilities for manipulating binary files. diff --git a/binutils.pkg.in/control b/binutils.pkg.in/control index 61eb663..8a28865 100644 --- a/binutils.pkg.in/control +++ b/binutils.pkg.in/control @@ -1,6 +1,6 @@ Architecture: i686-any-any core-any-any k8-any-any @PKG_TARGET_ARCH@ Platform: all -Depends: ${shlibs:Depends} +Depends: binutils-common (= ${Binary-Version}) Description: GNU binary utilities for @PKG_TARGET_ARCH@ This package provides the GNU assembler, linker, and various other utilities for manipulating binary files. These utilities are commonly used with a diff --git a/libbfd-dev.pkg.in/control b/libbfd-dev.pkg.in/control index 7544e41..e2b97de 100644 --- a/libbfd-dev.pkg.in/control +++ b/libbfd-dev.pkg.in/control @@ -1,6 +1,7 @@ Architecture: i686-any-any core-any-any k8-any-any @PKG_TARGET_ARCH@ Platform: all -Depends: binutils (= ${Binary-Version}) +Depends: binutils-common (= ${Binary-Version}) +# TODO: Depend on the native binutils. Description: GNU BFD development files for @PKG_TARGET_ARCH@ This package provides header files and static libraries for the GNU Binary File Descriptor library, used by GNU Binutils and GDB. |