~paelzer/ubuntu/+source/numactl:lp1817258-cosmic

Last commit made on 2019-02-28
Get this branch:
git clone -b lp1817258-cosmic https://git.launchpad.net/~paelzer/ubuntu/+source/numactl
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
lp1817258-cosmic
Repository:
lp:~paelzer/ubuntu/+source/numactl

Recent commits

21a5041... by Christian Ehrhardt 

changelog: Fix FTBFS in Cosmic (LP: #1818057)

Signed-off-by: Christian Ehrhardt <email address hidden>

b0f6159... by Christian Ehrhardt 

* Fix FTBFS in Cosmic (LP: 1818057)
  - d/p/FTBFS-deprecated-use-readdir-3-instead.patch
  - d/p/FTBFS-include-sys-sysmacros.h-for-major-minor.patch

Signed-off-by: Christian Ehrhardt <email address hidden>

2d61082... by Christian Ehrhardt 

changelog: fix segfault on uncommon numa node setups (LP: #1817258)

Signed-off-by: Christian Ehrhardt <email address hidden>

a122a5d... by Christian Ehrhardt 

fix segfault on uncommon numa node setups (LP: #1817258)

Signed-off-by: Christian Ehrhardt <email address hidden>

18387bd... by dann frazier

Import patches-unapplied version 2.0.11-2.2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 46c69ee1c3da8af7f94423fb810700ca944ca8ec

New changelog entries:
  * Non-maintainer upload.
  * debian/patches/Allow-building-on-ARM-systems.patch:
    - add __arm__ to avoid failure due to missing syscalls.
    - return -1 and set errno to ENOSYS on migrate_pages function
      if __NR_migrate_pages is undefined, thanks Uwe Kleine-König
      and Tiago Stürmer Daitx. Closes: #796802. LP: #1711478.
  * Install memhog and migspeed. Closes: #882873. Thanks Manoj Iyer.
  * debian/control: Correct project Homepage link. Closes: #894825.
  * Bump Standards-Version to 4.1.4:
    - libnuma-dev is now Priority: optional (extra is deprecated).
  * debian/patches/Add-NAME-section-to-numastat-manpage.patch: Add
    "NAME" section to manpage for proper parsing by commands like apropos
    and whatis.
  * debian/numactl.docs: The upstream changelog is already installed
    as /usr/share/doc/numactl/changelog.gz, no need to install another
    copy.

46c69ee... by Laurent Bigonville

Import patches-unapplied version 2.0.11-2.1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 9518353a2fc784161a86d5d784486bc680468fe8

New changelog entries:
  * Non-maintainer upload.
  * Try to build all the packages on all the linux architectures, armel and
    armhf are still not supported, but all the others should to build now.
  * Drop the -dbg package and rely on the automatically built ones (-dbgsym)
  * Switch to 3.0 (quilt) format and drop deprecated simple-patchsys patch
    system
  * Bump Standards-Version to 3.9.8 (no further changes)
  * Add .symbols file for libnuma1

9518353... by Ian Wienand <email address hidden>

Import patches-unapplied version 2.0.11-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: f190c385af46cb63b9088dada2ccebbc6bb62b7f

New changelog entries:
  * Fix building with no timestamps with autoconf reconfigure (Closes:
    #814952) (Nishanth Aravamudan <email address hidden>)

f190c38... by Ian Wienand <email address hidden>

Import patches-unapplied version 2.0.11-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 4b25560cb961f9a114475856245ff512ffd89699

New changelog entries:
  * Update to 2.0.11
  * Update copyright to point to new github upstream

4b25560... by Ian Wienand <email address hidden>

Import patches-unapplied version 2.0.10-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: dd01bd5ec625b128ce531bf9dd2483376343ef41

New changelog entries:
  * Update to 2.0.10 final
  * Upstream now uses autoconf/make; modify rules file
    to use autotools cdbs class
  * Update standards to 3.9.6 (no changes)
  * Add hppa too (Closes: #764665)

dd01bd5... by Ian Wienand <email address hidden>

Import patches-unapplied version 2.0.10~rc2-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 4778aa621ede6e203fdeff6e6dd51b090f83ac39

New changelog entries:
  * Turns out that kernel headers aren't generic enough to work anywhere.
    Return arch to "i386 amd64 ia64 mips mipsel mipsn32 mipsn32el mips64
    mips64el powerpc powerpcspe x32 ppc64 ppc64el arm64 sparc"
    (Closes: #762449)