aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* sync with trunk to fix merge conflictCharles Kerr2013-07-011-0/+6
|\
| * Backport the changelog entry, from the recent manual upload, back to trunkSebastien Bacher2013-07-011-0/+6
| |
* | bump the glib prerequisite in CMakeLists.txt and debian/control to the first ↵Charles Kerr2013-07-011-1/+1
| | | | | | | | stable version number containing the features we need (2.36). It had been a beta (2.35.x) for historical reasons.
* | in debian/control, remove unneeded Build-Depends dh-autoreconf (this package ↵Charles Kerr2013-06-291-2/+0
| | | | | | | | uses cmake now) and gnome-doc-utils (we don't generate gtkdoc for i-session)
* | add dbus to the dependency list, we need a dbus-daemon for GTestDBus to spawnCharles Kerr2013-06-281-0/+1
| |
* | no no need to pass libexecdir manually into dh_uato_configureCharles Kerr2013-06-281-7/+1
| |
* | add cmake to the debian control list; alphabetize the entriesCharles Kerr2013-06-281-5/+4
| |
* | sync with trunk to resolve conflictsCharles Kerr2013-06-282-2/+53
|\|
| * Releasing 12.10.5daily13.06.19-0ubuntu1, based on r393Automatic PS uploader2013-06-191-0/+13
| |
| * recommend gnome-screensaverJeremy Bicha2013-06-141-1/+2
| |
| * Releasing 12.10.5daily13.05.06.1-0ubuntu1, based on r390Automatic PS uploader2013-05-061-2/+6
| |
| * Merge trunk, fix up changelogIain Lane2013-05-031-3/+7
| |\
| | * Releasing 12.10.5daily13.05.02-0ubuntu1, based on r388Automatic PS uploader2013-05-021-0/+6
| | |
| * | Remove upower dependency and depend on systemd-services.Iain Lane2013-05-022-1/+9
| |/
| * Releasing 12.10.5daily13.03.08-0ubuntu1, based on r386Automatic PS uploader2013-03-081-0/+10
| |
| * Releasing 12.10.5daily13.03.06-0ubuntu1, based on r384Automatic PS uploader2013-03-061-0/+11
| |
* | remove unnecessary dependencies from debian/controlCharles Kerr2013-04-181-7/+1
|/
* Releasing 12.10.5daily13.01.25-0ubuntu1, based on r382Automatic PS uploader2013-01-251-2/+14
|
* Add libxorg-gtest-dev to Build-Depends.Mathieu Trudel-Lapierre2013-01-222-0/+2
|
* Remove the uses of deprecated g_type_init().Mathieu Trudel-Lapierre2013-01-221-1/+1
|
* Add comment in debian/tests/control for the reason why tests are disabled.Mathieu Trudel-Lapierre2013-01-161-1/+3
|
* debian/control: temporarily comment out the XS-Testsuite entry to disableMathieu Trudel-Lapierre2013-01-152-1/+3
| | | | autopkgtest until the tests really work properly.
* Add polkit to autopkgtest dependsMathieu Trudel-Lapierre2013-01-152-1/+2
|
* Rename localcheck to integrationcheck; update autopkgtest test.Mathieu Trudel-Lapierre2013-01-141-4/+12
|
* - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2013-01-104-0/+24
|\ | | | | | | | | | | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control. * Move TestCanStartService into a separate make target "localcheck"; so that the other tests can successfully run, and this one be used as an integration check.
| * - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2012-12-064-0/+12
| | | | | | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control.
| * Move TestCanStartService into a separate make target "localcheck"; so thatMathieu Trudel-Lapierre2012-12-051-0/+3
| | | | | | | | | | the other tests can successfully run, and this one be used as an integration check.
* | typoDidier Roche2012-12-051-1/+1
| |
* | run tests not under fakeroot for dbus tests (which don't seem to be able toDidier Roche2012-12-052-0/+8
|/ | | | run easily under dbus-test-runner)
* add the launchpad bug number to the polkit+packagekit entry in debian/changelogCharles Kerr2012-11-301-1/+1
|
* fix tyopCharles Kerr2012-11-301-1/+1
|
* remove unused polkit dependencyCharles Kerr2012-11-302-2/+2
|
* remove unused packagekit dependencyCharles Kerr2012-11-302-2/+2
|
* clean deprecated Build-Depends on gconf and dbusglibSebastien Bacher2012-11-302-3/+6
|
* re-enable the tests/ directoryCharles Kerr2012-11-163-9/+1
|
* bootstrap daily upload changelog message.Mathieu Trudel-Lapierre2012-11-151-0/+7
|
* Explicitly list libgtest-dev in Build-Depends, even though it does getMathieu Trudel-Lapierre2012-11-152-0/+3
| | | | pulled in via libxorg-gtest-dev.
* Temporarily disable running tests due to an issue with getting theMathieu Trudel-Lapierre2012-11-152-0/+5
| | | | gsettings schema for testing.
* Add libdbustest1-dev, dbus-test-runner to Build-Depends.Mathieu Trudel-Lapierre2012-11-152-1/+2
|
* Add libdbustest1-dev to Build-Depends.Mathieu Trudel-Lapierre2012-11-152-0/+2
|
* Remove extra # typo in uploaders comment in debian/control.Mathieu Trudel-Lapierre2012-11-141-1/+1
|
* Add gnome-common to Build-Depends.Mathieu Trudel-Lapierre2012-11-142-0/+2
|
* Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders.Mathieu Trudel-Lapierre2012-11-142-2/+6
|
* Reorganize Build-Depends, put build-system items (intltool, libxorg-gtest-dev)Mathieu Trudel-Lapierre2012-11-141-2/+2
| | | | | nearer to the top.
* * debian/control:Mathieu Trudel-Lapierre2012-11-142-2/+6
| | | | | - Add dh-autoreconf to Build-Depends. - Adjust style to be consistent and use trailing commas in lists.
* * debian/rules:Mathieu Trudel-Lapierre2012-11-142-1/+15
| | | | | | - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. - Use the dh sequencer with autoreconf. - Override dh_autoreconf to run autogen.sh.
* releasing version 12.10.4-0ubuntu1Sebastien Bacher2012-10-031-2/+2
|
* New upstream release.Sebastien Bacher2012-10-031-0/+6
|\
* | releasing version 12.10.3-0ubuntu1Ken VanDine2012-09-191-0/+9
|\|
* | releasing version 12.10.2-0ubuntu3Didier Roche2012-09-131-1/+1
| |