[subversion-commit] SVN tetex commit + diffs: r203 - in tetex-base/trunk/debian: . patches

Frank Küster frank at costa.debian.org
Thu Oct 6 13:01:17 UTC 2005


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 <debian-tetex-maint at lists.debian.org>
 Uploaders: Julian Gilbey <jdg at debian.org>, C.M. Connelly <cmc at debian.org>, Atsuhito KOHDA <kohda at debian.org>, Frank Küster <frank at debian.org>
 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:>
 




More information about the Pkg-tetex-commits mailing list