[debhelper-devel] [debhelper] 14/21: Remove duplicate additions to @installed_units

Niels Thykier nthykier at moszumanska.debian.org
Fri Oct 13 18:27:21 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 4d8cf64de4a65f3cd99de6529028f2415ca3fdd7
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Oct 9 19:51:47 2017 -0300

    Remove duplicate additions to @installed_units
---
 dh_installsystemd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dh_installsystemd b/dh_installsystemd
index b57b7e4..383a7bb 100755
--- a/dh_installsystemd
+++ b/dh_installsystemd
@@ -241,7 +241,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 			} else {
 				push @installed_units, $name;
 			}
-			push @installed_units, $name;
 		},
 		no_chdir => 1,
 	}, "${tmpdir}/lib/systemd/system") if -d "${tmpdir}/lib/systemd/system";

-- 
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