summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-03 12:21:11 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-10-03 12:21:11 +0200
commit2b062a24ea5e373d9f8a6e9e8f4ef3af1277a832 (patch)
tree57a39e81e931a1a9a686bc2acf95b9b518b9deea
parent12c494a8caaafb222a32e6f2b7b3d628c9aeef26 (diff)
d/p/0120-fix-types-include.diff: fix typo
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/0120-fix-types-include.diff2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f021e49..bca3cd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ xbase64 (3.1.2-13) UNRELEASED; urgency=medium
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
* Add new README.source to explain the branching model used.
* New debian/source/lintian-overrides.
+ * debian/patches/0120-fix-types-include.diff:
+ - Fix typo.
* debian/control:
- Switch Vcs-* to new location.
* debian/copyright:
diff --git a/debian/patches/0120-fix-types-include.diff b/debian/patches/0120-fix-types-include.diff
index 8643c44..95fbbe6 100644
--- a/debian/patches/0120-fix-types-include.diff
+++ b/debian/patches/0120-fix-types-include.diff
@@ -1,6 +1,6 @@
Author: Pino Toscano <pino@debian.org>
Description: Fix xbtypes.h usage
- a) do not redefine xbOffT everytime xbtypes.h is included
+ a) do not redefine xbOffT every time xbtypes.h is included
b) do not include xbtypes.h in xbcdx.cpp, since it will be indirectly pulled
by xbase64.h
Forwarded: no