File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ vte2.91 (0.83.90-1deepin1) unstable; urgency=medium
2+
3+ * New upstream release for deepin.
4+ * d/control: Add libfmt-dev to Build-Depends (without version constraint).
5+ * d/rules: Fix dh_gnome_clean error.
6+
7+ -- lichenggang <lichenggang@deepin.org> Tue, 10 Mar 2026 20:53:00 +0800
8+
19vte2.91 (0.83.90-1) unstable; urgency=medium
210
311 * Team upload
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13),
1717 gir1.2-pango-1.0-dev,
1818 gobject-introspection (>= 1.80),
1919 libfast-float-dev (>= 6),
20- # libfmt-dev (>= 11.0.0) ,
20+ libfmt-dev,
2121 libglib2.0-dev,
2222 libgnutls28-dev,
2323 libgtk-3-dev,
Original file line number Diff line number Diff line change @@ -86,3 +86,7 @@ override_dh_missing:
8686
8787# We only use dh_gnome to automatically run dh_translations in Ubuntu
8888override_dh_gnome :
89+ dh_gnome --no-control
90+
91+ override_dh_gnome_clean :
92+ dh_gnome_clean --no-control
You can’t perform that action at this time.
0 commit comments