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-dev.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-dev.install')
-rw-r--r-- | debian/gnumach-dev.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/gnumach-dev.install b/debian/gnumach-dev.install new file mode 100644 index 0000000..e43b95c --- /dev/null +++ b/debian/gnumach-dev.install @@ -0,0 +1 @@ +usr/include |