commit 8c29d0a2c24614fff449cf2fda27e2fcfd78ce50 Author: Konstantin Demin Date: Mon Aug 11 12:46:32 2025 +0300 initial import from Debian version: 2.45-4 (UNRELEASED) commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63 diff --git a/debian/README.cross b/debian/README.cross new file mode 100644 index 0000000..ea184f8 --- /dev/null +++ b/debian/README.cross @@ -0,0 +1,38 @@ +Cross-binutils debian packages are directly built from the binutils +source package together with the native binutils packages. + +To build a cross-binutils package which is not yet built: + + o Download and unpack the binutils source package: + + apt-get source binutils + + o Ensure you have the binutils build-dependencies installed: + + apt-get build-dep binutils + + o Add the binutils- package to the control file: + + rm -f stamps/control + debian/rules stamps/control TARGET= + + This change is permanent and will survive 'make clean'. If you + need to restore the original debian/control file: + + rm -f stamps/control + debian/rules stamps/control TARGET= + + o Then build the cross-binutils package: + + TARGET= dpkg-buildpackage -b -uc -us + or + echo arm >debian/target; dpkg-buildpackage -b -uc -us + + (substitute your target name, e.g. "arm" or "m68k", instead of + "") + +-- +Hector Oron +Marcin Juszkiewicz +Matthias Klose +Nikita Youshchenko diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..4d1e3d4 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,16 @@ +This source package builds native packages and packages targeting +debian architectures. To shorten a test build, some of these builds +can be skipped. + +DEB_BUILD_OPTIONS="parallel=