aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* AppIndicator: fix icon and theme paths when running in $SNAP environmentMarco Trevisan (Treviño)2017-05-151-2/+0
| | | | | | Prepend $SNAP path to icons and theme paths when running in a sandboxed environment, this allows to run app indicators without caring about the fact they've been designed or compiled to run in a snap world or not. (LP: #1600136)
* debian/rules: Use instead of `pwd`.Mike Gabriel2015-11-111-6/+6
|
* Revert "debian/rules: Make sure the kill command is found in ..."Mike Gabriel2015-11-111-2/+2
| | | | This reverts commit 1abf3ea10b03c7ca38efc9f8b0985a276b388f51.
* debian/rules: Make sure the kill command is found in ↵Mike Gabriel2015-11-111-2/+2
| | | | /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/thinlinc/bin.
* debian/rules: Use backticks instead of $(<cmd>) (which is not a GNU make way ↵Mike Gabriel2015-11-111-6/+6
| | | | of invoking commands).
* debian/rules: Provide temporary home for test suite runs.Mike Gabriel2015-11-111-4/+6
|
* debian/rules: Expect tests/test-suite.log files in build/gtk<ver> subdirs.Mike Gabriel2015-11-111-2/+4
|
* debian/rules: Don't abort build on failing tests (so that we see the ↵Mike Gabriel2015-11-111-1/+1
| | | | tests-suite.log file).
* debian/rules: View test's log file for better debugging of problems when ↵Mike Gabriel2015-11-111-0/+2
| | | | built in clean chroots.
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-101-12/+11
|
* * Build with -Wno-error=deprecated-declarations.Matthias Klose2013-12-191-1/+1
| | | | | | * Don't build the mono bindings on ppc64el, not available. * Disable building the example, vala build error.
* Don't build the mono bindings on AArch64, not available. (LP:Matthias Klose2013-10-141-1/+8
| | | | #1239474)
* Dropping some left over debugging infoTed Gould2013-06-071-2/+0
|
* debian/rules: drop the clean target, it's superfluous.Mathieu Trudel-Lapierre2013-04-091-5/+0
|
* Reverse the order of dh_clean and dh_autoreconf_clean, fixes issues where ↵Mathieu Trudel-Lapierre2013-04-031-1/+1
| | | | autoreconf files get dropped and thus autoreconf fails to properly clean.
* Adjust timeouts and log handlers to not fail tests unnecessarily.Mathieu Trudel-Lapierre2013-01-161-0/+1
|\
| * some packaging fixes to make tests more resistant to timing issues and ↵Michael Terry2013-01-101-0/+1
| | | | | | | | warnings from sub-libraries
* | More tracesMathieu Trudel-Lapierre2013-01-081-0/+4
|/
* Remove entry about disabling tests for documentation: they're fixed.Mathieu Trudel-Lapierre2012-12-101-8/+0
|
* 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-061-3/+10
|
* 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
|
* Properly disable tests for gtk2 and gtk3, not the gtk2 build.Mathieu Trudel-Lapierre2012-11-301-5/+5
|
* Temporarily disable GTK2 tests.Mathieu Trudel-Lapierre2012-11-301-2/+2
|
* Override dh_auto_test to run tests per-flavor.Mathieu Trudel-Lapierre2012-11-261-0/+12
|
* Override dh_autoreconf to run autogen.sh and not call configure.Mathieu Trudel-Lapierre2012-11-261-0/+3
|
* Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.Mathieu Trudel-Lapierre2012-11-261-0/+2
|
* * debian/rules:Mathieu Trudel-Lapierre2012-11-261-111/+51
| | | | - Convert from cdbs to debhelper 9.
* 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
* debian/rules: build without make check until the builder environmentSebastien Bacher2012-03-091-1/+1
| | | | | issues are sorted
* * debian/rules:Sebastien Bacher2012-03-091-0/+2
| | | | | - run make check during the build
* * rebuild for libindicator7Ken VanDine2012-01-241-0/+1
| | | | | | | | | | * bindings/python/Makefile.am - Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6 * debian/rules - include autoreconf.mk * debian/control - added build dep on dh-autoreconf
* * debian/rules:Sebastien Bacher2011-08-111-0/+1
| | | | | | - update the translations template after build, dh_translations doesn't work for builds out of the source directory
* Call dh_python2 from binary-fixup rather than binary-predeb, so thatColin Watson2011-06-211-5/+5
| | | | generated maintainer script snippets actually end up in the package.
* * debian/control, debian/rules:0.2.96-0ubuntu2Michael Terry2011-02-281-0/+1
| | | | | | | - Add quilt * debian/patches/disconnect-from-theme.patch: - Fix crash when switching themes by disconnecting a signal from the theme on dispose. LP: #708188
* * New upstream release (0.2.95)Ken VanDine2011-02-111-6/+2
| | | | | * debian/rules - build and install the vapi for gtk3
* debian/rules: Not building libappindicator3-dev until we've got the GTK3Ted Gould2011-02-101-0/+6
| | | | build all put together.
* Manually run dh_makeshlibs for libappindicator1 and libappindicator3-1Ken VanDine2011-02-081-6/+2
|
* fixup the clean targetKen VanDine2011-02-081-11/+13
|
* more gtk3 build fixesKen VanDine2011-02-081-2/+7
|
* gtk3 packaging fixes, still wipKen VanDine2011-02-081-53/+29
|
* * debian/control, debian/rulesKen VanDine2011-02-081-21/+68
| | | | | - Include new binaries for gtk3 builds - Added symbol files for libappindicator1 and libappdindicator3-1
* * debian/rulesKen VanDine2010-12-101-3/+3
| | | | | - Changes to build targets to get it building multipass for python 2.6 and 2.7
* fixed some targets for multipass buildsKen VanDine2010-12-081-7/+3
|
* releasing version 0.2.90-0ubuntu20.2.90-0ubuntu2Ken VanDine2010-12-081-3/+6
|
* releasing version 0.2.90-0ubuntu10.2.90-0ubuntu1Ken VanDine2010-12-081-3/+1
|
* * New upstream release.Ken VanDine2010-12-081-9/+22
| | | | | | | | | | | | | | * A race fix on the dbus name (LP: #526499) * Fixing the Watcher Interface * Fixes to build with GTK 2/3 * Fixes to build with valac-0.12 * debian/control - Changed the valac build depends to valac-0.12 * debian/python-appindicator.install - Make sure python2.6 and python2.7 files get included * debian/rules - Fix builds for multiple python versions - disable parallel builds, it breaks the mono binding generation