diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-03-20 23:48:17 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-03-20 23:48:17 +0100 |
| commit | 71a7413c7165fccca1c039953965245eb2f03f6f (patch) | |
| tree | 8381a2e9db66e96b2a3b00c6f3ba8c524302ee54 /debian | |
| parent | caa76659f88c20ffc5cd38663358dceaba5296a3 (diff) | |
sync with upstream packaging
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 15 | ||||
| -rw-r--r-- | debian/control | 5 | ||||
| -rwxr-xr-x | debian/rules | 1 |
3 files changed, 18 insertions, 3 deletions
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 <sthibault@debian.org> 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 <debian-hurd@lists.debian.org> -Uploaders: Guillem Jover <guillem@debian.org>, - Samuel Thibault <sthibault@debian.org> +Uploaders: Samuel Thibault <sthibault@debian.org> 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 |
