Timo Aaltonen pushed to branch debian-unstable at X Strike Force / data /
xkb-data
Commits:
9d4cd602 by Timo Aaltonen at 2020-02-29T13:32:52+02:00
rules: Override dh_clean.
- - - - -
d0e48d7a by Timo Aaltonen at 2020-02-29T13:33:06+02:00
release to sid
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,14 @@
-xkeyboard-config (2.29-2) UNRELEASED; urgency=medium
+xkeyboard-config (2.29-2) unstable; urgency=medium
+ [ Simon McVittie ]
* Add Breaks on x11-xkb-utils (<< 7.7+5).
This ensures that xkbcomp won't fail for keycodes above 255, which this
package now uses (Closes: #952731)
- -- Simon McVittie <[email protected]> Sat, 29 Feb 2020 10:44:05 +0000
+ [ Timo Aaltonen ]
+ * rules: Override dh_clean.
+
+ -- Timo Aaltonen <[email protected]> Sat, 29 Feb 2020 13:32:57 +0200
xkeyboard-config (2.29-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -31,5 +31,10 @@ override_dh_quilt_unpatch:
dh_quilt_unpatch
touch rules/base.o_k.part
+override_dh_clean:
+ dh_clean
+ rm -f po/*.gmo po/*.pot rules/evdev*.xml
+ rm -rf m4
+
%:
dh $@ --with quilt --builddirectory=build/
View it on GitLab:
https://salsa.debian.org/xorg-team/data/xkb-data/-/compare/77b3e0f1b7efc3269c574ec69e7e5e5f8c0a1218...d0e48d7a2423a2e20273972e978647500c1dcfd8
--
View it on GitLab:
https://salsa.debian.org/xorg-team/data/xkb-data/-/compare/77b3e0f1b7efc3269c574ec69e7e5e5f8c0a1218...d0e48d7a2423a2e20273972e978647500c1dcfd8
You're receiving this email because of your account on salsa.debian.org.