zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #04313
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 325: Include Python tests in tarball. Change version number to include ~alpha.
------------------------------------------------------------
revno: 325
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Sat 2011-10-29 16:01:50 +0200
message:
Include Python tests in tarball. Change version number to include ~alpha.
modified:
.bzrignore
configure.ac
test/dbus/Makefile.am
--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file '.bzrignore'
--- .bzrignore 2011-10-29 13:31:12 +0000
+++ .bzrignore 2011-10-29 14:01:50 +0000
@@ -50,3 +50,4 @@
src/zeitgeist-engine.h
extensions/fts-python/org.gnome.zeitgeist.fts.service
py-compile
+extra/python/_ontology.py
=== modified file 'configure.ac'
--- configure.ac 2011-10-29 13:31:12 +0000
+++ configure.ac 2011-10-29 14:01:50 +0000
@@ -1,4 +1,4 @@
-AC_INIT([bluebird], [0.8.99], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [bluebird])
+AC_INIT([bluebird], [0.8.99~alpha1], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [bluebird])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2])
=== modified file 'test/dbus/Makefile.am'
--- test/dbus/Makefile.am 2011-08-03 16:34:13 +0000
+++ test/dbus/Makefile.am 2011-10-29 14:01:50 +0000
@@ -1,6 +1,12 @@
NULL =
EXTRA_DIST = \
+ blacklist-test.py \
+ dsr-test.py \
+ engine-test.py \
+ monitor-test.py \
+ remote-test.py \
+ testutils.py \
$(NULL)
DISTCLEANFILES = \