[Debian-arabic-packages] [svn] r158 - in pkg/xfardic/trunk/debian: . patches

Alan Baghumian alanbach-guest at alioth.debian.org
Wed Jan 30 05:42:30 UTC 2008


Author: alanbach-guest
Date: Wed Jan 30 05:42:30 2008
New Revision: 158

Log:
* New upstream release 0.10.3
* Updated debian/control:
  - wrapped deps and build-deps
  - added libespeak-dev and quilt to build-deps
  - bump standards to 3.7.3
* Updated debian/copyright
* Updated debian/rules to support quilt
* Added 99_fix-american-pronounce patch
* Updated debian/watch to be able to fetch the 
  upstream tarballs


Added:
   pkg/xfardic/trunk/debian/patches/
   pkg/xfardic/trunk/debian/patches/99_fix-american-pronounce.patch
   pkg/xfardic/trunk/debian/patches/series
Modified:
   pkg/xfardic/trunk/debian/changelog
   pkg/xfardic/trunk/debian/control
   pkg/xfardic/trunk/debian/copyright
   pkg/xfardic/trunk/debian/rules
   pkg/xfardic/trunk/debian/watch

Modified: pkg/xfardic/trunk/debian/changelog
==============================================================================
--- pkg/xfardic/trunk/debian/changelog	(original)
+++ pkg/xfardic/trunk/debian/changelog	Wed Jan 30 05:42:30 2008
@@ -1,6 +1,5 @@
-xfardic (0.9.1a-1) unstable; urgency=low
+xfardic (0.10.3-1) unstable; urgency=low
 
   * Initial Release (Closes: #282457).
 
- -- Alan Baghumian <alan at technotux.org>  Mon, 18 Jun 2007 08:18:56 +0330
-
+ -- Alan Baghumian <alan at technotux.org>  Wed, 30 Jan 2008 09:07:53 +0330

Modified: pkg/xfardic/trunk/debian/control
==============================================================================
--- pkg/xfardic/trunk/debian/control	(original)
+++ pkg/xfardic/trunk/debian/control	Wed Jan 30 05:42:30 2008
@@ -3,14 +3,26 @@
 Priority: optional
 Maintainer: Debian Arabic Packaging Team <debian-arabic-packages at lists.alioth.debian.org>
 Uploaders: Alan Baghumian <alan at technotux.org>, Lior Kaplan <kaplan at 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
+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, 
+               libespeak-dev (>= 1.29),
+               quilt
+Standards-Version: 3.7.3
 
 Package: xfardic
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, aspell-en, xfardic-xdb, notification-daemon
-Description: Multilingual Dictionary Engine
- xFarDic is a Multilingual dictionary engine based on wxGTK, 
+Depends: ${shlibs:Depends}, 
+         aspell-en,
+         xfardic-xdb,
+         notification-daemon
+Description: Multilingual Dictionary
+ xFarDic is a Multilingual dictionary based on wxGTK, 
  libxml2 and GTK2 with several XDB word databases.
  .
  Homepage: http://www.xfardic.org 

Modified: pkg/xfardic/trunk/debian/copyright
==============================================================================
--- pkg/xfardic/trunk/debian/copyright	(original)
+++ pkg/xfardic/trunk/debian/copyright	Wed Jan 30 05:42:30 2008
@@ -6,7 +6,7 @@
 Upstream Author: Alan Baghumian <alan at technotux.org>
 		 Armen Baghumian <armen at opensourceclub.org>
 
-Copyright: 2004-2007, Alan Baghumian, Armen Baghumian
+Copyright: 2004-2008, Alan Baghumian, Armen Baghumian
 
 License:
 
@@ -27,6 +27,6 @@
 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-2007, Alan Baghumian <alan at technotux.org> and
+The Debian packaging is (C) 2006-2008, Alan Baghumian <alan at technotux.org> and
 is licensed under the GPL, see above.
 

Modified: pkg/xfardic/trunk/debian/rules
==============================================================================
--- pkg/xfardic/trunk/debian/rules	(original)
+++ pkg/xfardic/trunk/debian/rules	Wed Jan 30 05:42:30 2008
@@ -24,6 +24,16 @@
 	CFLAGS += -O2
 endif
 
+PATCH_DIR := debian/patches
+
+patch: patch-stamp
+patch-stamp:
+	dh_testdir
+	# apply patches
+	QUILT_PATCHES=$(PATCH_DIR) \
+		quilt --quiltrc /dev/null push -a || test $$? = 2
+	touch $@
+
 build: build-stamp
 
 build-stamp:

Modified: pkg/xfardic/trunk/debian/watch
==============================================================================
--- pkg/xfardic/trunk/debian/watch	(original)
+++ pkg/xfardic/trunk/debian/watch	Wed Jan 30 05:42:30 2008
@@ -1,6 +1,5 @@
-# Compulsory line, this is a version 3 file
 version=3
-http://qa.debian.org/watch/sf.php?project=xfardic xfardic-([\d.]*)-src.tar.gz
+http://heanet.dl.sourceforge.net/sourceforge/xfardic/xfardic-([\d.]*)-src.tar.gz
 
 
 



More information about the Debian-arabic-packages mailing list