summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/70_dde.patch4
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules1
4 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d336538..cc2d094 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
-gnumach (2:1.3.99.dfsg.git20130624-2) UNRELEASED; urgency=low
+gnumach (2:1.4-1) UNRELEASED; urgency=low
[ Samuel Thibault ]
+ * New upstream release.
+ - patches/00_clean_gfdl.patch: Drop, upstream documentation does not have
+ invariant sections any more.
+ - rules (clean): Remove generated documentation.
* Bump Standards-Version to 3.9.4 (no changes).
* patches/70_dde.patch: Fix experimental.defs creation.
diff --git a/debian/patches/70_dde.patch b/debian/patches/70_dde.patch
index 0099393..9d4a3bd 100644
--- a/debian/patches/70_dde.patch
+++ b/debian/patches/70_dde.patch
@@ -130,8 +130,8 @@ index a00a12d..9d635cf 100644
--- a/device/ds_routines.h
+++ b/device/ds_routines.h
@@ -58,4 +58,7 @@ boolean_t ds_write_done(io_req_t);
-
- void iowait (io_req_t ior);
+ vm_size_t size,
+ mach_port_t *pager);
+/* XXX arch-specific */
+extern ipc_port_t intr_rcv_ports[16];
diff --git a/debian/patches/series b/debian/patches/series
index 8433870..a95f927 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-00_clean_gfdl.patch
11_ignore_CSIn.patch
12_version_suffix.patch
50_initrd.patch
diff --git a/debian/rules b/debian/rules
index 9529a93..b19ce8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -148,6 +148,7 @@ clean:
rm -rf autom4te.cache build-aux
rm -f aclocal.m4 config.h.in configure INSTALL Makefile.in
find -name '*~' -o -name '*.rej' -o -name '*.orig' | xargs rm -f
+ rm -f doc/mach.info* doc/stamp-vti doc/version.texi
rm -f debian/gnumach-image-*.preinst
rm -f debian/gnumach-image-*.prerm