[debhelper-devel] [debhelper] 01/01: dh_builddeb: Remove unused function

Niels Thykier nthykier at moszumanska.debian.org
Thu Sep 21 19:07:05 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit fd87546d4dc4db0a0584cbfee3f73b977dd16b99
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Sep 21 19:06:00 2017 +0000

    dh_builddeb: Remove unused function
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_builddeb | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/dh_builddeb b/dh_builddeb
index 6015729..358faba 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -70,17 +70,6 @@ else {
 	$dh{FILENAME}="/$dh{FILENAME}";
 }
 
-sub default_compressor_args {
-	my ($default_comp, @args) = @_;
-
-	for my $arg (@args) {
-		# Explicit compressor arg given
-		return @args if $arg =~ m/^-Z/;
-	}
-
-	return (@{$default_comp}, @args);
-}
-
 sub build_and_rename_deb {
 	my ($package, $destdir, $cmd, $rename_sub) = @_;
 	my $build_dir = "debian/.debhelper/scratch-space/build-${package}";

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




More information about the debhelper-devel mailing list