[Glibc-bsd-commits] r4398 - trunk/freebsd-quota/debian

Guillem Jover guillem at alioth.debian.org
Wed May 1 15:29:49 UTC 2013


Author: guillem
Date: 2013-05-01 15:29:48 +0000 (Wed, 01 May 2013)
New Revision: 4398

Modified:
   trunk/freebsd-quota/debian/changelog
   trunk/freebsd-quota/debian/rules
Log:
Rename build target to build-arch to make it more accurate


Modified: trunk/freebsd-quota/debian/changelog
===================================================================
--- trunk/freebsd-quota/debian/changelog	2013-05-01 15:26:09 UTC (rev 4397)
+++ trunk/freebsd-quota/debian/changelog	2013-05-01 15:29:48 UTC (rev 4398)
@@ -3,6 +3,7 @@
   * Add missing freebsd-buildutils to Build-Depends.
   * Replace portmap Suggests with rpcbind.
   * Now using Standards-Version 3.9.4 (no changes needed).
+  * Rename build target to build-arch to make it more accurate.
 
  -- Guillem Jover <guillem at debian.org>  Wed, 01 May 2013 16:42:02 +0200
 

Modified: trunk/freebsd-quota/debian/rules
===================================================================
--- trunk/freebsd-quota/debian/rules	2013-05-01 15:26:09 UTC (rev 4397)
+++ trunk/freebsd-quota/debian/rules	2013-05-01 15:29:48 UTC (rev 4398)
@@ -27,7 +27,7 @@
 		-czf $(CURDIR)/../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)
 
-build:
+build-arch:
 	$(PMAKE) -C libexec/rpc.rquotad
 	$(PMAKE) -C sbin/quotacheck
 	$(PMAKE) -C usr.bin/quota




More information about the Glibc-bsd-commits mailing list