summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* Disable WebKit integration (--html option)Simon McVittie2023-06-19
| | | | | | | | | | | | | | | | | | | | | This adds several "heavy" dependencies, notably WebKit itself, but also video and spellchecking among others, which are undesired for a simple interactive dialog. The WebKit feature is disabled by default upstream, and several major distributions (including at least the Fedora/Red Hat family, Arch and openSUSE) don't enable it in their packaging, so portable software cannot rely on this option being available. According to codesearch.debian.net, none of the packages with a dependency on zenity use the --html option. The beginning of the Debian 13 cycle seems is a good time to make this sort of potentially disruptive change; most likely nobody will notice this feature going away, but if we get bug reports, we can consider other options such as having a zenity-minimal package without HTML support, or having a zenity-full package with it. Closes: #777608, #942362
* Don't enable webkit support on hurd-i386 eitherJeremy Bicha2022-07-28
|
* Revert "debian/control.in: WebKit builds fine again on sh4 re-add that ↵Jeremy Bicha2022-04-01
| | | | | | | | architecture to the build-dependencies" This reverts commit 59b52777ebc37b7df2b6fc96b3790bf173c6336b. webkit2gtk 2.36 isn't building on sh4 yet
* debian/control.in: WebKit builds fine again on sh4 re-add that architecture ↵Laurent Bigonville2021-11-01
| | | | to the build-dependencies
* Don't try to build webkitgtk feature where webkitgtk isn't availableJeremy Bicha2021-09-19
|
* Bump debhelper-compat to 13Jeremy Bicha2021-09-19
|
* Build with mesonJeremy Bicha2021-09-19
|
* Build-Depend on dh-sequence-gnomeSimon McVittie2020-10-08
| | | | This avoids having to repeat the sequence name in d/rules.
* Remove -Wl,--as-needed linker flagSimon McVittie2020-10-08
| | | | This is the default for the bullseye toolchain.
* Restore -Wl,-O1 to our LDFLAGSJeremy Bicha2018-12-27
|
* Bump Standards-Version to 4.1.4Jeremy Bicha2018-04-09
|
* Update Vcs fields for migration to https://salsa.debian.org/Jeremy Bicha2018-01-21
|
* Switch to dh_missing and abort on uninstalled filesMichael Biebl2017-11-14
|
* Bump debhelper compat level to 10.Michael Biebl2016-09-19
|
* Convert from cdbs to dh.Michael Biebl2016-09-19
|
* Drop obsolete --disable-scrollkeeper configure switch.Michael Biebl2015-05-18
|
* * Drop Build-Depends on docbook-xml.Jordi Mallach2012-03-30
| | | | * Add --list-missing to DEB_DH_INSTALL_ARGS.
* * New upstream release.Laurent Bigonville2011-02-07
| | | | | | | | | | | | | | | | | * debian/control.in: - Bump Build-dependencies - Drop libnotify-dev-gtk2.10 build-dependency - Add zenity-common package - Bump Standards-Version to 3.9.1 (no further changes) - Bump debhelper version - Use Breaks instead of Conflicts - Add Homepage field - Add Vcs-* field * Switch to dpkg-source 3.0 (quilt) format * debian/watch: Bump version to 3 * debian/zenity.install, zenity-common.install: - Move all arch independent files to zenity-data * debian/rules: Remove unneeded stuff
* * New upstream release.Josselin Mouette2008-12-23
| | | | | * Drop a couple of obsolete build-dependencies. * Pass -O1 -z defs --as-needed to the linker.
* * Upload to unstable; drop check-dist include.Loïc Minier2007-04-16
|
* * Don't override DEB_CONFIGURE_EXTRA_FLAGS.Loïc Minier2007-03-18
|
* * Include the new check-dist Makefile to prevent accidental uploads toLoïc Minier2007-01-22
| | | | unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
* make sure we don't need the new gnome-pkg-tools (but can use it if it'sKilian Krause2007-01-09
| | | | | installed), i.e. make /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk optional
* * Add a get-orig-source target to retrieve the upstream tarball.Loïc Minier2007-01-09
|
* * Fix bashism.Loïc Minier2006-09-03
|
* [ Josselin Mouette ]Josselin Mouette2006-01-08
| | | | | | * Upload to unstable. -- Josselin Mouette <joss@debian.org> Sun, 8 Jan 2006 16:37:55 +0100
* Kill the /var tree in the packageRoss Burton2004-12-21
|
* Add patch to fix invalid window IDsRoss Burton2004-12-21
|
* Initial import of zenityRoss Burton2003-11-09
bgstack15