[debian-edu-commits] r80163 - branches/wheezy/debian-edu-config/debian
holger at alioth.debian.org
holger at alioth.debian.org
Mon May 20 13:24:44 UTC 2013
Author: holger
Date: 2013-05-20 13:24:44 +0000 (Mon, 20 May 2013)
New Revision: 80163
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/debian/rules
Log:
debian/rules: add build-arch and build-indep targets.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-05-20 13:10:52 UTC (rev 80162)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-05-20 13:24:44 UTC (rev 80163)
@@ -1,3 +1,9 @@
+debian-edu-config (1.705~svn80139) UNRELEASED; urgency=low
+
+ * debian/rules: add build-arch and build-indep targets.
+
+ -- Holger Levsen <holger at debian.org> Mon, 20 May 2013 15:24:21 +0200
+
debian-edu-config (1.705~svn80138) unstable; urgency=low
[ Petter Reinholdtsen ]
Modified: branches/wheezy/debian-edu-config/debian/rules
===================================================================
--- branches/wheezy/debian-edu-config/debian/rules 2013-05-20 13:10:52 UTC (rev 80162)
+++ branches/wheezy/debian-edu-config/debian/rules 2013-05-20 13:24:44 UTC (rev 80163)
@@ -6,7 +6,10 @@
DESTDIR=`pwd`/debian/debian-edu-config
-build:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
$(checkdir)
$(MAKE) CFLAGS="-O2 -g -Wall"
@@ -61,4 +64,4 @@
$(checkdir)
test root = "`whoami`"
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: build build-arch build-indep binary binary-arch binary-indep clean checkroot
More information about the debian-edu-commits
mailing list