[Pkg-freedict-commits] r76 - in /packages/freedict-tools/trunk/debian: changelog patches/001_fix_pron_brackets.diff patches/002_scriptdir_in_Makefile.common.diff patches/003_remove_rubbish_in_dict.diff patches/series rules

kebil-guest at users.alioth.debian.org kebil-guest at users.alioth.debian.org
Sat Jan 6 21:54:08 CET 2007


Author: kebil-guest
Date: Sat Jan  6 21:54:08 2007
New Revision: 76

URL: http://svn.debian.org/wsvn/pkg-freedict/?sc=1&rev=76
Log:
added patch 003_remove_rubbish_in_dict.diff for removing the last rubbish line in the .dict file

Added:
    packages/freedict-tools/trunk/debian/patches/003_remove_rubbish_in_dict.diff
Modified:
    packages/freedict-tools/trunk/debian/changelog
    packages/freedict-tools/trunk/debian/patches/001_fix_pron_brackets.diff
    packages/freedict-tools/trunk/debian/patches/002_scriptdir_in_Makefile.common.diff
    packages/freedict-tools/trunk/debian/patches/series
    packages/freedict-tools/trunk/debian/rules

Modified: packages/freedict-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/changelog?rev=76&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/changelog (original)
+++ packages/freedict-tools/trunk/debian/changelog Sat Jan  6 21:54:08 2007
@@ -1,6 +1,10 @@
 freedict-tools (0.2-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  [ 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/rules: added the new line to target clean for remove the
+    manpage teiaddphonetics.1. 
 
  -- Joost van Baal <joostvb at debian.org>  Wed,  3 Jan 2007 11:02:28 +0100
 

Modified: packages/freedict-tools/trunk/debian/patches/001_fix_pron_brackets.diff
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/001_fix_pron_brackets.diff?rev=76&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/001_fix_pron_brackets.diff (original)
+++ packages/freedict-tools/trunk/debian/patches/001_fix_pron_brackets.diff Sat Jan  6 21:54:08 2007
@@ -1,3 +1,7 @@
+Replaces the pronunciation bracets from "/ /" to usual "[ ]".
+
+This patch by Kęstutis Biliūnas.
+
 Index: xsl/inc/teientry2txt.xsl
 ===================================================================
 --- xsl/inc/teientry2txt.xsl.orig	2006-11-18 18:09:52.000000000 +0200

Modified: packages/freedict-tools/trunk/debian/patches/002_scriptdir_in_Makefile.common.diff
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/002_scriptdir_in_Makefile.common.diff?rev=76&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/002_scriptdir_in_Makefile.common.diff (original)
+++ packages/freedict-tools/trunk/debian/patches/002_scriptdir_in_Makefile.common.diff Sat Jan  6 21:54:08 2007
@@ -1,3 +1,6 @@
+This patch by Joost van Baal.
+This patch must be submitted upstream.
+
 Index: Makefile.common
 ===================================================================
 --- Makefile.common.orig	2006-12-21 10:00:18.511037142 +0100

Added: packages/freedict-tools/trunk/debian/patches/003_remove_rubbish_in_dict.diff
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/003_remove_rubbish_in_dict.diff?rev=76&op=file
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/003_remove_rubbish_in_dict.diff (added)
+++ packages/freedict-tools/trunk/debian/patches/003_remove_rubbish_in_dict.diff Sat Jan  6 21:54:08 2007
@@ -1,0 +1,18 @@
+Removes the last rubbish line in the .dict file. 
+
+This patch by Kęstutis Biliūnas.
+This patch must be submitted upstream.
+
+Index: Makefile.common
+===================================================================
+--- Makefile.common.orig	2007-01-06 00:25:25.000000000 +0200
++++ Makefile.common	2007-01-06 00:27:15.000000000 +0200
+@@ -146,6 +146,8 @@
+ 
+ %.dict %.index: %.c5
+ 	dictfmt -t --headword-separator %%% $(DICTFMTFLAGS) $* <$<
++	cat $*.dict | sed '$$d' > tmp.dic
++	mv tmp.dic $*.dict
+ 
+ $(FREEDICTDIR)/release/dict-tbz2/freedict-$(dictname)-$(version).tar.bz2: \
+ 	$(dictname).dict.dz $(dictname).index

Modified: packages/freedict-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/patches/series?rev=76&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/patches/series (original)
+++ packages/freedict-tools/trunk/debian/patches/series Sat Jan  6 21:54:08 2007
@@ -1,2 +1,3 @@
 001_fix_pron_brackets.diff -p0
 002_scriptdir_in_Makefile.common.diff -p0
+003_remove_rubbish_in_dict.diff -p0

Modified: packages/freedict-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-tools/trunk/debian/rules?rev=76&op=diff
==============================================================================
--- packages/freedict-tools/trunk/debian/rules (original)
+++ packages/freedict-tools/trunk/debian/rules Sat Jan  6 21:54:08 2007
@@ -64,6 +64,8 @@
 	dh_testroot
 	rm -f build-stamp
 
+	rm -f teiaddphonetics.1
+
 	$(MAKE) -f debian/rules unpatch
 	rm -rf .pc patches
 




More information about the Pkg-freedict-commits mailing list