r35784 - in /packages/texmaker/trunk/debian: changelog rules

rmolina-guest at users.alioth.debian.org rmolina-guest at users.alioth.debian.org
Thu Jul 2 19:14:06 UTC 2009


Author: rmolina-guest
Date: Thu Jul  2 19:14:05 2009
New Revision: 35784

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35784
Log:
fixing spelling-error-in-binary

Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/rules

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=35784&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog (original)
+++ packages/texmaker/trunk/debian/changelog Thu Jul  2 19:14:05 2009
@@ -3,8 +3,10 @@
   * 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
 

Modified: packages/texmaker/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/rules?rev=35784&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/rules (original)
+++ packages/texmaker/trunk/debian/rules Thu Jul  2 19:14:05 2009
@@ -15,6 +15,7 @@
 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 @@
 clean: # unpatch
 	dh_testdir
 	dh_testroot
+	sed --in-place 's/optional/optionnal/' texmaker.cpp
 	rm -f build-stamp configure-stamp
 
 	[ ! -f Makefile ] || $(MAKE) distclean




More information about the debian-science-commits mailing list