[Debian-hebrew-package] r944 - /pkg/culmus/trunk/debian/rules

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Tue Jan 31 22:08:38 UTC 2012


Author: kaplan
Date: Tue Jan 31 22:08:38 2012
New Revision: 944

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=944
Log:
Fix lintian warning debian-rules-missing-recommended-target

Modified:
    pkg/culmus/trunk/debian/rules

Modified: pkg/culmus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/culmus/trunk/debian/rules?rev=944&op=diff
==============================================================================
--- pkg/culmus/trunk/debian/rules (original)
+++ pkg/culmus/trunk/debian/rules Tue Jan 31 22:08:38 2012
@@ -18,8 +18,11 @@
 
 	touch configure-stamp
 
+build: build-arch build-indep
 
-build: build-stamp
+build-arch: build-stamp
+
+build-indep: build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir




More information about the Debian-hebrew-package mailing list