[debhelper-devel] [debhelper] 01/01: Dh_Getopt: Add a sort

Niels Thykier nthykier at moszumanska.debian.org
Sun Jun 4 15:59:06 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 5be32bf1a9b24a69017ee2780213a81fb003bfb6
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jun 4 15:58:01 2017 +0000

    Dh_Getopt: Add a sort
---
 Debian/Debhelper/Dh_Getopt.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index efcfd60..afc3611 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -281,7 +281,7 @@ sub parseopts {
 			for my $pkg (getpackages()) {
 				$archs{package_declared_arch($pkg)} = 1;
 			}
-			warning("No packages to build. Architecture mismatch: " . buildarch() . ", want: " . join(" ", keys %archs));
+			warning("No packages to build. Architecture mismatch: " . buildarch() . ", want: " . join(" ", sort keys %archs));
 		}
 		exit(0);
 	}

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