Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxmu
Commits: f47a4313 by Timo Aaltonen at 2022-02-14T16:48:19+02:00 control: Fix -headers to depend on x11proto-dev instead of -core- dev. - - - - - 07a13f8d by Timo Aaltonen at 2022-02-14T16:54:04+02:00 release to sid - - - - - caa7456c by Bas Couwenberg at 2022-02-15T09:09:22+02:00 Fix dh_install override. (closes: #1005796) - - - - - cbf5ee13 by Timo Aaltonen at 2022-02-15T09:10:23+02:00 release to sid - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +libxmu (2:1.1.3-3) unstable; urgency=medium + + [ Bas Couwenberg ] + * Fix dh_install override. (closes: #1005796) + + -- Timo Aaltonen <[email protected]> Tue, 15 Feb 2022 09:09:53 +0200 + +libxmu (2:1.1.3-2) unstable; urgency=medium + + * control: Fix -headers to depend on x11proto-dev instead of -core- + dev. + + -- Timo Aaltonen <[email protected]> Mon, 14 Feb 2022 16:53:55 +0200 + libxmu (2:1.1.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -96,7 +96,7 @@ Architecture: all Multi-Arch: foreign Depends: libx11-dev, - x11proto-core-dev, + x11proto-dev, ${misc:Depends}, Description: X11 miscellaneous utility library headers libXmu and libXmuu are miscellaneous utility libraries for X library ===================================== debian/rules ===================================== @@ -25,7 +25,7 @@ override_dh_auto_install: dh_auto_install find debian/tmp/usr/share/doc/libxmu-headers -name '*.xml' -delete -override_dh_install-arch: +override_dh_install: find debian/tmp -name '*.la' -delete dh_install View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxmu/-/compare/060347fd9e422ac6fcc102a06eac68b79286c9e7...cbf5ee13f22b1f24fb494afbbf37700769233503 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxmu/-/compare/060347fd9e422ac6fcc102a06eac68b79286c9e7...cbf5ee13f22b1f24fb494afbbf37700769233503 You're receiving this email because of your account on salsa.debian.org.

