Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
upstream is now doing it.
|
|
for building the dbg version, to get better backtraces in the debugger.
|
|
* patches/12_version_suffix.patch: New patch to append suffix to Mach version.
* rules: Add version suffixes.
|
|
* rules: Disable net, pcmcia and wireless groups
* control: Do not provide nic-modules, nic-pcmcia-modules,
nic-wireless-modules and pcmcia-modules any more.
|
|
|
|
|
|
debian/rules: Pass -fno-omit-frame-pointer for -dbg builds,
to fix kernel debugger traces & co.
|
|
|
|
* debian/rules: Add prerm, preinst, postrm, postinst to -dbg kernels too, to
update grub list.
|
|
|
|
|
|
* debian/rules: Rename /boot/gnumach* into
/boot/gnumach-1.3.99-{xen-,}486{,-dbg}
* debian/control:
- Rename gnumach{,-dbg} into gnumach-image-1.3.99-486{,-dbg}
- Add gnumach-image-1.3.99-xen-486{,-dbg} containing Xen variants of gnumach
- Add gnumach-common to contain msgids and info documentation shared by
gnumach-image-1.3.99 packages, which now depend on it.
- Add gnumach-image-{xen-,}486{,-dbg}, which depend on
gnumach-image-1.3.99-{xen-,}486{,-dbg}.
- Re-add gnumach{,-dbg} packages, which depend on
gnumach-image-486{,-dbg}, make these packages break grub-pc versions
before the one which generate menu entries for all /boot/gnumach* files.
- Rename gnumach-udeb into kernel-image-1.3.99-486-di.
- Add kernel-image-1.3.99-xen-486-di.
* debian/rules: Apply package renames in $(pkg{,_xen,_udeb,_dbg,_xen_dbg).
* debian/gnumach*.{install,docs}: Rename accordingly.
|
|
* debian/control: Add gnumach-xen and gnumach-xen-dbg, containing Xen
variants of gnumach and gnumach-dbg. Add gnumach-common to contain msgids
shared by gnumach and gnumach-xen, which now depend on it.
* debian/rules: Add rules to build Xen variants of gnumach.
|
|
|
|
Remove quilt from Build-Depends.
Remove quilt.make include from debian/rules.
Remove patch and unpatch targets from debian/rules.
Remove now unneeded debian/README.source.
|
|
|
|
|
|
Run autoreconf on-demand
Support parallel builds by moving 'patch' dependency from the build
to a new pre-patch-* targets that serializes configuration.
|
|
|
|
To properly extract space separated options from DEB_BUILD_OPTIONS.
|
|
|
|
|
|
|
|
|
|
- New D and D_DBG variables pointing to the package destination dirs.
- Remove debian/rules.options, now unneeded with the default configure
options, except for '--enable-sis900' which is not enabled by default.
- Pass --prefix and --exec-prefix to configure.
- Use DESTDIR instead of passing the prefix and exec_prefix variables.
- Merge the install-gnumach-dbg and install-gnumach targets into install.
- Call install instead of install-kernel and install-headers for the
default build.
- Call install-exec instead of install-kernel for the -dbg build.
- Use dh_install to install files from D and D_DBG into the proper
package dirs.
- Disable dh_installinfo.
- debian/gnumach-dbg.install: New file.
- debian/gnumach-dev.install: Likewise.
- debian/gnumach.install: Likewise.
- debian/gnumach-udeb.install: Likewise.
|
|
Pass --enable-sis900 to the configure scripts.
|
|
|
|
- Remove the manual cruft-removal line from the clean target.
|
|
|
|
- debian/control: Add quilt (>= 0.40) to Build-Depends.
- debian/patches/series: New file.
- debian/patch.mk: Removed.
- debian/rules: Include '/usr/share/quilt/quilt.make' instead of
'debian/patch.mk'. Change clean to a single colon target and make it
depend on patch.
|
|
|
|
Prepare for upload.
|
|
- debian/patches/00_autoconf_update.patch: Remove, integrated upstream.
- debian/patches/11_nic_update.patch: Rediff.
- debian/patches/90_autoconf_autogen.patch: Regenerate.
No need to rename Drivers.in to configure.ac anymore.
|
|
- Depend on debhelper >= 4.2.
Cleaned debian/rules:
- Merge install-gnumach-dev target with install-gnumach.
- Add PHONY targets.
- Remove unused all target.
|
|
|
|
|
|
Thanks to Regis Boudin <regis.boudin@gmail.com>.
|
|
footprint debugging stuff, so building with assrets enabled by default.
|
|
|
|
|
|
|
|
|
|
- Merge binary-<package> targets into binary-arch.
- Split install targets on their own.
|
|
Move gnumach-dev to binary-arch.
|
|
|
|
|
|
Wrap a driver line.
Move temporally Drivers.in to configure.ac under i386/linux/.
|