[texmaker] 24/103: fixing spelling-error-in-binary

Andreas Tille tille at debian.org
Sun Sep 10 17:38:27 UTC 2017


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

tille pushed a commit to branch master
in repository texmaker.

commit 7633836e2e218145ba0293489e35d1e1030f878c
Author: Ruben Molina <rmolina at udea.edu.co>
Date:   Thu Jul 2 19:14:05 2009 +0000

    fixing spelling-error-in-binary
---
 debian/changelog | 4 +++-
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 809eda6..4bc1294 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ texmaker (1.9.2-2) UNRELEASED; urgency=low
   * Standards-Version bumped to 3.8.2 (no changes)
   * Updated debian/copyright, adding missing information
   * Removed deprecated dh_desktop rule
+  * Two sed lines added to debian/rules to fix a pedantic lintian warning
+    (spelling-error-in-binary). Not important enough to add a patch system.
 
- -- Ruben Molina <rmolina at udea.edu.co>  Thu, 02 Jul 2009 14:08:31 -0500
+ -- Ruben Molina <rmolina at udea.edu.co>  Thu, 02 Jul 2009 14:11:26 -0500
 
 texmaker (1.9.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 89865a2..881f6ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ endif
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	sed --in-place 's/optionnal/optional/' texmaker.cpp
 	qmake-qt4 -unix PREFIX=/usr texmaker.pro
 
 	touch configure-stamp
@@ -33,6 +34,7 @@ build-stamp: configure-stamp
 clean: # unpatch
 	dh_testdir
 	dh_testroot
+	sed --in-place 's/optional/optionnal/' texmaker.cpp
 	rm -f build-stamp configure-stamp
 
 	[ ! -f Makefile ] || $(MAKE) distclean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git



More information about the debian-science-commits mailing list