[Glibc-bsd-commits] r5020 - trunk/ufsutils/debian

Guillem Jover guillem at alioth.debian.org
Wed Oct 9 05:53:07 UTC 2013


Author: guillem
Date: 2013-10-09 05:53:07 +0000 (Wed, 09 Oct 2013)
New Revision: 5020

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/rules
Log:
Add install and install-indep targets for consistency

Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2013-10-09 05:53:02 UTC (rev 5019)
+++ trunk/ufsutils/debian/changelog	2013-10-09 05:53:07 UTC (rev 5020)
@@ -12,6 +12,7 @@
   * Remove packaging history from debian/copyright.
   * Switch to the libbsd-overlay.
     - Remove sys/endian.h local header now provided by libbsd.
+  * Add install and install-indep targets for consistency.
 
  -- Robert Millan <rmh at debian.org>  Thu, 08 Dec 2011 13:40:32 +0100
 

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2013-10-09 05:53:02 UTC (rev 5019)
+++ trunk/ufsutils/debian/rules	2013-10-09 05:53:07 UTC (rev 5020)
@@ -65,6 +65,8 @@
 
 	dh_clean
 
+install-indep:
+
 install-arch: build-arch
 	dh_testdir
 	dh_testroot
@@ -77,8 +79,10 @@
 
 	$(MAKE) install DESTDIR=$(DESTDIR) prefix=/usr exec_prefix=/
 
-.PHONY: clean install-arch
+install: install-indep install-arch
 
+.PHONY: clean install-indep install-arch install
+
 # Build architecture-independent files here.
 binary-indep:
 	# Nothing to do.




More information about the Glibc-bsd-commits mailing list