This is an automated email from the git hooks/post-receive script. mak pushed a commit to branch master in repository libundead.
commit 363cda34c6e149e5da155e0357493b16bd62c999 Author: Matthias Klumpp <[email protected]> Date: Thu Dec 14 11:48:50 2017 +0100 meson-build.patch.patch: Add missing utf.d source --- debian/patches/01_meson-build.patch.patch | 21 +++++++++++---------- debian/patches/02_isNan.patch | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/debian/patches/01_meson-build.patch.patch b/debian/patches/01_meson-build.patch.patch index 5bba54f..dc84bd8 100644 --- a/debian/patches/01_meson-build.patch.patch +++ b/debian/patches/01_meson-build.patch.patch @@ -18,7 +18,7 @@ Subject: [PATCH] Add Meson build definition os: - linux -@@ -11,4 +13,23 @@ d: +@@ -11,4 +13,23 @@ - ldc - ldc-beta @@ -45,7 +45,7 @@ Subject: [PATCH] Add Meson build definition + - dub test --- /dev/null +++ b/meson.build -@@ -0,0 +1,59 @@ +@@ -0,0 +1,60 @@ +project('undeaD', 'd') + +project_version = '1.0.7' @@ -55,17 +55,18 @@ Subject: [PATCH] Add Meson build definition +pkgc = import('pkgconfig') + +undead_src = [ -+ 'src/undead/stream.d', -+ 'src/undead/string.d', -+ 'src/undead/dateparse.d', -+ 'src/undead/regexp.d', -+ 'src/undead/doformat.d', ++ 'src/undead/bitarray.d', + 'src/undead/cstream.d', -+ 'src/undead/date.d', -+ 'src/undead/socketstream.d', + 'src/undead/datebase.d', ++ 'src/undead/date.d', ++ 'src/undead/dateparse.d', ++ 'src/undead/doformat.d', + 'src/undead/metastrings.d', -+ 'src/undead/bitarray.d' ++ 'src/undead/regexp.d', ++ 'src/undead/socketstream.d', ++ 'src/undead/stream.d', ++ 'src/undead/string.d', ++ 'src/undead/utf.d' +] + +undead_internal_src = [ diff --git a/debian/patches/02_isNan.patch b/debian/patches/02_isNan.patch index e513a52..282c66c 100644 --- a/debian/patches/02_isNan.patch +++ b/debian/patches/02_isNan.patch @@ -5,7 +5,7 @@ Description: Properly test for NaN --- a/src/undead/stream.d +++ b/src/undead/stream.d -@@ -1456,7 +1456,8 @@ class Stream : InputStream, OutputStream +@@ -1456,7 +1456,8 @@ float f; assert(s.readf(&f)); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libundead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
