tags 327785 + patch stop On 12.09.05 Hilmar Preusse ([EMAIL PROTECTED]) wrote:
Hi, > just some minor things same to my attention in 0.7. Dunno if they're > fixed in SVN: > > 1. [EMAIL PROTECTED]:~ $ dpkg-deb -c tex-common_0.7_all.deb |grep \.svn > drwxr-xr-x root/root 0 2005-08-24 17:18:05 > ./usr/share/tex-common/texmf.cnf.md5sum.d/.svn/ > > AFAIK these should be removed at least during build. > Patch attached. I'm quite sure we don't need that subdir. > 2. [EMAIL PROTECTED]:~ $ dpkg-deb -c tex-common_0.7_all.deb |grep -i Pol|grep > pdf > > We do build the pdf version of the policy during build, but we don't > install it into the final package. > Fixed. > 3. tetex-base has a BD on tex-common. tex-common has a BD on > tetex-extra. Even if we remove the first, tetex-base can't be > installed without tex-common. That makes it impossible to build the > TeX system completely from the sources. While this is not really a > bug it is undesirable. > A solution would be not to build the pdf version of the Policy (or > check if tetex-extra is there and not build if not). I don't know > if we should solve that and just want to put it into discussion. > Seems, Frank builds the pdf file externally, as it is in the SVN. Frank, you dropped our tex-sed script. H. -- sigmentation fault
--- rules.orig 2005-11-03 18:36:42.000000000 +0100 +++ rules 2005-11-03 18:35:26.000000000 +0100 @@ -73,6 +73,7 @@ ln -s /etc/texmf/texmf.cnf $(INSTDIR)/usr/share/texmf/web2c/texmf.cnf cp conf/updmap.d/00updmap.cfg $(INSTDIR)/usr/share/tex-common/ cp -a debian/md5sums/* $(INSTDIR)/usr/share/tex-common/ + find $(INSTDIR)/usr/share/tex-common/ -name .svn -type d | xargs rm -rf cp $(sbin_installfiles) $(INSTDIR)/usr/sbin/ cp $(bin_installfiles) $(INSTDIR)/usr/bin/ ln -s update-fontlang $(INSTDIR)/usr/sbin/update-language