Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/rules: Only dh_install cil packages on architectures that support Mono. | Mike Gabriel | 2017-10-24 | 1 | -2/+4 |
| | |||||
* | debian/rules: Enable all hardening flags. | Mike Gabriel | 2017-10-24 | 1 | -0/+5 |
| | |||||
* | debian/rules: White space fix. | Mike Gabriel | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | debian/{control,rules}: Update supported host architectures. | Mike Gabriel | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | AppIndicator: fix icon and theme paths when running in $SNAP environment | Marco Trevisan (Treviño) | 2017-05-15 | 1 | -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 Gabriel | 2015-11-11 | 1 | -6/+6 |
| | |||||
* | Revert "debian/rules: Make sure the kill command is found in ..." | Mike Gabriel | 2015-11-11 | 1 | -2/+2 |
| | | | | This reverts commit 1abf3ea10b03c7ca38efc9f8b0985a276b388f51. | ||||
* | debian/rules: Make sure the kill command is found in ↵ | Mike Gabriel | 2015-11-11 | 1 | -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 Gabriel | 2015-11-11 | 1 | -6/+6 |
| | | | | of invoking commands). | ||||
* | debian/rules: Provide temporary home for test suite runs. | Mike Gabriel | 2015-11-11 | 1 | -4/+6 |
| | |||||
* | debian/rules: Expect tests/test-suite.log files in build/gtk<ver> subdirs. | Mike Gabriel | 2015-11-11 | 1 | -2/+4 |
| | |||||
* | debian/rules: Don't abort build on failing tests (so that we see the ↵ | Mike Gabriel | 2015-11-11 | 1 | -1/+1 |
| | | | | tests-suite.log file). | ||||
* | debian/rules: View test's log file for better debugging of problems when ↵ | Mike Gabriel | 2015-11-11 | 1 | -0/+2 |
| | | | | built in clean chroots. | ||||
* | Fork from Ubuntu's libappindicator project. | Mike Gabriel | 2015-11-10 | 1 | -12/+11 |
| | |||||
* | * Build with -Wno-error=deprecated-declarations. | Matthias Klose | 2013-12-19 | 1 | -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 Klose | 2013-10-14 | 1 | -1/+8 |
| | | | | #1239474) | ||||
* | Dropping some left over debugging info | Ted Gould | 2013-06-07 | 1 | -2/+0 |
| | |||||
* | debian/rules: drop the clean target, it's superfluous. | Mathieu Trudel-Lapierre | 2013-04-09 | 1 | -5/+0 |
| | |||||
* | Reverse the order of dh_clean and dh_autoreconf_clean, fixes issues where ↵ | Mathieu Trudel-Lapierre | 2013-04-03 | 1 | -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-Lapierre | 2013-01-16 | 1 | -0/+1 |
|\ | |||||
| * | some packaging fixes to make tests more resistant to timing issues and ↵ | Michael Terry | 2013-01-10 | 1 | -0/+1 |
| | | | | | | | | warnings from sub-libraries | ||||
* | | More traces | Mathieu Trudel-Lapierre | 2013-01-08 | 1 | -0/+4 |
|/ | |||||
* | Remove entry about disabling tests for documentation: they're fixed. | Mathieu Trudel-Lapierre | 2012-12-10 | 1 | -8/+0 |
| | |||||
* | Re-enable docs | Mathieu Trudel-Lapierre | 2012-12-07 | 1 | -2/+2 |
| | |||||
* | Add reference to the bug we're waiting for a fix for; re: gtk-doc ↵ | Mathieu Trudel-Lapierre | 2012-12-06 | 1 | -0/+2 |
| | | | | completeness, missing links and undocumented symbols | ||||
* | Temporarily disable gtk-doc completeness tests until they can be fixed. | Mathieu Trudel-Lapierre | 2012-12-06 | 1 | -3/+10 |
| | |||||
* | Trying to be more direct | Ted Gould | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Going with just dh_clean | Ted Gould | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Making it so that clean doesn't have cli in it | Ted Gould | 2012-12-04 | 1 | -0/+4 |
| | |||||
* | Properly disable tests for gtk2 and gtk3, not the gtk2 build. | Mathieu Trudel-Lapierre | 2012-11-30 | 1 | -5/+5 |
| | |||||
* | Temporarily disable GTK2 tests. | Mathieu Trudel-Lapierre | 2012-11-30 | 1 | -2/+2 |
| | |||||
* | Override dh_auto_test to run tests per-flavor. | Mathieu Trudel-Lapierre | 2012-11-26 | 1 | -0/+12 |
| | |||||
* | Override dh_autoreconf to run autogen.sh and not call configure. | Mathieu Trudel-Lapierre | 2012-11-26 | 1 | -0/+3 |
| | |||||
* | Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. | Mathieu Trudel-Lapierre | 2012-11-26 | 1 | -0/+2 |
| | |||||
* | * debian/rules: | Mathieu Trudel-Lapierre | 2012-11-26 | 1 | -111/+51 |
| | | | | - Convert from cdbs to debhelper 9. | ||||
* | use autoreconf.mk instead of calling dh_autoreconf by hand | unknown | 2012-05-22 | 1 | -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 environment | Sebastien Bacher | 2012-03-09 | 1 | -1/+1 |
| | | | | | issues are sorted | ||||
* | * debian/rules: | Sebastien Bacher | 2012-03-09 | 1 | -0/+2 |
| | | | | | - run make check during the build | ||||
* | * rebuild for libindicator7 | Ken VanDine | 2012-01-24 | 1 | -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 Bacher | 2011-08-11 | 1 | -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 that | Colin Watson | 2011-06-21 | 1 | -5/+5 |
| | | | | generated maintainer script snippets actually end up in the package. | ||||
* | * debian/control, debian/rules:0.2.96-0ubuntu2 | Michael Terry | 2011-02-28 | 1 | -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 VanDine | 2011-02-11 | 1 | -6/+2 |
| | | | | | * debian/rules - build and install the vapi for gtk3 | ||||
* | debian/rules: Not building libappindicator3-dev until we've got the GTK3 | Ted Gould | 2011-02-10 | 1 | -0/+6 |
| | | | | build all put together. | ||||
* | Manually run dh_makeshlibs for libappindicator1 and libappindicator3-1 | Ken VanDine | 2011-02-08 | 1 | -6/+2 |
| | |||||
* | fixup the clean target | Ken VanDine | 2011-02-08 | 1 | -11/+13 |
| | |||||
* | more gtk3 build fixes | Ken VanDine | 2011-02-08 | 1 | -2/+7 |
| | |||||
* | gtk3 packaging fixes, still wip | Ken VanDine | 2011-02-08 | 1 | -53/+29 |
| | |||||
* | * debian/control, debian/rules | Ken VanDine | 2011-02-08 | 1 | -21/+68 |
| | | | | | - Include new binaries for gtk3 builds - Added symbol files for libappindicator1 and libappdindicator3-1 | ||||
* | * debian/rules | Ken VanDine | 2010-12-10 | 1 | -3/+3 |
| | | | | | - Changes to build targets to get it building multipass for python 2.6 and 2.7 |