diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3b8c5b0..52eed2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low +libappindicator (12.10.9-0ubuntu1~mtrudel1) raring; urgency=low * debian/control: - Update style: use trailing commas at the end of dependency lists. diff --git a/debian/rules b/debian/rules index 8512858..f33046b 100755 --- a/debian/rules +++ b/debian/rules @@ -73,6 +73,8 @@ override_dh_install: override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: + ps -ef + env dh_auto_test --builddirectory=build/$* -- @@ -80,6 +82,8 @@ dotest-gtk2: $(PY_VERSIONS:%=dotestgtk2-%) # GTK2 flavor test was run on a per-python-version basis. dotestgtk2-%: + ps -ef + env PYTHON=`which $*` \ dh_auto_test --builddirectory=build/gtk2 -- |