[Debian-arabic-packages] [svn] r228 - pkg/aspell-ar-large/trunk/debian

Lior Kaplan kaplan at alioth.debian.org
Sat Jul 30 16:25:11 UTC 2011


Author: kaplan
Date: Sat Jul 30 16:25:11 2011
New Revision: 228

Log:
* The make lintian happy upload
    - description-contains-homepage (Closes: #615332)
    - debian-rules-ignores-make-clean-error
    - debhelper-but-no-misc-depends
    - debian-rules-missing-recommended-target
    - copyright-with-old-dh-make-debian-copyright

Modified:
   pkg/aspell-ar-large/trunk/debian/changelog
   pkg/aspell-ar-large/trunk/debian/control
   pkg/aspell-ar-large/trunk/debian/copyright
   pkg/aspell-ar-large/trunk/debian/rules

Modified: pkg/aspell-ar-large/trunk/debian/changelog
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/changelog	Sat Jul 30 15:42:17 2011	(r227)
+++ pkg/aspell-ar-large/trunk/debian/changelog	Sat Jul 30 16:25:11 2011	(r228)
@@ -1,3 +1,14 @@
+aspell-ar-large (1.2-0-2) unstable; urgency=low
+
+  * The make lintian happy upload
+    - description-contains-homepage (Closes: #615332)
+    - debian-rules-ignores-make-clean-error
+    - debhelper-but-no-misc-depends
+    - debian-rules-missing-recommended-target
+    - copyright-with-old-dh-make-debian-copyright
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat, 30 Jul 2011 17:50:42 +0200
+
 aspell-ar-large (1.2-0-1) unstable; urgency=low
 
   * Initial release (Closes: #391638)

Modified: pkg/aspell-ar-large/trunk/debian/control
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/control	Sat Jul 30 15:42:17 2011	(r227)
+++ pkg/aspell-ar-large/trunk/debian/control	Sat Jul 30 16:25:11 2011	(r228)
@@ -5,11 +5,12 @@
 Uploaders: Lior Kaplan <kaplan at debian.org>, Mohammed Sameer <debian at foolab.org>
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: aspell (>= 0.60.4), dictionaries-common-dev (>= 0.70.2)
-Standards-Version: 3.7.2
+Standards-Version: 3.9.2
+Homepage: http://ftp.gnu.org/gnu/aspell/dict/ar/
 
 Package: aspell-ar-large
 Architecture: all
-Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.9.1)
+Depends: aspell (>= 0.60.4), dictionaries-common (>= 0.9.1), ${misc:Depends}
 Provides: aspell-dictionary
 Description: Large Arabic dictionary for aspell
  This is a large Arabic dictionary for Aspell by Google. The original word list
@@ -18,5 +19,3 @@
  .
  This package is huge so you might experience some performance degradation 
  with aspell.
- .
-  Homepage: http://ftp.gnu.org/gnu/aspell/dict/ar/

Modified: pkg/aspell-ar-large/trunk/debian/copyright
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/copyright	Sat Jul 30 15:42:17 2011	(r227)
+++ pkg/aspell-ar-large/trunk/debian/copyright	Sat Jul 30 16:25:11 2011	(r228)
@@ -3,11 +3,13 @@
 
 It was downloaded from ftp://ftp.gnu.org/gnu/aspell/dict/ar/
 
-Upstream Author: Ethan Bradford <ethanrbradford at users.sourceforge.net>,
-                 Gokalp Yapici <alpy_seattle at users.sourceforge.net>
-
-Copyright: (c) 2006 Ethan Bradford <ethanrbradford at users.sourceforge.net>,
-                    Gokalp Yapici <alpy_seattle at users.sourceforge.net>
+Upstream Authors: 
+   Ethan Bradford <ethanrbradford at users.sourceforge.net>
+   Gokalp Yapici <alpy_seattle at users.sourceforge.net>
+
+Copyright: 
+   2006 Ethan Bradford <ethanrbradford at users.sourceforge.net>
+        Gokalp Yapici <alpy_seattle at users.sourceforge.net>
 
 License:
 
@@ -28,8 +30,8 @@
 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, Mohammed Sameer <debian at foolab.org> and
-is licensed under the GPL, see above.
+The Debian packaging is Copyright 2006 Mohammed Sameer <debian at foolab.org>, 
+2011 Lior Kaplan <kaplan at debian.org> and is licensed under the GPL, see above.
 
 
 This dictionary is based on the Buckwalter Arabic Morphological Analyzer

Modified: pkg/aspell-ar-large/trunk/debian/rules
==============================================================================
--- pkg/aspell-ar-large/trunk/debian/rules	Sat Jul 30 15:42:17 2011	(r227)
+++ pkg/aspell-ar-large/trunk/debian/rules	Sat Jul 30 16:25:11 2011	(r228)
@@ -23,8 +23,13 @@
 	touch configure-stamp
 	touch patch
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
+
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
@@ -35,7 +40,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f Makefile
 	rm -f patch
 	rm -f ar-large.cwl



More information about the Debian-arabic-packages mailing list