[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[tex-common] 02/02: don't add version to created dpkg dep



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository tex-common.

commit 4699d0e436466d1dfb39e33c633072f5eea3ac6c
Author: Norbert Preining <preining@debian.org>
Date:   Sat Jun 6 16:59:03 2015 +0900

    don't add version to created dpkg dep
---
 debian/changelog      | 3 ++-
 scripts/dh_installtex | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9b86800..3834cd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ tex-common (6.00) experimental; urgency=medium
   * rework fmtutil/hyphen handling in the same way as updmap handling
   * switch to trigger activated format building
   * try to ensure reproducible builds in files generated by dh_installtex
+  * dh_installtex: don't add version to generated dpkg dep (Closes: #787906)
 
- -- Norbert Preining <preining@debian.org>  Sat, 06 Jun 2015 15:34:39 +0900
+ -- Norbert Preining <preining@debian.org>  Sat, 06 Jun 2015 16:52:04 +0900
 
 tex-common (5.03) unstable; urgency=medium
 
diff --git a/scripts/dh_installtex b/scripts/dh_installtex
index 1767eb9..6b340db 100755
--- a/scripts/dh_installtex
+++ b/scripts/dh_installtex
@@ -570,7 +570,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 	}
 
 	# for trigger support
-	addsubstvar($package, "misc:Depends", "dpkg", ">= 1.14.18");
+	addsubstvar($package, "misc:Depends", "dpkg", "");
 	addsubstvar($package, "misc:Depends", "tex-common", ">= 6");
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/tex-common.git


Reply to: