Author: dnusinow Date: 2006-07-01 21:35:25 -0400 (Sat, 01 Jul 2006) New Revision: 2385
Modified: branches/7.1/proto/compositeproto/debian/changelog branches/7.1/proto/compositeproto/debian/compat branches/7.1/proto/compositeproto/debian/control Log: * Put debhelper in build-depends rather than build-depends-indep because we use dh_clean in the clean target * Bump x11-common pre-dep to 1:7.0.0 to match debian versioning and shut lintian up * Remove duplicate dependency on x11-common * Bump debhelper compat to 5 Modified: branches/7.1/proto/compositeproto/debian/changelog =================================================================== --- branches/7.1/proto/compositeproto/debian/changelog 2006-07-02 00:22:21 UTC (rev 2384) +++ branches/7.1/proto/compositeproto/debian/changelog 2006-07-02 01:35:25 UTC (rev 2385) @@ -1,8 +1,14 @@ x11proto-composite (0.3.1-1) experimental; urgency=low * New upstream release + * Put debhelper in build-depends rather than build-depends-indep because we + use dh_clean in the clean target + * Bump x11-common pre-dep to 1:7.0.0 to match debian versioning and shut + lintian up + * Remove duplicate dependency on x11-common + * Bump debhelper compat to 5 - -- David Nusinow <[EMAIL PROTECTED]> Sat, 1 Jul 2006 20:15:35 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Sat, 1 Jul 2006 21:34:32 -0400 x11proto-composite (0.3-2) unstable; urgency=low Modified: branches/7.1/proto/compositeproto/debian/compat =================================================================== --- branches/7.1/proto/compositeproto/debian/compat 2006-07-02 00:22:21 UTC (rev 2384) +++ branches/7.1/proto/compositeproto/debian/compat 2006-07-02 01:35:25 UTC (rev 2385) @@ -1 +1 @@ -4 +5 Modified: branches/7.1/proto/compositeproto/debian/control =================================================================== --- branches/7.1/proto/compositeproto/debian/control 2006-07-02 00:22:21 UTC (rev 2384) +++ branches/7.1/proto/compositeproto/debian/control 2006-07-02 01:35:25 UTC (rev 2385) @@ -3,15 +3,15 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.1.0 +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.7.2.0 Package: x11proto-composite-dev Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, x11proto-core-dev, x11proto-fixes-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev, x11proto-fixes-dev Conflicts: libxcomposite-dev (<< 6.8.2-16) Replaces: libxcomposite-dev (<< 6.8.2-16) -Pre-Depends: x11-common (>= 1:1.0) +Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 Composite extension wire protocol This package provides the wire protocol for the Composite extension, used to let arbitrary client programs control drawing of the final image. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

