[Reproducible-commits] [cdbs] 28/41: Drop unused variables cdbs_python_selected_pyversions DEB_DH_INSTALL_MENU_ARGS DEB_DH_INSTALLDEBCONF_ARGS DEB_DH_INSTALLCATALOGS_ARGS DEB_DH_INSTALLLOGROTATE_ARGS DEB_DH_INSTALLDEB_ARGS DEB_DH_LINTIAN_ARGS.

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch reproducible
in repository cdbs.

commit 4b52f76c9501fcbab514c903e5b7bb0d19d0e9f0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Aug 28 00:32:24 2014 +0200

    Drop unused variables cdbs_python_selected_pyversions DEB_DH_INSTALL_MENU_ARGS DEB_DH_INSTALLDEBCONF_ARGS DEB_DH_INSTALLCATALOGS_ARGS DEB_DH_INSTALLLOGROTATE_ARGS DEB_DH_INSTALLDEB_ARGS DEB_DH_LINTIAN_ARGS.
    
    Verified against <http://codesearch.debian.net>.
---
 1/class/python-vars.mk.in |  6 ------
 1/rules/debhelper.mk.in   | 11 ++---------
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/1/class/python-vars.mk.in b/1/class/python-vars.mk.in
index 39f416a..a8ba53c 100644
--- a/1/class/python-vars.mk.in
+++ b/1/class/python-vars.mk.in
@@ -260,12 +260,6 @@ $(if $(cdbs_pythonsystem_python3),\
 		$(error invalid setting for X-Python3-Version)))
 
 # deprecated variables
-cdbs_python_selected_pyversions = $(strip $(call cdbs_warn_deprecated,\
-	cdbs_python_selected_pyversions,0.4.90)\
-	$(if $(DEB_PYTHON_SYSTEM),\
-		$(shell if [ -e debian/pyversions ]; then \
-			cat debian/pyversions; \
-		fi)))
 cdbs_curpythonstem = $(strip $(call cdbs_warn_deprecated,\
 	cdbs_curpythonstem,0.5)\
 	$(if $(filter python3,$(call _cdbs_expand_python,$(cdbs_curpkg))),3))
diff --git a/1/rules/debhelper.mk.in b/1/rules/debhelper.mk.in
index ded76e5..13d149a 100644
--- a/1/rules/debhelper.mk.in
+++ b/1/rules/debhelper.mk.in
@@ -146,27 +146,20 @@ DEB_DH_STRIP_ARGS ?= $(cdbs_dbg_package_option)
 endif
 
 _cdbs_deprecated_vars += $(patsubst %,DEB_DH_INSTALL%_ARGS$(comma)0.4.85,\
-	_MENU _CRON INIT DEBCONF EMACSEN CATALOGS PAM LOGROTATE \
-	CHANGELOGS UDEV MIME DEB)
+	_CRON INIT EMACSEN PAM CHANGELOGS UDEV MIME)
 _cdbs_deprecated_vars += $(patsubst %,DEB_DH_%_ARGS$(comma)0.4.85,\
-	LINTIAN INSTALL STRIP COMPRESS FIXPERMS MD5SUMS BUILDDEB)
+	INSTALL STRIP COMPRESS FIXPERMS MD5SUMS BUILDDEB)
 _cdbs_deprecated_vars += $(patsubst %,DEB_%$(comma)0.4.85,\
 	UPDATE_RCD_PARAMS STRIP_EXCLUDE COMPRESS_EXCLUDE FIXPERMS_EXCLUDE)
-DEB_DH_INSTALL_MENU_ARGS_DEFAULT ?= $(DEB_DH_INSTALL_MENU_ARGS)
 DEB_DH_INSTALL_CRON_ARGS_DEFAULT ?= $(DEB_DH_INSTALL_CRON_ARGS)
 DEB_DH_SYSTEMD_ENABLE_ARGS_DEFAULT ?= $(DEB_DH_SYSTEMD_ENABLE_ARGS)
 DEB_DH_INSTALLINIT_ARGS_DEFAULT ?= $(DEB_DH_INSTALLINIT_ARGS)
 DEB_DH_SYSTEMD_START_ARGS_DEFAULT ?= $(DEB_DH_SYSTEMD_START_ARGS)
-DEB_DH_INSTALLDEBCONF_ARGS_DEFAULT ?= $(DEB_DH_INSTALLDEBCONF_ARGS)
 DEB_DH_INSTALLEMACSEN_ARGS_DEFAULT ?= $(DEB_DH_INSTALLEMACSEN_ARGS)
-DEB_DH_INSTALLCATALOGS_ARGS_DEFAULT ?= $(DEB_DH_INSTALLCATALOGS_ARGS)
 DEB_DH_INSTALLPAM_ARGS_DEFAULT ?= $(DEB_DH_INSTALLPAM_ARGS)
-DEB_DH_INSTALLLOGROTATE_ARGS_DEFAULT ?= $(DEB_DH_INSTALLLOGROTATE_ARGS)
 DEB_DH_INSTALLCHANGELOGS_ARGS_DEFAULT ?= $(DEB_DH_INSTALLCHANGELOGS_ARGS)
 DEB_DH_INSTALLUDEV_ARGS_DEFAULT ?= $(DEB_DH_INSTALLUDEV_ARGS)
 DEB_DH_INSTALLMIME_ARGS_DEFAULT ?= $(DEB_DH_INSTALLMIME_ARGS)
-DEB_DH_INSTALLDEB_ARGS_DEFAULT ?= $(DEB_DH_INSTALLDEB_ARGS)
-DEB_DH_LINTIAN_ARGS_DEFAULT ?= $(DEB_DH_LINTIAN_ARGS)
 DEB_DH_INSTALL_ARGS_DEFAULT ?= $(DEB_DH_INSTALL_ARGS)
 DEB_DH_STRIP_ARGS_DEFAULT ?= $(DEB_DH_STRIP_ARGS)
 DEB_DH_COMPRESS_ARGS_DEFAULT ?= $(DEB_DH_COMPRESS_ARGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list