This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository gnumach.
commit 1b954ebbc9c5807c8f436551d6f94d84b4930ff4 Author: Samuel Thibault <[email protected]> Date: Thu Aug 29 18:28:07 2013 +0200 patches/70_dde.patch: Fix experimental.defs creation. --- debian/changelog | 2 ++ debian/patches/70_dde.patch | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e7afb5e..d336538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ gnumach (2:1.3.99.dfsg.git20130624-2) UNRELEASED; urgency=low + [ Samuel Thibault ] * Bump Standards-Version to 3.9.4 (no changes). + * patches/70_dde.patch: Fix experimental.defs creation. [ Pino Toscano ] * Update Vcs-* headers. diff --git a/debian/patches/70_dde.patch b/debian/patches/70_dde.patch index 048231b..0099393 100644 --- a/debian/patches/70_dde.patch +++ b/debian/patches/70_dde.patch @@ -347,9 +347,6 @@ index 0000000..6fca328 +#define KERNEL_SERVER 1 + +#include <mach/experimental.defs> -diff --git a/include/device/intr.defs b/include/device/intr.defs -new file mode 100644 -index 0000000..368b96c --- /dev/null +++ b/include/mach/experimental.defs @@ -0,0 +1,100 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/gnumach.git
