r898 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Thu May 3 10:19:35 UTC 2012


Author: waldi
Date: Thu May  3 10:19:33 2012
New Revision: 898

Log:
* debian/changelog: Update.
* debian/rules: Add build-arch and build-indep targets.

Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/rules

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	Thu May  3 10:13:55 2012	(r897)
+++ lvm2/trunk/debian/changelog	Thu May  3 10:19:33 2012	(r898)
@@ -2,6 +2,7 @@
 
   * Convert library packages to multi-arch.
   * Use dpkg buildflags support. (closes: #657523)
+  * Define build-arch and build-indep make targets.
 
  -- Bastian Blank <waldi at debian.org>  Thu, 03 May 2012 11:31:26 +0200
 

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	Thu May  3 10:13:55 2012	(r897)
+++ lvm2/trunk/debian/rules	Thu May  3 10:19:33 2012	(r898)
@@ -105,7 +105,9 @@
 		--disable-selinux
 	touch $@
 
-build: $(STAMPS_DIR)/build_deb $(STAMPS_DIR)/build_udeb
+build: build-arch build-indep
+build-arch: $(STAMPS_DIR)/build_deb $(STAMPS_DIR)/build_udeb
+build-indep:
 
 build_deb: $(STAMPS_DIR)/build_deb
 build_udeb: $(STAMPS_DIR)/build_udeb



More information about the pkg-lvm-commits mailing list