From 71a7413c7165fccca1c039953965245eb2f03f6f Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 20 Mar 2014 23:48:17 +0100 Subject: sync with upstream packaging --- debian/changelog | 15 +++++++++++++++ debian/control | 5 ++--- debian/rules | 1 + 3 files changed, 18 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3a57f7c..e8e068e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +gnumach (2:1.4-7) unstable; urgency=medium + + [ Samuel Thibault ] + * patches/git-physical-access.patch: New patch, fixes access to physical + pages beyond last_phys_addr. + * patches/git-task_set_name.patch: New patch from git to add task_set_name + RPC. + * patches/90-fix_headers.patch: New patch to fix gnumach.defs build. + * rules: Remove generated doc files. + + [ Guillem Jover ] + * Remove myself from Uploaders. + + -- Samuel Thibault Thu, 20 Mar 2014 02:26:40 +0000 + gnumach (2:1.4-6) unstable; urgency=medium * Re-enable patches/git-kentry_data_size.patch, but with an additional diff --git a/debian/control b/debian/control index 0869a3b..2667584 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,11 @@ Source: gnumach Section: kernel Priority: optional Maintainer: GNU Hurd Maintainers -Uploaders: Guillem Jover , - Samuel Thibault +Uploaders: Samuel Thibault Homepage: http://www.gnu.org/software/hurd/microkernel/mach/gnumach.html Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-hurd/gnumach.git Vcs-Git: git://anonscm.debian.org/pkg-hurd/gnumach.git -Build-Depends: debhelper (>= 7), mig, sharutils, +Build-Depends: debhelper (>= 7), mig (>= 1.4-2), sharutils, autoconf, automake, texinfo Standards-Version: 3.9.5 diff --git a/debian/rules b/debian/rules index 9acaa1c..677d4e5 100755 --- a/debian/rules +++ b/debian/rules @@ -147,6 +147,7 @@ clean: # Clean up autogenerated cruft rm -rf autom4te.cache build-aux rm -f aclocal.m4 config.h.in configure INSTALL Makefile.in + rm -f doc/mach.info* doc/stamp-vti doc/version.texi find -name '*~' -o -name '*.rej' -o -name '*.orig' | xargs rm -f rm -f debian/gnumach-image-*.preinst -- cgit v1.2.3