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
-     <[EMAIL PROTECTED]> (closes: #332699) [frank]
+      <[EMAIL PROTECTED]> (closes: #332699) [frank]
     - updated French debconf translation, thanks to Clément Stenac
       <[EMAIL PROTECTED]> (closes: #335776) [frank]
     - updated Italian debconf translation, thanks to Luca Monducci
-    <[EMAIL PROTECTED]> (closes: #336093) [frank]
+      <[EMAIL PROTECTED]> (closes: #336093) [frank]
 
  -- Frank Küster <[EMAIL PROTECTED]>  Fri, 28 Oct 2005 11:27:48 +0200
 
@@ -110,3 +110,6 @@
 
  -- Frank Küster <[EMAIL PROTECTED]>  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


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to