gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-46


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-467-g9c39431
Date: Wed, 17 Apr 2013 14:54:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  9c39431995f4091c24781ad8f5a72617baec8dee (commit)
      from  f8fba7d43803e1062aa9c375c6b0f91410937228 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=9c39431995f4091c24781ad8f5a72617baec8dee


commit 9c39431995f4091c24781ad8f5a72617baec8dee
Author: Daniele Forsi <address@hidden>
Date:   Wed Apr 17 16:27:00 2013 +0200

    Rename files to have 2 digits in names and sort the list
    
    This way it's easier to check what is missing from EXTRA_DIST.

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 0307a88..f649c65 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -1,7 +1,9 @@
 SUBDIRS = data
 
 EXTRA_DIST =                   \
-       out.0.identify          \
+       out.00.identify         \
+       out.01.sms              \
+       out.02.concatsms        \
        out.10.oplogo           \
        out.11.ringtone         \
        out.12.picture          \
@@ -12,12 +14,12 @@ EXTRA_DIST =                        \
        out.17.picture2         \
        out.18.emsanimation     \
        out.19.emspicture3      \
-       out.1.sms               \
        out.26.cimelody         \
        out.27.cimelody2        \
        out.28.cemsanimation    \
-       out.2.concatsms         \
-       test.0.identify         \
+       test.00.identify        \
+       test.01.sms             \
+       test.02.concatsms       \
        test.10.oplogo          \
        test.11.ringtone        \
        test.12.picture         \
@@ -28,11 +30,9 @@ EXTRA_DIST =                         \
        test.17.picture2        \
        test.18.emsanimation    \
        test.19.emspicture3     \
-       test.1.sms              \
        test.26.cimelody        \
        test.27.cimelody2       \
        test.28.cemsanimation   \
-       test.2.concatsms        \
        testit
 
 check: $(EXTRA_DIST)
@@ -41,5 +41,4 @@ check: $(EXTRA_DIST)
 noinst_PROGRAMS = dump-vcard
 dump_vcard_LDADD = $(top_builddir)/common/libgnokii.la
 dump_vcard_SOURCES = dump-vcard.c
-
-
+dump_vcard_CFLAGS = -I$(top_srcdir)/include
diff --git a/testsuite/out.0.identify b/testsuite/out.00.identify
similarity index 100%
rename from testsuite/out.0.identify
rename to testsuite/out.00.identify
diff --git a/testsuite/out.1.sms b/testsuite/out.01.sms
similarity index 100%
rename from testsuite/out.1.sms
rename to testsuite/out.01.sms
diff --git a/testsuite/out.1.writephonebook b/testsuite/out.01.writephonebook
similarity index 100%
rename from testsuite/out.1.writephonebook
rename to testsuite/out.01.writephonebook
diff --git a/testsuite/out.2.concatsms b/testsuite/out.02.concatsms
similarity index 100%
rename from testsuite/out.2.concatsms
rename to testsuite/out.02.concatsms
diff --git a/testsuite/out.3.ucs2sms b/testsuite/out.03.ucs2sms
similarity index 100%
rename from testsuite/out.3.ucs2sms
rename to testsuite/out.03.ucs2sms
diff --git a/testsuite/out.8.send161sms b/testsuite/out.08.send161sms
similarity index 100%
rename from testsuite/out.8.send161sms
rename to testsuite/out.08.send161sms
diff --git a/testsuite/test.0.identify b/testsuite/test.00.identify
similarity index 100%
rename from testsuite/test.0.identify
rename to testsuite/test.00.identify
diff --git a/testsuite/test.1.sms b/testsuite/test.01.sms
similarity index 100%
rename from testsuite/test.1.sms
rename to testsuite/test.01.sms
diff --git a/testsuite/test.1.writephonebook b/testsuite/test.01.writephonebook
similarity index 100%
rename from testsuite/test.1.writephonebook
rename to testsuite/test.01.writephonebook
diff --git a/testsuite/test.2.concatsms b/testsuite/test.02.concatsms
similarity index 100%
rename from testsuite/test.2.concatsms
rename to testsuite/test.02.concatsms
diff --git a/testsuite/test.3.ucs2sms b/testsuite/test.03.ucs2sms
similarity index 100%
rename from testsuite/test.3.ucs2sms
rename to testsuite/test.03.ucs2sms
diff --git a/testsuite/test.8.send161sms b/testsuite/test.08.send161sms
similarity index 100%
rename from testsuite/test.8.send161sms
rename to testsuite/test.08.send161sms
diff --git a/testsuite/testit b/testsuite/testit
index 843f80d..22e39d4 100755
--- a/testsuite/testit
+++ b/testsuite/testit
@@ -22,15 +22,15 @@ cd $TESTDIR
 #   - test.17.picture2
 #   - test.26.cimelody
 #   - test.27.cimelody2
