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

Frank Küster frank at costa.debian.org
Mon Oct 31 12:07:03 UTC 2005


Author: frank
Date: 2005-10-31 12:07:03 +0000 (Mon, 31 Oct 2005)
New Revision: 311

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/rules
Log:
- fix destination file names in rules,
- final version number and whitespace corrections in changelog

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2005-10-31 10:28:06 UTC (rev 310)
+++ tex-common/trunk/debian/changelog	2005-10-31 12:07:03 UTC (rev 311)
@@ -1,4 +1,4 @@
-tex-common (0.8.1) UNRELEASED; urgency=low
+tex-common (0.9) unstable; urgency=low
 
   * Change ls-R file handling to be useful. Don't use debconf as
     registry. (Closes: #332264) [preining]
@@ -8,11 +8,11 @@
     exists and abort with an explanation in that case. [frn]
   * Translations:
     - updated Danish debconf translation, thanks to Claus Hindsgaul
-     <claus_h at image.dk> (closes: #332699) [frank]
+      <claus_h at image.dk> (closes: #332699) [frank]
     - updated French debconf translation, thanks to Clément Stenac
       <zorglub at via.ecp.fr> (closes: #335776) [frank]
     - updated Italian debconf translation, thanks to Luca Monducci
-    <luca.mo at tiscali.it> (closes: #336093) [frank]
+      <luca.mo at tiscali.it> (closes: #336093) [frank]
 
  -- Frank Küster <frank at debian.org>  Fri, 28 Oct 2005 11:27:48 +0200
 
@@ -110,3 +110,6 @@
 
  -- Frank Küster <frank at debian.org>  Mon, 13 Jun 2005 18:09:55 +0200
 
+;; Local Variables:
+;; coding: utf-8
+;; End:
\ No newline at end of file

Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2005-10-31 10:28:06 UTC (rev 310)
+++ tex-common/trunk/debian/rules	2005-10-31 12:07:03 UTC (rev 311)
@@ -83,8 +83,8 @@
 	# dh_installtexfonts(.1) is already installed via the bin_scripts
 	#cp scripts/postrm-texfonts $(INSTDIR)/usr/share/debhelper/autoscripts
 	#cp scripts/postinst-texfonts $(INSTDIR)/usr/share/debhelper/autoscripts
-	grep -v '^[ \t]*#' scripts/postrm-texfonts > $(INSTDIR)/usr/share/debhelper/autoscripts
-	grep -v '^[ \t]*#' scripts/postinst-texfonts > $(INSTDIR)/usr/share/debhelper/autoscripts
+	grep -v '^[ \t]*#' scripts/postrm-texfonts > $(INSTDIR)/usr/share/debhelper/autoscripts/postinst-texfonts
+	grep -v '^[ \t]*#' scripts/postinst-texfonts > $(INSTDIR)/usr/share/debhelper/autoscripts/postinst-texfonts
 
 	# ship /var/cache/fonts with proper permissions
 	mkdir --mode=1777 $(INSTDIR)/var/cache/fonts/pk




More information about the Pkg-tetex-commits mailing list