[gnuplot5] 09/15: Fix ${source:Version} variable in d/control.

Anton Gladky gladk at moszumanska.debian.org
Tue Sep 30 21:57:42 UTC 2014


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

gladk pushed a commit to branch master
in repository gnuplot5.

commit db09c39c84bea39e6cf20a2e7cc149c0482c9bf0
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Sep 29 22:33:11 2014 +0200

    Fix ${source:Version} variable in d/control.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9b0b0cf..6aa8fcd 100644
--- a/debian/control
+++ b/debian/control
@@ -76,7 +76,7 @@ Description: Command-line driven interactive plotting program. Doc-package
 Package: gnuplot5-nox
 Architecture: any
 Depends:
- gnuplot5-data (= ${Source:Version}),
+ gnuplot5-data (= ${source:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
@@ -105,7 +105,7 @@ Description: Command-line driven interactive plotting program. No-X package
 Package: gnuplot5-qt
 Architecture: any
 Depends:
- gnuplot5-data (= ${Source:Version}),
+ gnuplot5-data (= ${source:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests:
@@ -138,7 +138,7 @@ Description: Command-line driven interactive plotting program. QT-package
 Package: gnuplot5-x11
 Architecture: any
 Depends:
- gnuplot5-data (= ${Source:Version}),
+ gnuplot5-data (= ${source:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Conflicts:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot5.git



More information about the debian-science-commits mailing list