[pkg-apparmor] [apparmor-profiles-extra] 01/02: Make build reproducible.
Felix Geyer
fgeyer at moszumanska.debian.org
Tue Apr 5 19:51:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository apparmor-profiles-extra.
commit fef58bbf9c34a173b5ad97445d53c11dbe4fec04
Author: Felix Geyer <fgeyer at debian.org>
Date: Tue Apr 5 21:49:36 2016 +0200
Make build reproducible.
Sort list of profiles.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b61c412..897af90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
PROFILES_DIR = $(CURDIR)/profiles
-PROFILES = $(shell find $(PROFILES_DIR) -type f -maxdepth 1)
+PROFILES = $(shell find $(PROFILES_DIR) -type f -maxdepth 1 | LC_ALL=C sort)
PROFILE_NAMES = $(notdir $(PROFILES))
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/apparmor-profiles-extra.git
More information about the pkg-apparmor-team
mailing list