[Pkg-mozext-commits] [nostalgy] 248/252: Sort 'files' output.

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:25:05 UTC 2016


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

taffit pushed a commit to branch master
in repository nostalgy.

commit 6dd4ec184f6bb1bbfa2518a18e590cd7dbc420af
Author: alainfrisch <alain at frisch.fr>
Date:   Fri Jun 10 09:39:01 2016 +0200

    Sort 'files' output.
---
 Makefile |  2 ++
 files    | 28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/Makefile b/Makefile
index 225a24d..cb4df6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
 pack:
 	./build.sh
+	sort files > files.sorted
+	mv files.sorted files
 
 clean:
 	rm -f nostalgy.jar nostalgy.xpi *~
diff --git a/files b/files
index 63b8aab..e23e507 100644
--- a/files
+++ b/files
@@ -1,24 +1,24 @@
-content/header_parser.js
+chrome.manifest
+components/nostalgy-autocomplete.js
+content/about.xhtml
 content/about.xul
-content/edit_rule.js
+content/composer.js
+content/composerOverlay.xul
 content/dummy_window.xul
-content/messageOverlay.xul
 content/edit_prefs.js
-content/nostalgy_keys.js
-content/composer.js
 content/edit_prefs.xul
-content/composerOverlay.xul
+content/edit_rule.js
+content/edit_rule.xul
 content/folders.js
-content/nfpredict.js
+content/header_parser.js
+content/messageOverlay.xul
 content/misc.js
+content/nfpredict.js
 content/nostalgy.js
-content/thunderbirdOverlay.xul
-content/edit_rule.xul
+content/nostalgy_keys.js
 content/sqlite.js
-content/about.xhtml
-locale/en-US/nostalgy.properties
-locale/en-US/nostalgy.dtd
+content/thunderbirdOverlay.xul
 defaults/preferences/nostalgy.js
-components/nostalgy-autocomplete.js
 install.rdf
-chrome.manifest
+locale/en-US/nostalgy.dtd
+locale/en-US/nostalgy.properties

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list