From 412167191628df113580397d17d5dfc9bb6697ac Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 19 Mar 2014 13:02:36 -0700 Subject: [PATCH] fix major/minor version --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index bf8c1b240e..19fca15689 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ # version 2 or later for copying conditions. There is NO warranty. # +include VERSION + export MAILADDRESS = lilypond@packages.debian.org # fontconfig blows chunks if it can't write to $HOME; and some @@ -90,8 +92,8 @@ override_dh_install: dh_install --list-missing override_dh_python2: - dh_python2 - dh_python2 usr/share/lilypond/*/python/ + dh_python2 --verbose + dh_python2 --verbose usr/share/lilypond/$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_LEVEL)/python/ override_dh_compress: dh_compress -X.ly -- 2.39.5