[Debian-arabic-packages] [svn] r232 - in pkg/aspell-ku/tags/0.20-0-5: . debian debian/source

Lior Kaplan kaplan at alioth.debian.org
Sat Jul 30 17:08:05 UTC 2011


Author: kaplan
Date: Sat Jul 30 17:08:05 2011
New Revision: 232

Log:
[svn-buildpackage] Tagging aspell-ku 0.20-0-5

Added:
   pkg/aspell-ku/tags/0.20-0-5/
      - copied from r221, pkg/aspell-ku/trunk/
   pkg/aspell-ku/tags/0.20-0-5/debian/source/
      - copied from r231, pkg/aspell-ku/trunk/debian/source/
Replaced:
   pkg/aspell-ku/tags/0.20-0-5/debian/changelog
      - copied unchanged from r231, pkg/aspell-ku/trunk/debian/changelog
   pkg/aspell-ku/tags/0.20-0-5/debian/control
      - copied unchanged from r231, pkg/aspell-ku/trunk/debian/control
   pkg/aspell-ku/tags/0.20-0-5/debian/rules
      - copied unchanged from r231, pkg/aspell-ku/trunk/debian/rules

Copied: pkg/aspell-ku/tags/0.20-0-5/debian/changelog (from r231, pkg/aspell-ku/trunk/debian/changelog)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/aspell-ku/tags/0.20-0-5/debian/changelog	Sat Jul 30 17:08:05 2011	(r232, copy of r231, pkg/aspell-ku/trunk/debian/changelog)
@@ -0,0 +1,41 @@
+aspell-ku (0.20-0-5) unstable; urgency=low
+
+  * The make lintian happy upload:
+    - debhelper-but-no-misc-depends
+    - debian-rules-missing-recommended-target
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat, 30 Jul 2011 18:48:20 +0200
+
+aspell-ku (0.20-0-4) unstable; urgency=low
+
+  * debian/control:
+    - Re-add build dependency of aspell, so files' paths won't be messed up
+      as found out by some Ubuntu people (Closes: #452309).
+    - Move Homepage from a pseudo-header to a regular header.
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat, 01 Dec 2007 16:29:23 +0200
+
+aspell-ku (0.20-0-3) unstable; urgency=low
+
+  * New maintainer. (Closes: #351039)
+  * Use aspell-autobuildhash in postinst to build the hash.
+  * debian/control:
+    - Split build depends to arch dependent / independent.
+    - Change standards version to 3.7.2 (no changes needed).
+    - Remove dependency in aspell.
+
+ -- Lior Kaplan <kaplan at debian.org>  Fri,  6 Oct 2006 16:38:00 +0200
+
+aspell-ku (0.20-0-2) unstable; urgency=low
+
+  * Fix info-aspell.
+
+ -- Christoph Berg <myon at debian.org>  Sun, 23 Oct 2005 17:34:24 +0200
+
+aspell-ku (0.20-0-1) unstable; urgency=low
+
+  * Initial release (Closes: #334741).
+
+ -- Christoph Berg <myon at debian.org>  Wed, 19 Oct 2005 19:08:35 +0200
+

Copied: pkg/aspell-ku/tags/0.20-0-5/debian/control (from r231, pkg/aspell-ku/trunk/debian/control)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/aspell-ku/tags/0.20-0-5/debian/control	Sat Jul 30 17:08:05 2011	(r232, copy of r231, pkg/aspell-ku/trunk/debian/control)
@@ -0,0 +1,16 @@
+Source: aspell-ku
+Section: text
+Priority: optional
+Maintainer: Debian Arabic Packaging Team <debian-arabic-packages at lists.alioth.debian.org>
+Uploaders: Lior Kaplan <kaplan at debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: aspell, dictionaries-common-dev (>= 0.70.2)
+Standards-Version: 3.9.2
+Homepage: https://sourceforge.net/projects/myspellkurdish/
+
+Package: aspell-ku
+Architecture: all
+Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.70.2), ${misc:Depends} 
+Provides: aspell-dictionary
+Description: Kurdish dictionary for aspell
+ This package contains the Kurdish dictionary for the aspell spell checker.

Copied: pkg/aspell-ku/tags/0.20-0-5/debian/rules (from r231, pkg/aspell-ku/trunk/debian/rules)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ pkg/aspell-ku/tags/0.20-0-5/debian/rules	Sat Jul 30 17:08:05 2011	(r232, copy of r231, pkg/aspell-ku/trunk/debian/rules)
@@ -0,0 +1,64 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+BASEDIR=`pwd`/debian/aspell-ku
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure
+	touch $@
+
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
+
+build-stamp: configure-stamp
+	dh_testdir
+	gzip -9 < ku.cwl > ku.cwl.gz
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f ku.cwl.gz Makefile
+	rm -f build-stamp configure-stamp
+	dh_clean
+
+install: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) DESTDIR=$(BASEDIR) rws_files= install
+	gzip -9c ku.cwl > $(BASEDIR)/usr/share/aspell/ku.cwl.gz
+	touch $(BASEDIR)/var/lib/aspell/ku.compat
+	touch $(BASEDIR)/var/lib/aspell/ku.rws
+	echo ku >> $(BASEDIR)/usr/share/aspell/ku.contents
+	dh_install
+	dh_link
+	installdeb-aspell
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs
+	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