Author: frank Date: 2006-06-15 18:29:21 +0000 (Thu, 15 Jun 2006) New Revision: 1432
Modified: tetex-src/trunk/debian/changelog tetex-src/trunk/debian/control Log: Move debhelper from Build-Depends-Indep to Build-Depends, it is used in the clean target. Modified: tetex-src/trunk/debian/changelog =================================================================== --- tetex-src/trunk/debian/changelog 2006-06-15 16:31:41 UTC (rev 1431) +++ tetex-src/trunk/debian/changelog 2006-06-15 18:29:21 UTC (rev 1432) @@ -1,3 +1,10 @@ +tetex-src (3.0-3.1) UNRELEASED; urgency=low + + * Move debhelper from Build-Depends-Indep to Build-Depends, it is used + in the clean target. + + -- Frank Küster <[EMAIL PROTECTED]> Thu, 15 Jun 2006 20:28:42 +0200 + tetex-src (3.0-3) unstable; urgency=low * Install source2e.pdf in a policy-compliant tree searched for by Modified: tetex-src/trunk/debian/control =================================================================== --- tetex-src/trunk/debian/control 2006-06-15 16:31:41 UTC (rev 1431) +++ tetex-src/trunk/debian/control 2006-06-15 18:29:21 UTC (rev 1432) @@ -2,7 +2,8 @@ Section: tex Priority: extra Maintainer: teTeX maintainers <[email protected]> -Build-Depends-Indep: debhelper (>= 3.0.0), tetex-extra, sharutils, pdftk +Build-Depends-Indep: tetex-extra, sharutils, pdftk +Build-Depends: debhelper (>= 3.0.0) Standards-Version: 3.6.1 Uploaders: Christoph Martin <[EMAIL PROTECTED]>, Julian Gilbey <[EMAIL PROTECTED]>, C.M. Connelly <[EMAIL PROTECTED]>, Atsuhito KOHDA <[EMAIL PROTECTED]>, Frank K�ster <[EMAIL PROTECTED]> _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

