[subversion-commit] SVN tex-common commit + diffs: r1181 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Mon Apr 10 13:29:53 UTC 2006


Author: frank
Date: 2006-04-10 13:29:52 +0000 (Mon, 10 Apr 2006)
New Revision: 1181

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/rules
Log:
install tpm2licenses with tex-common

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-04-10 13:28:09 UTC (rev 1180)
+++ tex-common/trunk/debian/changelog	2006-04-10 13:29:52 UTC (rev 1181)
@@ -5,6 +5,8 @@
     the managecache question (closes: #360127) [frank]
   * Fix eperl open commands in maintainer scripts to work with -k [jdg]
   * Made preinst a /bin/sh script [jdg]
+  * Install the tpm2licenses Perl script into /usr/share/tex-common for
+    more convenient use [frank].
   * Update debconf translations:
     - Danish by Claus Hindsgaul <claus.hindsgaul at gmail.com> (closes:
       #360035)
@@ -18,9 +20,9 @@
     - Japanese by Kenshi Muto <kmuto at topstudio.co.jp> (closes: #360679)
     - German by Helge Kreutzmann <kreutzm at itp.uni-hannover.de>
     Many thanks to all contributors! [frank]
-  
- -- Frank Küster <frank at debian.org>  Tue,  4 Apr 2006 10:00:18 +0200
 
+ -- Frank Küster <frank at debian.org>  Mon, 10 Apr 2006 14:29:19 +0200
+
 tex-common (0.20) unstable; urgency=medium
 
   * This version fixes a RC bug (#357983) - the version in testing was not

Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2006-04-10 13:28:09 UTC (rev 1180)
+++ tex-common/trunk/debian/rules	2006-04-10 13:29:52 UTC (rev 1181)
@@ -7,6 +7,7 @@
 
 bin_scripts=dh_installtex
 sbin_scripts=update-texmf update-fontlang
+nonbin_scripts=tpm2licenses Tpm.pm
 
 sbin_installfiles=$(foreach script,$(sbin_scripts), scripts/$(script))
 sbin_manpages=$(foreach script,$(sbin_scripts), scripts/$(script).8) scripts/update-fmtutil.8 scripts/update-language.8
@@ -80,6 +81,7 @@
 	cp -a debian/md5sums/* $(INSTDIR)/usr/share/tex-common/
 	cp $(sbin_installfiles) $(INSTDIR)/usr/sbin/
 	cp $(bin_installfiles) $(INSTDIR)/usr/bin/
+	cp $(nonbin_scripts) $(INSTDIR)/usr/share/tex-common/
 	ln -s update-fontlang $(INSTDIR)/usr/sbin/update-language
 	ln -s update-fontlang $(INSTDIR)/usr/sbin/update-fmtutil
 	ln -s ../sbin/update-fontlang $(INSTDIR)/usr/bin/update-updmap




More information about the Pkg-tetex-commits mailing list