[med-svn] [libundead] 01/01: Refresh patches

Matthias Klumpp mak at moszumanska.debian.org
Thu Mar 2 23:58:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository libundead.

commit 03ec2e65a7d5739dc9d4bd10f7ff79a97f2aac84
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Fri Mar 3 00:58:09 2017 +0100

    Refresh patches
---
 debian/patches/01_meson-build.patch.patch       |  3 ---
 debian/patches/02_fix-import-deprecations.patch |  8 ++------
 debian/patches/03_fix-imports.patch             | 10 ++++------
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/patches/01_meson-build.patch.patch b/debian/patches/01_meson-build.patch.patch
index 67641f7..d663797 100644
--- a/debian/patches/01_meson-build.patch.patch
+++ b/debian/patches/01_meson-build.patch.patch
@@ -8,9 +8,6 @@ Subject: [PATCH] Add Meson build definition
  1 file changed, 58 insertions(+)
  create mode 100644 meson.build
 
-diff --git a/meson.build b/meson.build
-new file mode 100644
-index 0000000..15da282
 --- /dev/null
 +++ b/meson.build
 @@ -0,0 +1,58 @@
diff --git a/debian/patches/02_fix-import-deprecations.patch b/debian/patches/02_fix-import-deprecations.patch
index ac86f44..dede2d9 100644
--- a/debian/patches/02_fix-import-deprecations.patch
+++ b/debian/patches/02_fix-import-deprecations.patch
@@ -8,11 +8,9 @@ Subject: [PATCH] fix import deprecations
  src/undead/date.d    | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/src/undead/cstream.d b/src/undead/cstream.d
-index 14ffaea..e20ed7c 100644
 --- a/src/undead/cstream.d
 +++ b/src/undead/cstream.d
-@@ -149,7 +149,7 @@ class CFile : Stream {
+@@ -149,7 +149,7 @@
  
    // run a few tests
    unittest {
@@ -21,11 +19,9 @@ index 14ffaea..e20ed7c 100644
      import std.internal.cstring : tempCString;
  
      auto stream_file = (undead.internal.file.deleteme ~ "-stream.txt").tempCString();
-diff --git a/src/undead/date.d b/src/undead/date.d
-index 663289b..d0052cb 100644
 --- a/src/undead/date.d
 +++ b/src/undead/date.d
-@@ -821,7 +821,7 @@ d_time parse(string s)
+@@ -821,7 +821,7 @@
          auto result = makeDate(day,time);
          return timeClip(result);
      }
diff --git a/debian/patches/03_fix-imports.patch b/debian/patches/03_fix-imports.patch
index 54c194b..1b3a209 100644
--- a/debian/patches/03_fix-imports.patch
+++ b/debian/patches/03_fix-imports.patch
@@ -7,11 +7,9 @@ Subject: [PATCH] fix import errors
  src/undead/stream.d | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)
 
-diff --git a/src/undead/stream.d b/src/undead/stream.d
-index e31b381..77941f9 100644
 --- a/src/undead/stream.d
 +++ b/src/undead/stream.d
-@@ -83,7 +83,7 @@ private {
+@@ -83,7 +83,7 @@
    import std.utf;
    import core.bitop; // for bswap
    import core.vararg;
@@ -20,7 +18,7 @@ index e31b381..77941f9 100644
    import undead.internal.file;
    import undead.doformat;
  }
-@@ -1433,11 +1433,11 @@ class Stream : InputStream, OutputStream {
+@@ -1433,11 +1433,11 @@
    unittest { // unit test for Issue 3363
      import std.stdio;
      immutable fileName = undead.internal.file.deleteme ~ "-issue3363.txt";
@@ -35,7 +33,7 @@ index e31b381..77941f9 100644
      const(char)[] constChar;
      string str;
      char[] chars;
-@@ -2208,7 +2208,7 @@ class File: Stream {
+@@ -2208,7 +2208,7 @@
      assert( lines[2] == "");
      assert( lines[3] == "That was blank");
      file.close();
@@ -44,7 +42,7 @@ index e31b381..77941f9 100644
    }
  }
  
-@@ -2303,7 +2303,7 @@ class BufferedFile: BufferedStream {
+@@ -2303,7 +2303,7 @@
      // we must be at the end of file
      assert(file.eof);
      file.close();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libundead.git



More information about the debian-med-commit mailing list