[Debian-tex-commits] SVN tex-common commit + diffs: r2521 - in tex-common/branches/etch: debian scripts

Norbert Preining preining at alioth.debian.org
Sun Feb 25 19:55:23 CET 2007


Author: preining
Date: 2007-02-25 19:55:23 +0100 (Sun, 25 Feb 2007)
New Revision: 2521

Modified:
   tex-common/branches/etch/debian/changelog
   tex-common/branches/etch/scripts/dh_installtex
Log:
''backport'' stupid --priority fix for dh_installtex to the etch branch


Modified: tex-common/branches/etch/debian/changelog
===================================================================
--- tex-common/branches/etch/debian/changelog	2007-02-25 18:34:42 UTC (rev 2520)
+++ tex-common/branches/etch/debian/changelog	2007-02-25 18:55:23 UTC (rev 2521)
@@ -1,3 +1,11 @@
+tex-common (1.0.1~1) unstable; urgency=low
+
+  * UNRELEASED
+  * fix a bug in dh_installtex which prohibits --priority to work
+    correctly for command line config files. [NP]
+
+ -- Norbert Preining <preining at debian.org>  Sun, 25 Feb 2007 19:52:56 +0100
+
 tex-common (1.0) unstable; urgency=low
 
   * Release as version 1.0, tex-common has been stable for months and

Modified: tex-common/branches/etch/scripts/dh_installtex
===================================================================
--- tex-common/branches/etch/scripts/dh_installtex	2007-02-25 18:34:42 UTC (rev 2520)
+++ tex-common/branches/etch/scripts/dh_installtex	2007-02-25 18:55:23 UTC (rev 2521)
@@ -320,6 +320,10 @@
 #
 #
 
+if (defined($dh{PRIORITY}) && $dh{PRIORITY} ne '') {
+	$priority=$dh{PRIORITY};
+}
+
 #
 # parse the cmd line and fill in the various hashes
 #
@@ -355,11 +359,7 @@
 	}
 }
 
-if (defined($dh{PRIORITY}) && $dh{PRIORITY} ne '') {
-	$priority=$dh{PRIORITY};
-}
 
-
 foreach my $package (@{$dh{DOPACKAGES}}) {
 	# these variables should be local to the loop over packages
 	# as they vary with package




More information about the Debian-tex-commits mailing list