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

Lior Kaplan kaplan at alioth.debian.org
Sat Jul 30 14:22:32 UTC 2011


Author: kaplan
Date: Sat Jul 30 14:22:31 2011
New Revision: 222

Log:
- description-contains-homepage
- debhelper-but-no-misc-depends
- debian-rules-ignores-make-clean-error
- debian-rules-missing-recommended-target

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

Modified: pkg/aspell-ar/trunk/debian/changelog
==============================================================================
--- pkg/aspell-ar/trunk/debian/changelog	Fri Jul 29 13:39:40 2011	(r221)
+++ pkg/aspell-ar/trunk/debian/changelog	Sat Jul 30 14:22:31 2011	(r222)
@@ -1,3 +1,13 @@
+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
+
+ -- 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)

Modified: pkg/aspell-ar/trunk/debian/control
==============================================================================
--- pkg/aspell-ar/trunk/debian/control	Fri Jul 29 13:39:40 2011	(r221)
+++ pkg/aspell-ar/trunk/debian/control	Sat Jul 30 14:22:31 2011	(r222)
@@ -3,17 +3,16 @@
 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.7.2
+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)
+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.
- .
- Homepage: http://foolab.org/projects/arspell/

Modified: pkg/aspell-ar/trunk/debian/rules
==============================================================================
--- pkg/aspell-ar/trunk/debian/rules	Fri Jul 29 13:39:40 2011	(r221)
+++ pkg/aspell-ar/trunk/debian/rules	Sat Jul 30 14:22:31 2011	(r222)
@@ -13,8 +13,13 @@
 	./configure
 	touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
+
+build-stamp: configure
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
@@ -23,7 +28,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f Makefile
 	rm -f ar.rws
 	dh_clean



More information about the Debian-arabic-packages mailing list