diff options
| author | Guillem Jover <guillem@debian.org> | 2006-11-14 03:09:47 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2006-11-14 03:09:47 +0000 |
| commit | d5d7a6eb7b217537ac36a4d755dcef5676c65553 (patch) | |
| tree | e617d8c299fd0ac056864d6c50f390f6acf08726 /debian/gnumach.install | |
| parent | 65ea74ae5b65e0326b96f34ec13da0cb3f7081b5 (diff) | |
Adapt to the new automakified build system:
- 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.
Diffstat (limited to 'debian/gnumach.install')
| -rw-r--r-- | debian/gnumach.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/gnumach.install b/debian/gnumach.install new file mode 100644 index 0000000..2024141 --- /dev/null +++ b/debian/gnumach.install @@ -0,0 +1,2 @@ +boot +usr/share/msgids |
