summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-13 17:49:18 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-13 17:49:18 (EDT)
commitac672ad9771fa5f08042bd824a9b5deddd1b5e91 (patch)
treed24c33d69b5a9913632f8986771339ba9133377c
parentfe24e3cbea686ae2ac83b59d0adfd147f15145b2 (diff)
Move source pkg docs into build-essential-common.
-rw-r--r--build-essential-common.pkg/control7
-rw-r--r--build-essential-common.pkg/docs (renamed from build-essential.pkg.in/docs)0
-rw-r--r--build-essential.pkg.in/control1
-rwxr-xr-xconfig1
4 files changed, 8 insertions, 1 deletions
diff --git a/build-essential-common.pkg/control b/build-essential-common.pkg/control
new file mode 100644
index 0000000..47f83c9
--- /dev/null
+++ b/build-essential-common.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Description: Metapackages for building packages - common files
+ build-essential-* packages depend on packages that are considered necessary for
+ building software packages.
+ .
+ This package provides files common to all build-essential-* packages.
diff --git a/build-essential.pkg.in/docs b/build-essential-common.pkg/docs
index e69de29..e69de29 100644
--- a/build-essential.pkg.in/docs
+++ b/build-essential-common.pkg/docs
diff --git a/build-essential.pkg.in/control b/build-essential.pkg.in/control
index d9e84ef..2b1c8af 100644
--- a/build-essential.pkg.in/control
+++ b/build-essential.pkg.in/control
@@ -1,6 +1,7 @@
Architecture: all
Platform: all
Depends:
+ build-essential-common,
libc.6-dev,
binutils-@PKG_TARGET_ARCH@,
gcc-@PKG_TARGET_ARCH@,
diff --git a/config b/config
index f43e783..2ae3de5 100755
--- a/config
+++ b/config
@@ -45,7 +45,6 @@ configure_build()
mkdir -p "${pkg}-${PKG_TARGET_ARCH}.pkg"
sed "${ss}" "${pkg}.pkg.in/control" \
>"${pkg}-${PKG_TARGET_ARCH}.pkg/control"
- cp "${pkg}.pkg.in/docs" "${pkg}-${PKG_TARGET_ARCH}.pkg/docs"
msg 'Metadata for package "%s" generated.' \
"${pkg}-${PKG_TARGET_ARCH}"
done