[Pkg-freedict-commits] r80 - in /packages/freedict-tools/trunk/debian: changelog patches/004_fix_version_discover.diff patches/series

kebil-guest at users.alioth.debian.org kebil-guest at users.alioth.debian.org
Sun Jan 7 15:13:30 CET 2007


Author: kebil-guest
Date: Sun Jan  7 15:13:30 2007
New Revision: 80

URL: http://svn.debian.org/wsvn/pkg-freedict/?sc=1&rev=80
Log:
Added patch 004_fix_version_discover.diff

Added:
    packages/freedict-tools/trunk/debian/patches/004_fix_version_discover.diff
Modified:
    packages/freedict-tools/trunk/debian/changelog
    packages/freedict-tools/trunk/debian/patches/series

Modified: packages/freedict-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/changelog?rev=80&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/changelog (original)
+++ packages/freedict-tools/trunk/debian/changelog Sun Jan  7 15:13:30 2007
@@ -1,8 +1,11 @@
 freedict-tools (0.2-2) UNRELEASED; urgency=low
 
   [ Kęstutis Biliūnas <kebil at kaunas.init.lt> ]
-  * debian/patches: added patch 003_remove_rubbish_in_dict.diff for removing
-    the last rubbish line in the .dict file.
+  * debian/patches:
+    - added patch 003_remove_rubbish_in_dict.diff for removing
+      the last rubbish line in the .dict file.
+    - added patch 004_fix_version_discover.diff for the version
+      discovering irrespective of the *.tei or *.tei.header file was found.
   * debian/rules: added the new line to target clean for remove the
     manpage teiaddphonetics.1. 
 

Added: packages/freedict-tools/trunk/debian/patches/004_fix_version_discover.diff
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/004_fix_version_discover.diff?rev=80&op=file
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/004_fix_version_discover.diff (added)
+++ packages/freedict-tools/trunk/debian/patches/004_fix_version_discover.diff Sun Jan  7 15:13:30 2007
@@ -1,0 +1,19 @@
+Fixes the version discovering irrespective of the *.tei or *.tei.header
+file was found. 
+
+This patch by Kęstutis Biliūnas.
+This patch must be submitted upstream.
+
+Index: Makefile.common
+===================================================================
+--- Makefile.common.orig	2007-01-07 15:48:48.000000000 +0200
++++ Makefile.common	2007-01-07 15:49:28.000000000 +0200
+@@ -32,7 +32,7 @@
+ empty:=
+ space:= $(empty) $(empty)
+ version1 = $(shell sed -e '100q;/<edition>/!d;s/.*<edition>\(.*\)<\/edition>.*/\1/;q'\
+-	   $(dictname).tei)
++	   $(dictname).tei*)
+ version = $(subst $(space),_,$(version1))
+ 
+ ################

Modified: packages/freedict-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/series?rev=80&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/series (original)
+++ packages/freedict-tools/trunk/debian/patches/series Sun Jan  7 15:13:30 2007
@@ -1,3 +1,4 @@
 001_fix_pron_brackets.diff -p0
 002_scriptdir_in_Makefile.common.diff -p0
 003_remove_rubbish_in_dict.diff -p0
+004_fix_version_discover.diff -p0




More information about the Pkg-freedict-commits mailing list