diff --git a/debian/rules b/debian/rules
index b61c412aa3cd896a92c08af760e800532a15b41c..897af90dfb77b1d6a37b8da36d5e173d49649d8a 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))
 
 %: