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

[tex-common] 02/05: add $VERSION to dh_installtex (Closes: #872168)



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

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

commit de9012a57c71f8a6691ec73116ca47dc5bd7ef42
Author: Norbert Preining <preining@debian.org>
Date:   Tue Aug 15 10:38:11 2017 +0900

    add $VERSION to dh_installtex (Closes: #872168)
---
 debian/changelog      | 3 ++-
 scripts/dh_installtex | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b16b354..966b96f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ tex-common (6.08) UNRELEASED; urgency=medium
 
   * remove Florent from the list of uploaders, thanks for your work
     (Closes: #869311)
+  * add $VERSION to dh_installtex (Closes: #872168)
 
- -- Norbert Preining <preining@debian.org>  Sun, 23 Jul 2017 00:00:43 +0900
+ -- Norbert Preining <preining@debian.org>  Tue, 15 Aug 2017 10:37:42 +0900
 
 tex-common (6.07) unstable; urgency=medium
 
diff --git a/scripts/dh_installtex b/scripts/dh_installtex
index bf7bff1..28208f2 100755
--- a/scripts/dh_installtex
+++ b/scripts/dh_installtex
@@ -23,6 +23,8 @@
 use strict;
 use Debian::Debhelper::Dh_Lib;
 
+our $VERSION = "1";
+
 init(options => { "flavor=s" => \$dh{FLAVOR} });
 
 

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


Reply to: