aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-08-24 15:31:30 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-08-24 15:31:30 +0200
commitb698ad56e4b91d9426892f692d9025c639f133f2 (patch)
tree020d47180407bbe7abf991b913878e4946e531be /debian
parentdc9315fe2ddd1e09cacef208862f7dccdca7e607 (diff)
parenta1ad57994ebf3e7b4acbbe6b7df3d41377b49e6f (diff)
downloadayatana-indicator-session-b698ad56e4b91d9426892f692d9025c639f133f2.tar.gz
ayatana-indicator-session-b698ad56e4b91d9426892f692d9025c639f133f2.tar.bz2
ayatana-indicator-session-b698ad56e4b91d9426892f692d9025c639f133f2.zip
* Backported upstream fix for the testsuit
* debian/control: - build-depends on libxorg-gtest-dev * debian/rules: re-enable the tests
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control3
-rw-r--r--debian/rules3
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