-for A in test.0.identify \
-       test.1.sms test.29.sendsms test.30.emptysms test.3.ucs2sms 
test.8.send161sms\
+for A in test.00.identify \
+       test.01.sms test.29.sendsms test.30.emptysms test.03.ucs2sms 
test.08.send161sms\
        test.33.send140sms8bit test.34.send141sms8bit \
        test.10.oplogo test.14.oplogo-xpm \
        test.11.ringtone \
        test.13.emspicture test.15.emspicture2 test.18.emsanimation \
        test.16.imelody \
        test.40.getsms test.41.getsms test.42.getsms test.43.getsms \
-       test.1.writephonebook; do
+       test.01.writephonebook; do
     echo -n "Doing $A... "
     B=`echo $A | sed s/test/out/`
     source $A 2>&1 | grep -v ^GNOKII | grep -v '^Doing operation' > my$B

-----------------------------------------------------------------------

Summary of changes:
 testsuite/Makefile.am                              |   15 +++++++--------
 testsuite/{out.0.identify => out.00.identify}      |    0
 testsuite/{out.1.sms => out.01.sms}                |    0
 ...{out.1.writephonebook => out.01.writephonebook} |    0
 testsuite/{out.2.concatsms => out.02.concatsms}    |    0
 testsuite/{out.3.ucs2sms => out.03.ucs2sms}        |    0
 testsuite/{out.8.send161sms => out.08.send161sms}  |    0
 testsuite/{test.0.identify => test.00.identify}    |    0
 testsuite/{test.1.sms => test.01.sms}              |    0
 ...est.1.writephonebook => test.01.writephonebook} |    0
 testsuite/{test.2.concatsms => test.02.concatsms}  |    0
 testsuite/{test.3.ucs2sms => test.03.ucs2sms}      |    0
 .../{test.8.send161sms => test.08.send161sms}      |    0
 testsuite/testit                                   |    6 +++---
 14 files changed, 10 insertions(+), 11 deletions(-)
 rename testsuite/{out.0.identify => out.00.identify} (100%)
 rename testsuite/{out.1.sms => out.01.sms} (100%)
 rename testsuite/{out.1.writephonebook => out.01.writephonebook} (100%)
 rename testsuite/{out.2.concatsms => out.02.concatsms} (100%)
 rename testsuite/{out.3.ucs2sms => out.03.ucs2sms} (100%)
 rename testsuite/{out.8.send161sms => out.08.send161sms} (100%)
 rename testsuite/{test.0.identify => test.00.identify} (100%)
 rename testsuite/{test.1.sms => test.01.sms} (100%)
 rename testsuite/{test.1.writephonebook => test.01.writephonebook} (100%)
 rename testsuite/{test.2.concatsms => test.02.concatsms} (100%)
 rename testsuite/{test.3.ucs2sms => test.03.ucs2sms} (100%)
 rename testsuite/{test.8.send161sms => test.08.send161sms} (100%)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]