Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxcvt
Commits: 186f7fcd by Timo Aaltonen at 2022-02-10T15:32:31+02:00 rules: Override dh_missing, add --fail-.missing. - - - - - d7e7f139 by Timo Aaltonen at 2022-02-10T15:42:04+02:00 Add libxcvt0-udeb for debian-installer. (Closes: #1005266) - - - - - 4 changed files: - debian/changelog - debian/control - + debian/libxcvt0-udeb.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libxcvt (0.1.1-2) UNRELEASED; urgency=medium + + * rules: Override dh_missing, add --fail-.missing. + * Add libxcvt0-udeb for debian-installer. (Closes: #1005266) + + -- Timo Aaltonen <[email protected]> Thu, 10 Feb 2022 15:32:28 +0200 + libxcvt (0.1.1-1) unstable; urgency=medium * Initial release (Closes: #992062) ===================================== debian/control ===================================== @@ -32,6 +32,14 @@ Description: VESA CVT standard timing modelines generator -- shared library . This package includes the shared library. +Package: libxcvt0-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: VESA CVT standard timing modelines generator -- udeb + This is a udeb, or a microdeb, for the debian-installer. + Package: xcvt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} ===================================== debian/libxcvt0-udeb.install ===================================== @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* ===================================== debian/rules ===================================== @@ -1,4 +1,7 @@ #!/usr/bin/make -f +override_dh_missing: + dh_missing --fail-missing + %: dh $@ View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxcvt/-/compare/2c38b01904a0ea367cc4d1936a492bf129143ef5...d7e7f139adf5ab11057b426a61189c01a65bee14 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxcvt/-/compare/2c38b01904a0ea367cc4d1936a492bf129143ef5...d7e7f139adf5ab11057b426a61189c01a65bee14 You're receiving this email because of your account on salsa.debian.org.

