aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove entry about disabling tests for documentation: they're fixed.Mathieu Trudel-Lapierre2012-12-102-9/+0
|
* Fix gtkdoc tests and building of the documentation given a separate buildMathieu Trudel-Lapierre2012-12-106-249/+14
|\ | | | | | | directory.
| * update our use of gtk-doc from 1.9 to 1.18.Charles Kerr2012-11-305-248/+11
| |
* | Re-enable docsMathieu Trudel-Lapierre2012-12-071-2/+2
| |
* | Add reference to the bug we're waiting for a fix for; re: gtk-doc ↵Mathieu Trudel-Lapierre2012-12-061-0/+2
| | | | | | | | completeness, missing links and undocumented symbols
* | Temporarily disable gtk-doc completeness tests until they can be fixed.Mathieu Trudel-Lapierre2012-12-062-4/+11
| |
* | Adding a custom clean rule to the inline packaging.Ted Gould2012-12-051-0/+4
|\ \
| * | Trying to be more directTed Gould2012-12-041-1/+1
| | |
| * | Going with just dh_cleanTed Gould2012-12-041-1/+1
| | |
| * | Making it so that clean doesn't have cli in itTed Gould2012-12-041-0/+4
| | |
* | | Inline packagingMathieu Trudel-Lapierre2012-12-0520-0/+1288
|\| | | |/ |/|
| * Properly disable tests for gtk2 and gtk3, not the gtk2 build.Mathieu Trudel-Lapierre2012-11-302-6/+6
| |
| * Temporarily disable GTK2 tests.Mathieu Trudel-Lapierre2012-11-302-2/+3
| |
| * More shuffling around of Build-Depends.Mathieu Trudel-Lapierre2012-11-271-7/+7
| |
| * Add xvfb to Build-Depends.Mathieu Trudel-Lapierre2012-11-262-0/+2
| |
| * Override dh_auto_test to run tests per-flavor.Mathieu Trudel-Lapierre2012-11-262-0/+13
| |
| * Add a Pre-Depends on multiarch-support for libappindicator(3-)7.Mathieu Trudel-Lapierre2012-11-262-0/+3
| |
| * Override dh_autoreconf to run autogen.sh and not call configure.Mathieu Trudel-Lapierre2012-11-262-0/+4
| |
| * Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.Mathieu Trudel-Lapierre2012-11-262-0/+3
| |
| * Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.Mathieu Trudel-Lapierre2012-11-262-1/+6
| |
| * Drop old Conflicts, Replaces, Provides for old unsupported upgrade paths.Mathieu Trudel-Lapierre2012-11-262-8/+1
| |
| * * debian/*.install:Mathieu Trudel-Lapierre2012-11-2611-19/+21
| | | | | | | | - Update paths for multiarch and for use with dh9 (remove debian/tmp...)
| * * debian/rules:Mathieu Trudel-Lapierre2012-11-262-112/+54
| | | | | | | | - Convert from cdbs to debhelper 9.
| * Drop Build-Depends on cdbs.Mathieu Trudel-Lapierre2012-11-262-1/+1
| |
| * debian/compat: bump to compat level 9.Mathieu Trudel-Lapierre2012-11-262-1/+2
| |
| * Bump Build-Depends on debhelper to (>= 9).Mathieu Trudel-Lapierre2012-11-262-1/+2
| |
| * Reorganize Build-Depends for clarity.Mathieu Trudel-Lapierre2012-11-262-10/+11
| |
| * * debian/control:Mathieu Trudel-Lapierre2012-11-262-19/+26
| | | | | | | | - Update style: use trailing commas at the end of dependency lists.
| * Tell bzr-builddeb to build the package in split mode.Mathieu Trudel-Lapierre2012-11-261-1/+1
| |
| * Import debian/ from lp:~ubuntu-desktop/libappindicator/ubuntuMathieu Trudel-Lapierre2012-11-2620-0/+1310
|/|
| * releasing version 12.10.0-0ubuntu1Sebastien Bacher2012-07-111-2/+2
| |
| * New upstream release.Sebastien Bacher2012-07-1137-451/+1444
| |\
| | * Import upstream version 12.10.0Sebastien Bacher2012-07-1136-451/+1438
| | |\
| * | \ releasing version 0.4.92-0ubuntu20.4.92-0ubuntu2Robert Ancell2012-05-232-2/+10
| |\ \ \
| | * | | use autoreconf.mk instead of calling dh_autoreconf by handunknown2012-05-221-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes FTBFS when there are multiple Python versions (dh_autoreconf would be called multiple times in this case, which isn't allowed) - properly cleans autoreconf'ed files in the clean target - patchsys-quilt.mk needs to be included *before* autoreconf.mk or debhelper will leave uncleaned files in debian/, leading to E: libappindicator source: temporary-debhelper-file python-appindicator.debhelper.log and 9 others from lintian
| * | | releasing version 0.4.92-0ubuntu1Ken VanDine2012-03-211-1/+2
| | | |
| * | | * New upstream release.Ken VanDine2012-03-2114-133/+167
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471) * Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code * debian/control: Updating to valac-0.16
| | * | | releasing version 0.4.92-0ubuntu10.4.92-0ubuntu1Charles Kerr2012-03-211-2/+2
| | | | |
| | * | | bump debian/control's valac dependency from 0.14 to 0.16Charles Kerr2012-03-212-1/+2
| | | | |
| | * | | * New upstream release.Charles Kerr2012-03-2113-132/+165
| | |\| | | | | | | | | | | | | | | | | | | | | | * Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471) * Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code
| | | * | Import upstream version 0.4.92Charles Kerr2012-03-2112-132/+157
| | | |\ \
| | * | \ \ Sync from Ubuntu DesktopCharles Kerr2012-03-213-3/+23
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | releasing version 0.4.91-0ubuntu30.4.91-0ubuntu3Sebastien Bacher2012-03-091-2/+2
| | | | | |
| * | | | | debian/rules: build without make check until the builder environmentSebastien Bacher2012-03-092-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues are sorted
| * | | | | releasing version 0.4.91-0ubuntu20.4.91-0ubuntu2Sebastien Bacher2012-03-091-2/+2
| | | | | |
| * | | | | debian/control: build-depends on dbus-test-runnerSebastien Bacher2012-03-092-1/+8
| | | | | |
| * | | | | releasing version 0.4.91-0ubuntu10.4.91-0ubuntu1Sebastien Bacher2012-03-091-2/+2
| | | | | |
| * | | | | * debian/rules:Sebastien Bacher2012-03-092-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - run make check during the build
| * | | | | * New upstream release.Sebastien Bacher2012-03-0946-694/+1210
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set name and title in fallback status item (LP: #885080) * Fix build in non-source dir cases (LP: #931764) * Use file names for icons in fallback mode (LP: #875770) * Add since declarations to documentation * Fix test suite to work with libindicator 0.4.93 * Fix the mono binding properties
| | * | | | releasing version 0.4.91-0ubuntu1~ppa1Ted Gould2012-03-091-2/+2
| | | | | |