[Debian-hebrew-package] r920 - /pkg/hocr/trunk/debian/rules

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Mon Jul 25 22:42:17 UTC 2011


Author: kaplan
Date: Mon Jul 25 22:42:16 2011
New Revision: 920

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=920
Log:
Make lintian happy (debian-rules-missing-recommended-target)

Modified:
    pkg/hocr/trunk/debian/rules

Modified: pkg/hocr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/rules?rev=920&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/rules (original)
+++ pkg/hocr/trunk/debian/rules Mon Jul 25 22:42:16 2011
@@ -38,7 +38,12 @@
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
+
 build-stamp:  config.status
 	dh_testdir
 




More information about the Debian-hebrew-package mailing list