[boxer] 10/33: Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004.

Jonas Smedegaard dr at jones.dk
Sun Nov 5 18:28:17 UTC 2017


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

js pushed a commit to annotated tag debian/1.1.5-1
in repository boxer.

commit 5083de205b31d29a7d644ee73bc9d36f9e473fd6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jul 3 12:13:03 2016 +0200

    Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004.
---
 lib/Boxer/Task/Serialize.pm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/Boxer/Task/Serialize.pm b/lib/Boxer/Task/Serialize.pm
index 330069b..94c3076 100644
--- a/lib/Boxer/Task/Serialize.pm
+++ b/lib/Boxer/Task/Serialize.pm
@@ -228,13 +228,6 @@ sub run
 		pkgautolist => $pkgautolist,
 	);
 
-	# TODO: drop this when fixed boxer-data is in common use
-	if ( $vars{tweaklist} =~ s,__PKGAUTOLIST__,$pkgautolist, ) {
-		$self->_logger->warning(
-			'Embedding __PKGAUTOLIST__ in tweaks is deprecated');
-		$vars{pkgautolist} = undef;
-	}
-
 	my %altvars = %vars;
 	$altvars{tweaklist} =~ s,chroot\s+/target\s+,,g;
 	$altvars{tweaklist} =~ s,/target/,/,g;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/boxer.git



More information about the Pkg-perl-cvs-commits mailing list