From e32ed986ee7434681cca3c04bdd3123848c222fd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 10 Nov 2012 09:59:01 -0500 Subject: Add a binutils-common binary package for docs. --- 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. -- cgit v0.9.1