[Debian-arabic-packages] [svn] r21 - in pkg/aspell-ar/trunk: . debian

Lior Kaplan kaplan at costa.debian.org
Sat Oct 7 17:20:00 UTC 2006


Author: kaplan
Date: Sat Oct  7 17:20:00 2006
New Revision: 21

Added:
   pkg/aspell-ar/trunk/ar.alias
   pkg/aspell-ar/trunk/debian/compat
   pkg/aspell-ar/trunk/debian/dirs
      - copied, changed from r20, /pkg/aspell-ar/trunk/debian/aspell-ar.dirs
   pkg/aspell-ar/trunk/debian/info-aspell
      - copied unchanged from r20, /pkg/aspell-ar/trunk/debian/aspell-ar.info-aspell
   pkg/aspell-ar/trunk/debian/install
      - copied, changed from r20, /pkg/aspell-ar/trunk/debian/aspell-ar.install
Removed:
   pkg/aspell-ar/trunk/debian/aspell-ar.dirs
   pkg/aspell-ar/trunk/debian/aspell-ar.docs
   pkg/aspell-ar/trunk/debian/aspell-ar.info-aspell
   pkg/aspell-ar/trunk/debian/aspell-ar.install
Modified:
   pkg/aspell-ar/trunk/debian/changelog
   pkg/aspell-ar/trunk/debian/control
   pkg/aspell-ar/trunk/debian/copyright
   pkg/aspell-ar/trunk/debian/rules

Log:
* debian/copyright:
  - Forgot a trailing ">" after the email.
  - Removed the "All rights reserved" part.
* Now Build-Depends on debhelper >> 5.0.0
* Use debhelper compatibility level 5
* Bumped Standards-Version to 3.7.2
* Change maintainer to Debian Arabic Packaging Team
* debian/control: Split build depends to arch dependent / independent
* Add debian/compat
* Add ar.alias file

Modified: pkg/aspell-ar/trunk/debian/changelog
==============================================================================
--- pkg/aspell-ar/trunk/debian/changelog	(original)
+++ pkg/aspell-ar/trunk/debian/changelog	Sat Oct  7 17:20:00 2006
@@ -1,3 +1,21 @@
+aspell-ar (0.0.20060329-2) unstable; urgency=low
+
+  [ Mohammed Sameer ]
+  * debian/copyright:
+    - Forgot a trailing ">" after the email.
+    - Removed the "All rights reserved" part.
+  * Now Build-Depends on debhelper >> 5.0.0
+  * Use debhelper compatibility level 5
+  * Bumped Standards-Version to 3.7.2
+
+  [ Lior Kaplan ]
+  * Change maintainer to Debian Arabic Packaging Team
+  * debian/control: Split build depends to arch dependent / independent
+  * Add debian/compat
+  * Add ar.alias file
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat,  7 Oct 2006 19:18:21 +0200
+
 aspell-ar (0.0.20060329-1) unstable; urgency=low
 
   * Initial release Closes: #360516

Modified: pkg/aspell-ar/trunk/debian/control
==============================================================================
--- pkg/aspell-ar/trunk/debian/control	(original)
+++ pkg/aspell-ar/trunk/debian/control	Sat Oct  7 17:20:00 2006
@@ -1,15 +1,19 @@
 Source: aspell-ar
 Section: text
 Priority: optional
-Maintainer: Mohammed Sameer <debian at foolab.org>
-Standards-Version: 3.6.2
-Build-Depends: debhelper (>> 4.0.0), dictionaries-common-dev (>= 0.9.1)
+Maintainer: Debian Arabic Packaging Team <debian-arabic-packages at lists.alioth.debian.org>
+Uploaders: Lior Kaplan <kaplan at debian.org>, Mohammed Sameer <debian at foolab.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>> 5.0.0)
+Build-Depends-Indep: dictionaries-common-dev (>= 0.70.2)
 
 Package: aspell-ar
 Architecture: all
 Section: text
-Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1)
+Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.2)
 Provides: aspell-dictionary
 Description: Arabic dictionary for aspell
  This package contains all the required files to add support
  for Arabic language to aspell spell checker.
+ .
+ Homepage: http://foolab.org/projects/arspell/

Modified: pkg/aspell-ar/trunk/debian/copyright
==============================================================================
--- pkg/aspell-ar/trunk/debian/copyright	(original)
+++ pkg/aspell-ar/trunk/debian/copyright	Sat Oct  7 17:20:00 2006
@@ -6,7 +6,7 @@
 
 Upstream Author: Mohammed Sameer <msameer at foolab.org>
 
-Copyright: (c) 2006 Mohammed Sameer <msameer at foolab.org, All Rights Reserved.
+Copyright: (c) 2006 Mohammed Sameer <msameer at foolab.org>
 
  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

Copied: pkg/aspell-ar/trunk/debian/dirs (from r20, /pkg/aspell-ar/trunk/debian/aspell-ar.dirs)
==============================================================================
--- /pkg/aspell-ar/trunk/debian/aspell-ar.dirs	(original)
+++ pkg/aspell-ar/trunk/debian/dirs	Sat Oct  7 17:20:00 2006
@@ -1,4 +1,4 @@
-/var/lib/dictionaries-common/aspell/
-/var/lib/aspell/
-/usr/share/aspell/
-/usr/share/aspell/ar/
+usr/lib/aspell
+usr/share/aspell
+var/lib/aspell
+var/lib/dictionaries-common/aspell

Copied: pkg/aspell-ar/trunk/debian/install (from r20, /pkg/aspell-ar/trunk/debian/aspell-ar.install)
==============================================================================
--- /pkg/aspell-ar/trunk/debian/aspell-ar.install	(original)
+++ pkg/aspell-ar/trunk/debian/install	Sat Oct  7 17:20:00 2006
@@ -1,3 +1 @@
-*.multi         usr/lib/aspell
 *.alias         usr/lib/aspell
-*.dat           usr/lib/aspell

Modified: pkg/aspell-ar/trunk/debian/rules
==============================================================================
--- pkg/aspell-ar/trunk/debian/rules	(original)
+++ pkg/aspell-ar/trunk/debian/rules	Sat Oct  7 17:20:00 2006
@@ -3,24 +3,20 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
-DICT_LANG = ar
 DEB_DESTDIR = `pwd`/debian/aspell-ar
 
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-#	./configure
+	./configure
 	touch configure-stamp
 
 build: configure-stamp build-stamp
 build-stamp:
 	dh_testdir
-#	$(MAKE)
+	$(MAKE)
 	touch build-stamp
 
 clean:
@@ -39,16 +35,12 @@
 	dh_clean -k
 	dh_installdirs
 	dh_install
-	for f in *.cwl; do \
-	    gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \
-	    WL=`echo $$f | sed 's/\.cwl$$//'`; \
-	    touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \
-	    dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \
-	    echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \
-	done
-
-	touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat
-
+	$(MAKE) DESTDIR=$(DEB_DESTDIR) install
+	gzip -9 -c ar.cwl > $(DEB_DESTDIR)/usr/share/aspell/ar.cwl.gz
+	touch $(DEB_DESTDIR)/var/lib/aspell/ar.rws
+	dh_link var/lib/aspell/ar.rws usr/lib/aspell/ar.rws
+	echo ar >> $(DEB_DESTDIR)/usr/share/aspell/ar.contents
+	touch $(DEB_DESTDIR)/var/lib/aspell/ar.compat
 	installdeb-aspell
 
 



More information about the Debian-arabic-packages mailing list