Commit Graph

744 Commits

Author SHA1 Message Date
Michael Biebl
dc426c127e * debian/control.in:
- Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
    required by autoreconf. Also bump it to (>= 1.11).
2011-10-21 19:47:49 +00:00
Sjoerd Simons
3b32d709ad Target unstable 2011-10-21 17:36:39 +00:00
Sjoerd Simons
0419451b3c * debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch:
+ Added, fix documentation when build out of tree
2011-10-21 14:56:15 +00:00
Michael Biebl
939b92b8ac Remove stray ) in watch file 2011-10-18 23:48:09 +00:00
Sjoerd Simons
a9de9c6428 Fix broken refresh 2011-10-18 06:03:26 +00:00
Sjoerd Simons
64c61a9b04 Remove libgail-3-common package. Modules have been integrated directly into
Gtk
2011-10-17 16:38:26 +00:00
Sjoerd Simons
3a0c774e57 debian/libgtk-3-0.symbols: Update symbols 2011-10-17 16:35:52 +00:00
Sjoerd Simons
0a6d0cc97f set debian revision back to 1 2011-10-17 16:18:17 +00:00
Sjoerd Simons
47e19066b1 debian/rules: Enable gtk-doc build with the shared build 2011-10-17 15:37:16 +00:00
Michael Biebl
ad518a4294 Instead of depending on lynx | www-browser, make the -doc packages
suggest devhelp.
2011-10-16 17:05:54 +00:00
Michael Biebl
53dbd7a6b4 * debian/control.in:
- Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
2011-10-16 17:01:24 +00:00
Michael Biebl
6d232364b3 * debian/watch:
- Track .xz tarballs.
2011-10-16 17:00:29 +00:00
Sjoerd Simons
b0357581d9 * debian/control.in: Update build-depends
* debian/rules: Bump libgail SHVER depends
* d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream
* d/p/030_xim-modules.patch: Removed, fixed upstream
* d/p/045_trayicon-visual.patch: Removed, fixed upstream
* d/p/003_gdk.pc_privates.patch: Refreshed
* d/p/043_notebook_scroll.patch: Refreshed
* d/p/044_tracker_fts.patch: Refreshed
2011-10-16 07:48:56 +00:00
Sjoerd Simons
2a5ea4eb63 Start packaging 3.2.1 2011-10-16 06:50:34 +00:00
Sjoerd Simons
d3835013e8 Branch for experimental 2011-10-16 06:48:54 +00:00
Josselin Mouette
ff4ff20763 043_notebook_scroll.patch: handle a few more widgets to avoid
alt+scroll being intercepted by ranges, spin buttons, combo boxes…
2011-09-08 11:01:16 +00:00
Josselin Mouette
0fb0c2a83b 030_xim-modules.patch: stolen from upstream git. Fix the behavior of
XIM modules. Closes: #633720.
2011-09-04 13:37:25 +00:00
Michael Biebl
691452571b Release version 3.0.12-2 to unstable 2011-08-29 23:58:53 +00:00
Michael Biebl
1ba6688d62 Bump debhelper compatibility level to 8. 2011-08-29 23:57:23 +00:00
Michael Biebl
3f6a59698b debian/libgail-3-0.symbols: Remove trailing empty line which confuses
dpkg-gensymbols.
2011-08-29 23:38:54 +00:00
Michael Biebl
524c6935bc Back to UNRELEASED 2011-08-29 23:34:54 +00:00
Michael Biebl
d77333c8e5 Release version 3.0.12-2 to unstable 2011-08-29 22:17:08 +00:00
Michael Biebl
f3e94faf1a debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11
when visual is not available. Thanks to Vincent Bernat for the patch.
Closes: #637067
2011-08-29 22:15:51 +00:00
Josselin Mouette
aabb90430f Tighten dependencies on libgtk-3-common. Closes: #636766. 2011-08-19 07:30:59 +00:00
Michael Biebl
32a946f84a Release version 3.0.12-1 to unstable 2011-07-28 10:45:27 +00:00
Michael Biebl
1cae44dae9 GdkKeymap: Prevent an infinite loop in the non-XKB case.
(Closes: #633917)
2011-07-28 04:08:32 +00:00
Michael Biebl
b438d4871f Remove clean-la.mk, no longer necessary 2011-07-28 04:02:35 +00:00
Michael Biebl
b12c5fe4dd New upstream release. 2011-07-28 03:59:54 +00:00
Michael Biebl
9b3971ea3c Stop installing libtool .la files. 2011-07-22 21:03:54 +00:00
Michael Biebl
a40ee10a47 Release version 3.0.11-1 to unstable 2011-07-14 12:47:58 +00:00
Michael Biebl
cc8fd04b6d Fixes infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER.
(Closes: 628457)
2011-07-14 12:32:01 +00:00
Michael Biebl
efce05d90d Actually add debian/patches/044_tracker_fts.patch 2011-07-03 22:59:43 +00:00
Michael Biebl
81f6dc4bb2 debian/patches/044_tracker_fts.patch: Enable Tracker full text search. 2011-07-01 05:32:38 +00:00
Michael Biebl
4c5fd6af29 Update description 2011-07-01 05:31:32 +00:00
Michael Biebl
5e6492d911 New upstream release. 2011-07-01 05:29:42 +00:00
Josselin Mouette
d2443a7bf3 Additional modification: make ScrolledWindow events ignore Alt+Scroll
too. This allows using the wheel to switch tabs from anywhere on the 
area.
2011-06-04 23:42:14 +00:00
Josselin Mouette
2a05e474c9 by upstream, and from the whole notebook area. 2011-06-04 21:28:46 +00:00
Josselin Mouette
037cd2a225 * 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
GtkNotebook, but this time only when Alt is pressed, as recommended 
  by upstream.
* Drop debhelper 8 requirement so that it can build.
* libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they 
  already exist.
2011-06-04 20:51:17 +00:00
Michael Biebl
479b2719b8 Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete. 2011-06-03 23:45:02 +00:00
Michael Biebl
011d54f156 Update package descriptions. 2011-06-03 23:34:23 +00:00
Michael Biebl
5cac5f0d8d Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
version.
2011-06-03 23:14:17 +00:00
Michael Biebl
e5d4659042 Bump debhelper compatibility level to 8. Update Build-Depends accordingly. 2011-06-03 23:11:16 +00:00
Michael Biebl
2cfcb3aa9f Bump Standards-Version to 3.9.2. No further changes. 2011-06-03 23:06:28 +00:00
Michael Biebl
5092e6c379 Refresh patches. 2011-06-03 23:02:34 +00:00
Michael Biebl
3cf4429521 New upstream release. 2011-06-03 20:49:33 +00:00
Michael Biebl
2bbeac27ff debian/watch: Switch to .bz2 tarballs. 2011-06-03 20:48:37 +00:00
Fabian Greffrath
f4e664698f Remove leftover diversions from the libgtk3.0-bin package
that got replaced by libgtk-3-bin (Closes: #617662 ).
2011-05-25 08:29:45 +00:00
Josselin Mouette
ff7b111ab3 libgtk-3-0.postrm.in: fix badly written test. 2011-04-10 20:28:08 +00:00
Josselin Mouette
eea3e1fb80 Upload to unstable; drop check-dist include. 2011-04-10 16:32:42 +00:00
Josselin Mouette
b67f15e7ad * New upstream release.
* Drop the mimeinfo.cache from the udeb, it’s been moved to
  gdk-pixbuf.
2011-04-10 16:31:33 +00:00