[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6563 - glibc-package/branches/glibc-2.21/debian/rules.d



Author: aurel32
Date: 2015-09-10 16:37:40 +0000 (Thu, 10 Sep 2015)
New Revision: 6563

Modified:
   glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk
Log:
debhelper: remove extra_debhelper_pkg_install

It's not used anymore


Modified: glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk	2015-09-10 15:57:23 UTC (rev 6562)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/debhelper.mk	2015-09-10 16:37:40 UTC (rev 6563)
@@ -38,9 +38,7 @@
 	    debian/$(curpass)/sbin/ldconfig;			\
 	fi
 
-	# extra_debhelper_pkg_install is used for debhelper.mk only.
 	# when you want to install extra packages, use extra_pkg_install.
-	$(call xx,extra_debhelper_pkg_install)
 	$(call xx,extra_pkg_install)
 
 ifeq ($(filter nostrip,$(DEB_BUILD_OPTIONS)),)


Reply to: