[Pkg-cli-common-commits] [cli-common] 01/01: Add missing need_dot_net_4_5 variable declaration to dh_clideps

Christopher Halse Rogers raof-guest at alioth.debian.org
Mon Oct 28 00:24:37 UTC 2013


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

raof-guest pushed a commit to branch master
in repository cli-common.

commit 0f940d70f96696559f22fa077c797808b6a86805
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Mon Oct 28 11:24:15 2013 +1100

    Add missing need_dot_net_4_5 variable declaration to dh_clideps
---
 dh_clideps |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dh_clideps b/dh_clideps
index e71c506..7c55335 100755
--- a/dh_clideps
+++ b/dh_clideps
@@ -277,6 +277,7 @@ our $needs_net_1_0;
 our $needs_net_2_0;
 our $needs_net_2_1;
 our $needs_net_4_0;
+our $needs_net_4_5;
 my $failure = 0;
 
 foreach my $package (@{$dh{DOPACKAGES}}) {

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



More information about the Pkg-cli-common-commits mailing list