[debian-edu-commits] r80158 - branches/wheezy/debian-edu-install/debian

holger at alioth.debian.org holger at alioth.debian.org
Mon May 20 12:40:44 UTC 2013


Author: holger
Date: 2013-05-20 12:40:43 +0000 (Mon, 20 May 2013)
New Revision: 80158

Modified:
   branches/wheezy/debian-edu-install/debian/changelog
   branches/wheezy/debian-edu-install/debian/rules
Log:
debian/rules: add build-arch: and build-indep: targets.

Modified: branches/wheezy/debian-edu-install/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-install/debian/changelog	2013-05-20 12:28:02 UTC (rev 80157)
+++ branches/wheezy/debian-edu-install/debian/changelog	2013-05-20 12:40:43 UTC (rev 80158)
@@ -1,3 +1,9 @@
+debian-edu-install (1.711~svn80158) UNRELEASED; urgency=low
+
+  * debian/rules: add build-arch: and build-indep: targets.
+
+ -- Holger Levsen <holger at debian.org>  Mon, 20 May 2013 14:37:07 +0200
+
 debian-edu-install (1.710) unstable; urgency=low
 
   [ Wolfgang Schweer ]

Modified: branches/wheezy/debian-edu-install/debian/rules
===================================================================
--- branches/wheezy/debian-edu-install/debian/rules	2013-05-20 12:28:02 UTC (rev 80157)
+++ branches/wheezy/debian-edu-install/debian/rules	2013-05-20 12:40:43 UTC (rev 80158)
@@ -22,7 +22,10 @@
 REPORTBUGUDEBFILENAME=$(REPORTBUGUDEB)_$(VERSION)_$(ARCH).udeb
 PROFILEUDEBFILENAME=$(PROFILEUDEB)_$(VERSION)_$(ARCH).udeb
 
-build:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
 	$(MAKE)
 
 clean:
@@ -120,4 +123,4 @@
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build-arch build-indep build clean binary-indep binary-arch binary install configure




More information about the debian-edu-commits mailing list