[Debian-arabic-packages] [svn] r203 - pkg/ayaspell-dic/trunk/debian

Lior Kaplan kaplan at alioth.debian.org
Fri Jun 10 18:08:13 UTC 2011


Author: kaplan
Date: Fri Jun 10 18:08:12 2011
New Revision: 203

Log:
Import changes done in NMU by Rene Engelhard

Modified:
   pkg/ayaspell-dic/trunk/debian/changelog
   pkg/ayaspell-dic/trunk/debian/install
   pkg/ayaspell-dic/trunk/debian/rules

Modified: pkg/ayaspell-dic/trunk/debian/changelog
==============================================================================
--- pkg/ayaspell-dic/trunk/debian/changelog	Thu Jun  9 17:30:11 2011	(r202)
+++ pkg/ayaspell-dic/trunk/debian/changelog	Fri Jun 10 18:08:12 2011	(r203)
@@ -1,3 +1,12 @@
+ayaspell-dic (0.0.0+20080110-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add ar_*.{dic,aff} -> ar.{dic,aff} symlinks for OOo3 (closes: #517781)
+  * move dict to /usr/share/hunspell with compat symlink from
+    /usr/share/myspell/dicts (closes: #541912) 
+
+ -- Rene Engelhard <rene at debian.org>  Sun, 20 Sep 2009 01:58:25 +0200
+
 ayaspell-dic (0.0.0+20080110-1) unstable; urgency=low
 
   * New upstream release

Modified: pkg/ayaspell-dic/trunk/debian/install
==============================================================================
--- pkg/ayaspell-dic/trunk/debian/install	Thu Jun  9 17:30:11 2011	(r202)
+++ pkg/ayaspell-dic/trunk/debian/install	Fri Jun 10 18:08:12 2011	(r203)
@@ -1,2 +1,2 @@
-ar.aff usr/share/myspell/dicts/
-ar.dic usr/share/myspell/dicts/
+ar.aff usr/share/hunspell
+ar.dic usr/share/hunspell

Modified: pkg/ayaspell-dic/trunk/debian/rules
==============================================================================
--- pkg/ayaspell-dic/trunk/debian/rules	Thu Jun  9 17:30:11 2011	(r202)
+++ pkg/ayaspell-dic/trunk/debian/rules	Fri Jun 10 18:08:12 2011	(r203)
@@ -17,6 +17,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	rm -f debian/links
 	dh_clean
 
 install: build
@@ -24,6 +25,15 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
+	for l in `cat debian/info-myspell | awk '{ print $$3 }'`; do \
+		echo "/usr/share/hunspell/ar.aff /usr/share/hunspell/ar_$$l.aff" >> debian/links; \
+		echo "/usr/share/hunspell/ar.dic /usr/share/hunspell/ar_$$l.dic" >> debian/links; \
+		echo "/usr/share/hunspell/ar.aff /usr/share/myspell/dicts/ar_$$l.aff" >> debian/links; \
+		echo "/usr/share/hunspell/ar.dic /usr/share/myspell/dicts/ar_$$l.aff" >> debian/links; \
+	done
+	echo "/usr/share/hunspell/ar.aff /usr/share/myspell/dicts/ar.aff" >> debian/links
+	echo "/usr/share/hunspell/ar.dic /usr/share/myspell/dicts/ar.dic" >> debian/links
+
 	dh_install
 
 # Build architecture-independent files here.



More information about the Debian-arabic-packages mailing list