[Pkg-debile-commits] [debile-web] 01/02: Add missing PREFIXES

Jon Severinsson jonno-guest at moszumanska.debian.org
Thu Mar 13 17:48:31 UTC 2014


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

jonno-guest pushed a commit to branch master
in repository debile-web.

commit 4e11ae9eca9228411fbd3a0911ed1b9fd46a4fc5
Author: Jon Severinsson <jon at severinsson.net>
Date:   Wed Mar 12 19:15:14 2014 +0100

    Add missing PREFIXES
---
 debileweb/blueprints/consts.py | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debileweb/blueprints/consts.py b/debileweb/blueprints/consts.py
index 145c92f..cdd3164 100644
--- a/debileweb/blueprints/consts.py
+++ b/debileweb/blueprints/consts.py
@@ -18,11 +18,13 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 # DEALINGS IN THE SOFTWARE.
 
-PREFIXES_DEFAULT = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e',
-                    'f', 'g', 'h', 'i', 'j', 'k', 'l', 'lib3', 'liba', 'libb',
-                    'libc', 'libd', 'libe', 'libf', 'libg', 'libh', 'libi',
-                    'libj', 'libk', 'libl', 'libm', 'libn', 'libo', 'libp',
-                    'libq', 'libr', 'libs', 'libt', 'libu', 'libv', 'libw',
-                    'libx', 'liby', 'libz', 'm', 'n', 'o', 'p', 'q', 'r', 's',
-                    't', 'u', 'v', 'w', 'x', 'y', 'z']
+PREFIXES = [
+    '0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
+    'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
+    'lib0', 'lib1', 'lib2', 'lib3', 'lib4', 'lib5', 'lib6', 'lib7', 'lib8',
+    'lib9', 'liba', 'libb', 'libc', 'libd', 'libe', 'libf', 'libg', 'libh',
+    'libi', 'libj', 'libk', 'libl', 'libm', 'libn', 'libo', 'libp', 'libq',
+    'libr', 'libs', 'libt', 'libu', 'libv', 'libw', 'libx', 'liby', 'libz',
+    'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'
+]
 

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



More information about the Pkg-debile-commits mailing list