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

kebil-guest at users.alioth.debian.org kebil-guest at users.alioth.debian.org
Wed Jan 7 23:31:55 UTC 2009


Author: kebil-guest
Date: Wed Jan  7 23:31:55 2009
New Revision: 192

URL: http://svn.debian.org/wsvn/pkg-freedict/?sc=1&rev=192
Log:
Closed #510955 and fully removed the phonetics import

Added:
    packages/freedict-tools/trunk/debian/patches/004_remove_phonetics_import.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=192&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/changelog (original)
+++ packages/freedict-tools/trunk/debian/changelog Wed Jan  7 23:31:55 2009
@@ -1,3 +1,11 @@
+freedict-tools (0.3-2) experimental; urgency=low
+
+  * debian/control: fixed maintainer address (Closes: #510955).
+  * debian/patches: added patch 004_remove_phonetics import.diff for fully
+    removing the phonetics import target.
+
+ -- Kęstutis Biliūnas <kebil at kaunas.init.lt>  Thu, 08 Jan 2009 00:56:50 +0200
+
 freedict-tools (0.3-1) experimental; urgency=low
 
   * New upstream release.

Added: packages/freedict-tools/trunk/debian/patches/004_remove_phonetics_import.diff
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/004_remove_phonetics_import.diff?rev=192&op=file
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/004_remove_phonetics_import.diff (added)
+++ packages/freedict-tools/trunk/debian/patches/004_remove_phonetics_import.diff Wed Jan  7 23:31:55 2009
@@ -1,0 +1,34 @@
+Removes the phonetics import target.
+
+This patch by Kęstutis Biliūnas.
+This patch is Debian specific and will not be submitted upstream.
+
+Index: freedict-tools-0.3/Makefile.common
+===================================================================
+--- freedict-tools-0.3.orig/Makefile.common
++++ freedict-tools-0.3/Makefile.common
+@@ -533,18 +533,18 @@
+ #### Phonetics import
+ #######################
+ 
+-supported_phonetics ?= $(shell PATH="$(toolsdir):$(PATH)" teiaddphonetics -li)
++# supported_phonetics ?= $(shell PATH="$(toolsdir):$(PATH)" teiaddphonetics -li)
+ 
+-la1 := $(shell export V=$(dictname); echo $${V:0:3})
++# la1 := $(shell export V=$(dictname); echo $${V:0:3})
+ #la2 := $(shell export V=$(dictname); echo $${V:4:3})
+ 
+-ifneq (,$(findstring $(la1),$(supported_phonetics)))
++# ifneq (,$(findstring $(la1),$(supported_phonetics)))
+ 
+ # TEIADDPHONETICS ?= -v
+-$(dictname).tei: $(dictname)-nophon.tei
+-	teiaddphonetics $(TEIADDPHONETICS) -i $< -ou $@ -mbrdico-path $(MBRDICO_PATH)
++# $(dictname).tei: $(dictname)-nophon.tei
++# 	teiaddphonetics $(TEIADDPHONETICS) -i $< -ou $@ -mbrdico-path $(MBRDICO_PATH)
+ 
+-endif
++# endif
+ 
+ 
+ #######################

Modified: packages/freedict-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/series?rev=192&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/series (original)
+++ packages/freedict-tools/trunk/debian/patches/series Wed Jan  7 23:31:55 2009
@@ -1,2 +1,3 @@
+004_remove_phonetics_import.diff
 003_remove_rubbish_in_dict.diff 
 




More information about the Pkg-freedict-commits mailing list