Author: frank Date: 2005-10-06 13:01:15 +0000 (Thu, 06 Oct 2005) New Revision: 203
Added: tetex-base/trunk/debian/patches/series Modified: tetex-base/trunk/debian/control tetex-base/trunk/debian/rules.in Log: move patch handling to quilt Modified: tetex-base/trunk/debian/control =================================================================== --- tetex-base/trunk/debian/control 2005-10-06 13:00:49 UTC (rev 202) +++ tetex-base/trunk/debian/control 2005-10-06 13:01:15 UTC (rev 203) @@ -1,7 +1,7 @@ Source: tetex-base Section: tex Priority: optional -Build-Depends-Indep: debhelper (>= 4.1.16), eperl, sharutils, tex-common +Build-Depends-Indep: debhelper (>= 4.1.16), eperl, sharutils, quilt Maintainer: teTeX maintainers <[email protected]> Uploaders: Julian Gilbey <[EMAIL PROTECTED]>, C.M. Connelly <[EMAIL PROTECTED]>, Atsuhito KOHDA <[EMAIL PROTECTED]>, Frank Küster <[EMAIL PROTECTED]> Standards-Version: 3.5.6 Added: tetex-base/trunk/debian/patches/series =================================================================== --- tetex-base/trunk/debian/patches/series 2005-10-06 13:00:49 UTC (rev 202) +++ tetex-base/trunk/debian/patches/series 2005-10-06 13:01:15 UTC (rev 203) @@ -0,0 +1,4 @@ +patch-licenseinfo -p0 +patch-texdocphp -p0 +patch-doc -p0 +patch-deb -p0 Modified: tetex-base/trunk/debian/rules.in =================================================================== --- tetex-base/trunk/debian/rules.in 2005-10-06 13:00:49 UTC (rev 202) +++ tetex-base/trunk/debian/rules.in 2005-10-06 13:01:15 UTC (rev 203) @@ -48,9 +48,12 @@ include debian/rules.d/filelists.mk include debian/rules.d/install.mk -export DSF-PATCHLIST=debian/patches/patchlist.mk -include /usr/share/dsfp/dsf-patch.mk +# export DSF-PATCHLIST=debian/patches/patchlist.mk +# include /usr/share/dsfp/dsf-patch.mk +# needed for quilt: +export QUILT_PATCHES=./debian/patches + ### variables from eperl that need to be passed to the static helper makefiles FONTMAP_MEMORY_DIR=<:=$FONTMAP_MEMORY_DIR:> _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

