[Debian-arabic-packages] [svn] r226 - in pkg/aspell-ar/tags/0.0.20060329-4: . debian debian/patches debian/source

Lior Kaplan kaplan at alioth.debian.org
Sat Jul 30 15:41:51 UTC 2011


Author: kaplan
Date: Sat Jul 30 15:41:51 2011
New Revision: 226

Log:
[svn-buildpackage] Tagging aspell-ar 0.0.20060329-4

Added:
   pkg/aspell-ar/tags/0.0.20060329-4/
      - copied from r221, pkg/aspell-ar/trunk/
   pkg/aspell-ar/tags/0.0.20060329-4/debian/patches/
      - copied from r223, pkg/aspell-ar/trunk/debian/patches/
   pkg/aspell-ar/tags/0.0.20060329-4/debian/source/
      - copied from r223, pkg/aspell-ar/trunk/debian/source/
Replaced:
   pkg/aspell-ar/tags/0.0.20060329-4/debian/changelog
      - copied unchanged from r223, pkg/aspell-ar/trunk/debian/changelog
   pkg/aspell-ar/tags/0.0.20060329-4/debian/control
      - copied unchanged from r222, pkg/aspell-ar/trunk/debian/control
   pkg/aspell-ar/tags/0.0.20060329-4/debian/rules
      - copied unchanged from r222, pkg/aspell-ar/trunk/debian/rules
Deleted:
   pkg/aspell-ar/tags/0.0.20060329-4/ar.alias

Copied: pkg/aspell-ar/tags/0.0.20060329-4/debian/changelog (from r223, pkg/aspell-ar/trunk/debian/changelog)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/aspell-ar/tags/0.0.20060329-4/debian/changelog	Sat Jul 30 15:41:51 2011	(r226, copy of r223, pkg/aspell-ar/trunk/debian/changelog)
@@ -0,0 +1,41 @@
+aspell-ar (0.0.20060329-4) unstable; urgency=low
+
+  * The make lintian happy upload
+    - description-contains-homepage
+    - debhelper-but-no-misc-depends
+    - debian-rules-ignores-make-clean-error
+    - debian-rules-missing-recommended-target
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat, 30 Jul 2011 16:04:05 +0200
+
+aspell-ar (0.0.20060329-3) unstable; urgency=low
+
+  * Fix FTBFS: add aspell to Build-Depends-Indep (Closes: #392770)
+
+ -- Lior Kaplan <kaplan at debian.org>  Fri, 13 Oct 2006 15:03:40 +0200
+
+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
+
+ -- Mohammed Sameer <debian at foolab.org>  Sun,  2 Apr 2006 22:40:28 +0200
+

Copied: pkg/aspell-ar/tags/0.0.20060329-4/debian/control (from r222, pkg/aspell-ar/trunk/debian/control)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/aspell-ar/tags/0.0.20060329-4/debian/control	Sat Jul 30 15:41:51 2011	(r226, copy of r222, pkg/aspell-ar/trunk/debian/control)
@@ -0,0 +1,18 @@
+Source: aspell-ar
+Section: text
+Priority: optional
+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.9.2
+Build-Depends: debhelper (>> 5.0.0)
+Build-Depends-Indep: aspell (>= 0.60.4), dictionaries-common-dev (>= 0.70.2)
+Homepage: http://foolab.org/projects/arspell/
+
+Package: aspell-ar
+Architecture: all
+Section: text
+Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.2), ${misc:Depends}
+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.

Copied: pkg/aspell-ar/tags/0.0.20060329-4/debian/rules (from r222, pkg/aspell-ar/trunk/debian/rules)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/aspell-ar/tags/0.0.20060329-4/debian/rules	Sat Jul 30 15:41:51 2011	(r226, copy of r222, pkg/aspell-ar/trunk/debian/rules)
@@ -0,0 +1,75 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode. 
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+DEB_DESTDIR = `pwd`/debian/aspell-ar
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure
+	touch configure-stamp
+
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
+
+build-stamp: configure
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f Makefile
+	rm -f ar.rws
+	dh_clean
+
+install: DH_OPTIONS=
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_install
+	$(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
+
+
+# Build architecture-independent files here.
+# Pass -i to all debhelper commands in this target to reduce clutter.
+binary-indep: DH_OPTIONS=-i
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installchangelogs 
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: DH_OPTIONS=-a
+binary-arch: build install
+# nothing.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure



More information about the Debian-arabic-packages mailing list