[Reproducible-commits] [debbindiff] 01/01: s/debdindiff/debbindiff/

Reiner Herrmann deki-guest at moszumanska.debian.org
Wed Feb 4 18:56:03 UTC 2015


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

deki-guest pushed a commit to branch master
in repository debbindiff.

commit 35fc002d52b3764fdaede3c667b96094966b965c
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Wed Feb 4 19:54:39 2015 +0100

    s/debdindiff/debbindiff/
---
 README                             | 2 +-
 debbindiff.py                      | 2 +-
 debbindiff/__init__.py             | 2 +-
 debbindiff/comparators/__init__.py | 2 +-
 debbindiff/comparators/binary.py   | 2 +-
 debbindiff/comparators/bzip2.py    | 2 +-
 debbindiff/comparators/changes.py  | 2 +-
 debbindiff/comparators/deb.py      | 2 +-
 debbindiff/comparators/elf.py      | 2 +-
 debbindiff/comparators/fonts.py    | 2 +-
 debbindiff/comparators/gettext.py  | 2 +-
 debbindiff/comparators/gzip.py     | 2 +-
 debbindiff/comparators/haskell.py  | 2 +-
 debbindiff/comparators/pdf.py      | 2 +-
 debbindiff/comparators/png.py      | 2 +-
 debbindiff/comparators/tar.py      | 2 +-
 debbindiff/comparators/text.py     | 2 +-
 debbindiff/comparators/utils.py    | 2 +-
 debbindiff/comparators/xz.py       | 2 +-
 debbindiff/comparators/zip.py      | 2 +-
 debbindiff/difference.py           | 2 +-
 debbindiff/presenters/html.py      | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/README b/README
index ff6bd98..13a2ef4 100644
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ Lunar <lunar at debian.org>
 License
 -------
 
-debdindiff is free software: you can redistribute it and/or modify
+debbindiff is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
diff --git a/debbindiff.py b/debbindiff.py
index 922bd15..d0c6a49 100755
--- a/debbindiff.py
+++ b/debbindiff.py
@@ -5,7 +5,7 @@
 #
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index c042de0..b74aaf8 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/__init__.py b/debbindiff/comparators/__init__.py
index 1228cb6..dd4c6fb 100644
--- a/debbindiff/comparators/__init__.py
+++ b/debbindiff/comparators/__init__.py
@@ -5,7 +5,7 @@
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
 #           ©      2015  Helmut Grohne <helmut at subdivi.de>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/binary.py b/debbindiff/comparators/binary.py
index 5edc309..918283c 100644
--- a/debbindiff/comparators/binary.py
+++ b/debbindiff/comparators/binary.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/bzip2.py b/debbindiff/comparators/bzip2.py
index 9509562..e6cdf55 100644
--- a/debbindiff/comparators/bzip2.py
+++ b/debbindiff/comparators/bzip2.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/changes.py b/debbindiff/comparators/changes.py
index ef9ca8c..40cfdbf 100644
--- a/debbindiff/comparators/changes.py
+++ b/debbindiff/comparators/changes.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/deb.py b/debbindiff/comparators/deb.py
index 229c5ab..f67f18c 100644
--- a/debbindiff/comparators/deb.py
+++ b/debbindiff/comparators/deb.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/elf.py b/debbindiff/comparators/elf.py
index f37f7e0..0a8142f 100644
--- a/debbindiff/comparators/elf.py
+++ b/debbindiff/comparators/elf.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/fonts.py b/debbindiff/comparators/fonts.py
index 181235e..8af5dcd 100644
--- a/debbindiff/comparators/fonts.py
+++ b/debbindiff/comparators/fonts.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/gettext.py b/debbindiff/comparators/gettext.py
index 94d36e5..88824e3 100644
--- a/debbindiff/comparators/gettext.py
+++ b/debbindiff/comparators/gettext.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/gzip.py b/debbindiff/comparators/gzip.py
index c26622f..c684725 100644
--- a/debbindiff/comparators/gzip.py
+++ b/debbindiff/comparators/gzip.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/haskell.py b/debbindiff/comparators/haskell.py
index 68c7537..2e496bc 100644
--- a/debbindiff/comparators/haskell.py
+++ b/debbindiff/comparators/haskell.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/pdf.py b/debbindiff/comparators/pdf.py
index 3a3d9a8..9fa44a5 100644
--- a/debbindiff/comparators/pdf.py
+++ b/debbindiff/comparators/pdf.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2015-2015 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/png.py b/debbindiff/comparators/png.py
index 87f2538..68167cb 100644
--- a/debbindiff/comparators/png.py
+++ b/debbindiff/comparators/png.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/tar.py b/debbindiff/comparators/tar.py
index 4a009b8..01616ad 100644
--- a/debbindiff/comparators/tar.py
+++ b/debbindiff/comparators/tar.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/text.py b/debbindiff/comparators/text.py
index 583513f..3cb2bab 100644
--- a/debbindiff/comparators/text.py
+++ b/debbindiff/comparators/text.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/utils.py b/debbindiff/comparators/utils.py
index 4a707ab..959c8ac 100644
--- a/debbindiff/comparators/utils.py
+++ b/debbindiff/comparators/utils.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/xz.py b/debbindiff/comparators/xz.py
index 1d75a25..143444d 100644
--- a/debbindiff/comparators/xz.py
+++ b/debbindiff/comparators/xz.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/comparators/zip.py b/debbindiff/comparators/zip.py
index 25268ab..ab12eb7 100644
--- a/debbindiff/comparators/zip.py
+++ b/debbindiff/comparators/zip.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/difference.py b/debbindiff/difference.py
index febe54e..8322b0e 100644
--- a/debbindiff/difference.py
+++ b/debbindiff/difference.py
@@ -4,7 +4,7 @@
 #
 # Copyright © 2014 Jérémy Bobbio <lunar at debian.org>
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
diff --git a/debbindiff/presenters/html.py b/debbindiff/presenters/html.py
index 456ba69..835da0b 100644
--- a/debbindiff/presenters/html.py
+++ b/debbindiff/presenters/html.py
@@ -6,7 +6,7 @@
 #           ©      2015 Reiner Herrmann <reiner at reiner-h.de>
 #
 #
-# debdindiff is free software: you can redistribute it and/or modify
+# debbindiff is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.

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



More information about the Reproducible-commits mailing list