Author: dnusinow Date: 2006-07-01 22:41:15 -0400 (Sat, 01 Jul 2006) New Revision: 2388
Modified: branches/7.1/proto/glproto/debian/changelog branches/7.1/proto/glproto/debian/compat branches/7.1/proto/glproto/debian/control branches/7.1/proto/glproto/debian/rules Log: * Move debhelper from build-depends-indep to build-depends because we use dh_clean in the clean target of debian/rules * Bump standards version to 3.7.2.0 * Run dh_install with --list-missing * Bump debhelper compat to 5 Modified: branches/7.1/proto/glproto/debian/changelog =================================================================== --- branches/7.1/proto/glproto/debian/changelog 2006-07-02 02:28:16 UTC (rev 2387) +++ branches/7.1/proto/glproto/debian/changelog 2006-07-02 02:41:15 UTC (rev 2388) @@ -1,8 +1,13 @@ x11proto-gl (1.4.7-1) experimental; urgency=low * New upstream release + * Move debhelper from build-depends-indep to build-depends because we use + dh_clean in the clean target of debian/rules + * Bump standards version to 3.7.2.0 + * Run dh_install with --list-missing + * Bump debhelper compat to 5 - -- David Nusinow <[EMAIL PROTECTED]> Sat, 1 Jul 2006 20:19:24 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Sat, 1 Jul 2006 22:40:35 -0400 x11proto-gl (1.4.6-2) unstable; urgency=low Modified: branches/7.1/proto/glproto/debian/compat =================================================================== --- branches/7.1/proto/glproto/debian/compat 2006-07-02 02:28:16 UTC (rev 2387) +++ branches/7.1/proto/glproto/debian/compat 2006-07-02 02:41:15 UTC (rev 2388) @@ -1 +1 @@ -4 +5 Modified: branches/7.1/proto/glproto/debian/control =================================================================== --- branches/7.1/proto/glproto/debian/control 2006-07-02 02:28:16 UTC (rev 2387) +++ branches/7.1/proto/glproto/debian/control 2006-07-02 02:41:15 UTC (rev 2388) @@ -3,8 +3,8 @@ 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-gl-dev Architecture: all Modified: branches/7.1/proto/glproto/debian/rules =================================================================== --- branches/7.1/proto/glproto/debian/rules 2006-07-02 02:28:16 UTC (rev 2387) +++ branches/7.1/proto/glproto/debian/rules 2006-07-02 02:41:15 UTC (rev 2388) @@ -72,7 +72,7 @@ dh_installdocs dh_installman - dh_install --sourcedir=debian/tmp + dh_install --sourcedir=debian/tmp --list-missing dh_installchangelogs dh_link dh_strip -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

