Author: beatle Date: 2006-09-30 08:58:18 -0400 (Sat, 30 Sep 2006) New Revision: 3560
Modified: trunk/lib/libxcomposite/debian/changelog trunk/lib/libxcomposite/debian/rules Log: Make dh_makeshlibs generate the correct dependencies for packages built against libxcomposite-dev (>= 1:0.3-1). Modified: trunk/lib/libxcomposite/debian/changelog =================================================================== --- trunk/lib/libxcomposite/debian/changelog 2006-09-30 12:57:11 UTC (rev 3559) +++ trunk/lib/libxcomposite/debian/changelog 2006-09-30 12:58:18 UTC (rev 3560) @@ -1,3 +1,10 @@ +libxcomposite (1:0.3-2) UNRELEASED; urgency=low + + * Make packages built against libxcomposite depend on (>= 1:0.3-1) because + of the addition of the XComposite{Get,Release}OverlayWindow functions. + + -- Thierry Reding <[EMAIL PROTECTED]> Sat, 30 Sep 2006 14:46:53 +0200 + libxcomposite (1:0.3-1) unstable; urgency=low [ Thierry Reding ] Modified: trunk/lib/libxcomposite/debian/rules =================================================================== --- trunk/lib/libxcomposite/debian/rules 2006-09-30 12:57:11 UTC (rev 3559) +++ trunk/lib/libxcomposite/debian/rules 2006-09-30 12:58:18 UTC (rev 3560) @@ -78,7 +78,7 @@ dh_strip --dbg-package=$(PACKAGE) dh_compress dh_fixperms - dh_makeshlibs + dh_makeshlibs -V "libxcomposite1 (>= 1:0.3-1)" dh_shlibdeps dh_installdeb dh_gencontrol -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]