Author: dparsons Date: 2006-07-28 01:35:54 -0400 (Fri, 28 Jul 2006) New Revision: 2582
Modified: branches/7.1/lib/libxfixes/debian/changelog branches/7.1/lib/libxfixes/debian/control Log: Added versioned depends on x11proto-fixes-dev (>= 4.0-1). Modified: branches/7.1/lib/libxfixes/debian/changelog =================================================================== --- branches/7.1/lib/libxfixes/debian/changelog 2006-07-28 05:12:38 UTC (rev 2581) +++ branches/7.1/lib/libxfixes/debian/changelog 2006-07-28 05:35:54 UTC (rev 2582) @@ -1,3 +1,10 @@ +libxfixes (1:4.0.1-2) experimental; urgency=low + + * Added versioned depends on x11proto-fixes-dev (>= 4.0-1). + Closes: #375124. + + -- Drew Parsons <[EMAIL PROTECTED]> Fri, 28 Jul 2006 15:34:48 +1000 + libxfixes (1:4.0.1-1) experimental; urgency=low * New upstream version. Modified: branches/7.1/lib/libxfixes/debian/control =================================================================== --- branches/7.1/lib/libxfixes/debian/control 2006-07-28 05:12:38 UTC (rev 2581) +++ branches/7.1/lib/libxfixes/debian/control 2006-07-28 05:35:54 UTC (rev 2582) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), x11proto-fixes-dev, pkg-config +Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), x11proto-fixes-dev (>= 4.0-1), pkg-config Standards-Version: 3.7.2 Package: libxfixes3 @@ -44,7 +44,7 @@ Package: libxfixes-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${Source-Version}), libx11-dev, x11proto-fixes-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${Source-Version}), libx11-dev, x11proto-fixes-dev (>= 4.0-1) Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

