summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2006-11-14 03:09:47 +0000
committerGuillem Jover <guillem@debian.org>2006-11-14 03:09:47 +0000
commitd5d7a6eb7b217537ac36a4d755dcef5676c65553 (patch)
treee617d8c299fd0ac056864d6c50f390f6acf08726 /debian/changelog
parent65ea74ae5b65e0326b96f34ec13da0cb3f7081b5 (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/changelog')
-rw-r--r--debian/changelog19
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cdcd545..bb6bf4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
gnumach (2:1.3.99.dfsg.1-1) UNRELEASED; urgency=low
* New upstream CVS snapshot.
- - Remove debian/rules.options, now unneeded with the default configure
- options.
- debian/patches/01_gcc-4.1.patch: Removed, merged upstream.
- debian/patches/00_clean_gfdl.patch: Sync.
- debian/patches/05_halt_on_panic_flag.patch: Likewise.
@@ -20,6 +18,23 @@ gnumach (2:1.3.99.dfsg.1-1) UNRELEASED; urgency=low
- debian/patches/90_autoconf_autogen.patch: Regenerated.
- debian/patches/61_vm_resident-zoned.patch: Disable for now, it's
causing problems with current applied patches in CVS.
+ * 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.
* Document the removal of the non-free GFDL manual in debian/copyright.
* Remove the stamp file for the -dbg build.
* Cleanup debian/rules file: