Index: /pkg/main/xfardic/tags/0.9.1a-1/debian/control
===================================================================
--- /pkg/main/xfardic/tags/0.9.1a-1/debian/control	(revision 1504)
+++ /pkg/main/xfardic/tags/0.9.1a-1/debian/control	(revision 1504)
@@ -0,0 +1,16 @@
+Source: xfardic
+Section: gnome
+Priority: optional
+Maintainer: Debian Arabic Packaging Team <debian-arabic-packages@lists.alioth.debian.org>
+Uploaders: Alan Baghumian <alan@technotux.org>, Lior Kaplan <kaplan@debian.org>
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libxml2-dev, libwxgtk2.6-dev, libgnome-desktop-dev, libnotify-dev, libaspell-dev (>= 0.60.4), libsqlite3-dev
+Standards-Version: 3.7.2
+
+Package: xfardic
+Architecture: any
+Depends: ${shlibs:Depends}, aspell-en, xfardic-xdb, notification-daemon
+Description: Multilingual Dictionary Engine
+ xFarDic is a Multilingual dictionary engine based on wxGTK, 
+ libxml2 and GTK2 with several XDB word databases.
+ .
+ Homepage: http://www.xfardic.org 
Index: /pkg/main/xfardic/tags/0.9.1a-1/debian/compat
===================================================================
--- /pkg/main/xfardic/tags/0.9.1a-1/debian/compat	(revision 1504)
+++ /pkg/main/xfardic/tags/0.9.1a-1/debian/compat	(revision 1504)
@@ -0,0 +1,1 @@
+5
Index: /pkg/main/xfardic/tags/0.9.1a-1/debian/watch
===================================================================
--- /pkg/main/xfardic/tags/0.9.1a-1/debian/watch	(revision 1504)
+++ /pkg/main/xfardic/tags/0.9.1a-1/debian/watch	(revision 1504)
@@ -0,0 +1,6 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://qa.debian.org/watch/sf.php?project=xfardic xfardic-([\d.]*)-src.tar.gz
+
+
+
Index: /pkg/main/xfardic/tags/0.9.1a-1/debian/changelog
===================================================================
--- /pkg/main/xfardic/tags/0.9.1a-1/debian/changelog	(revision 1504)
+++ /pkg/main/xfardic/tags/0.9.1a-1/debian/changelog	(revision 1504)
@@ -0,0 +1,30 @@
+xfardic (0.9.1a-1) barry; urgency=low
+
+  * New upstream release, bug fixes 
+
+ -- Alan Baghumian <alan@technotux.org>  Sat, 16 Jun 2007 12:50:32 +0330
+
+xfardic (0.9.1-1) barry; urgency=low
+
+  * New upstream release, bug fixes
+
+ -- Alan Baghumian <alan@technotux.org>  Sat, 16 Jun 2007 11:43:48 +0330
+
+xfardic (0.9.0-1) barry; urgency=low
+
+  * New upstream release
+
+ -- Alan Baghumian <alan@technotux.org>  Thu, 31 May 2007 13:06:07 +0330
+
+xfardic (0.8.99.2+svn20070417-2) barry; urgency=low
+
+  * Rebuild against SVN
+
+ -- Alan Baghumian <alan@technotux.org>  Tue, 17 Apr 2007 14:23:13 +0330
+
+xfardic (0.8.99.2+svn20070417-1) barry; urgency=low
+
+  * Initial Release (Closes: #282457).
+
+ -- Alan Baghumian <alan@technotux.org>  Tue, 17 Apr 2007 13:49:03 +0330
+
Index: /pkg/main/xfardic/tags/0.9.1a-1/debian/copyright
===================================================================
--- /pkg/main/xfardic/tags/0.9.1a-1/debian/copyright	(revision 1504)
+++ /pkg/main/xfardic/tags/0.9.1a-1/debian/copyright	(revision 1504)
@@ -0,0 +1,32 @@
+This package was debianized by Alan Baghumian <alan@technotux.org> on
+Sun, 30 Apr 2006 09:47:15 +0330.
+
+It was downloaded from http://sf.net/projects/xfardic/
+
+Upstream Author: Alan Baghumian <alan@technotux.org>
+		 Armen Baghumian <armen@opensourceclub.org>
+
+Copyright: 2004-2006, Alan Baghumian, Armen Baghumian
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2006, Alan Baghumian <alan@technotux.org> and
+is licensed under the GPL, see above.
+
Index: /pkg/main/xfardic/tags/0.9.1a-1/debian/rules
===================================================================
--- /pkg/main/xfardic/tags/0.9.1a-1/debian/rules	(revision 1504)
+++ /pkg/main/xfardic/tags/0.9.1a-1/debian/rules	(revision 1504)
@@ -0,0 +1,72 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+build: build-stamp
+
+build-stamp:
+	dh_testdir
+	dh_clean
+	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	rm -rf config.cache
+	dh_clean	
+	
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/xfardic
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb	
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
