diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/rules | 3 |
3 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index fe2e60e..8477b3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-session (12.10.1-0ubuntu2) UNRELEASED; urgency=low + + * Backported upstream fix for the testsuit + * debian/control: + - build-depends on libxorg-gtest-dev + * debian/rules: re-enable the tests + + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 24 Aug 2012 15:20:59 +0200 + indicator-session (12.10.1-0ubuntu1) quantal; urgency=low * New upstream release: diff --git a/debian/control b/debian/control index 60f1bc3..232148f 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 9), libdbusmenu-gtk3-dev (>= 0.5.90), libpackagekit-glib2-dev, libpolkit-gobject-1-dev, - intltool + intltool, + libxorg-gtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu diff --git a/debian/rules b/debian/rules index d010d87..2041132 100644 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ %: dh $@ --with translations -override_dh_auto_test: - echo "Disabling tests until they are fixed" - override_dh_install: find debian/indicator-session/usr/lib -name *.la -delete find debian/indicator-session/usr/lib -name *.a -delete |