[Debian-arabic-packages] [svn] r204 - in pkg/ayaspell-dic/tags/0.0.0+20080110-1.1: . debian

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


Author: kaplan
Date: Fri Jun 10 18:08:34 2011
New Revision: 204

Log:
[svn-buildpackage] Tagging ayaspell-dic 0.0.0+20080110-1.1

Added:
   pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/
      - copied from r198, pkg/ayaspell-dic/trunk/
Replaced:
   pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/changelog
      - copied unchanged from r203, pkg/ayaspell-dic/trunk/debian/changelog
   pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/install
      - copied unchanged from r203, pkg/ayaspell-dic/trunk/debian/install
   pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/rules
      - copied unchanged from r203, pkg/ayaspell-dic/trunk/debian/rules

Copied: pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/changelog (from r203, pkg/ayaspell-dic/trunk/debian/changelog)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/changelog	Fri Jun 10 18:08:34 2011	(r204, copy of r203, pkg/ayaspell-dic/trunk/debian/changelog)
@@ -0,0 +1,55 @@
+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
+  * debian/control:
+   - Upstream changed the homepage again.
+   - Added the Homepage control field.
+   - s/debian/Debian/ in the description (Thanks lintian!)
+  * debian/copyright:
+   - Changed the download location.
+   - Updated upstream email.
+   - Modified the copyright years (Added 2008)
+   - Include the versions of the licenses (GPL 2.0/LGPL 2.1/MPL 1.1)
+   - Updated the LGPL and GPL headers and modified their path on Debian.
+  * debian/docs:
+   - Removed README
+   - Added README-{ar,fr,en} and TODO-ar
+  * debian/rules:
+   - use dh_install instead of copying manually
+   - Install ChangeLog-ar via dh_installchangelogs
+  * Added install file for dh_install
+
+ -- Mohammed Sameer <msameer at debian.org>  Mon, 28 Jan 2008 01:26:15 +0200
+
+ayaspell-dic (0.0.0~beta2-2) unstable; urgency=low
+
+  * debian/control: Corrected the Homepage link.
+
+ -- Mohammed Sameer <msameer at debian.org>  Tue, 16 Oct 2007 13:17:26 +0300
+
+ayaspell-dic (0.0.0~beta2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mohammed Sameer <msameer at debian.org>  Fri, 14 Sep 2007 22:49:30 +0200
+
+ayaspell-dic (0.0.0~beta1-2) unstable; urgency=low
+
+  * Maintainer is now the Debian Arabic packaging team. Added myself as an Uploader.
+
+ -- Mohammed Sameer <msameer at debian.org>  Sat, 25 Aug 2007 04:53:54 +0300
+
+ayaspell-dic (0.0.0~beta1-1) unstable; urgency=low
+
+  * Initial release (Closes: #437350)
+
+ -- Mohammed Sameer <msameer at debian.org>  Sun, 12 Aug 2007 16:04:28 +0300

Copied: pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/install (from r203, pkg/ayaspell-dic/trunk/debian/install)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/install	Fri Jun 10 18:08:34 2011	(r204, copy of r203, pkg/ayaspell-dic/trunk/debian/install)
@@ -0,0 +1,2 @@
+ar.aff usr/share/hunspell
+ar.dic usr/share/hunspell

Copied: pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/rules (from r203, pkg/ayaspell-dic/trunk/debian/rules)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/ayaspell-dic/tags/0.0.0+20080110-1.1/debian/rules	Fri Jun 10 18:08:34 2011	(r204, copy of r203, pkg/ayaspell-dic/trunk/debian/rules)
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	rm -f debian/links
+	dh_clean
+
+install: build
+	dh_testdir
+	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.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	installdeb-myspell
+	dh_installchangelogs ChangeLog-ar
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure



More information about the Debian-arabic-packages mailing list