[SCM] libdvdcss-pkg/master: improving error message

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Sun May 19 13:00:18 UTC 2013


The following commit has been merged in the master branch:
commit 2c35934c2961d78fa82db59c88261b249ba6d63c
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sun May 19 20:36:58 2013 +1000

    improving error message

diff --git a/debian/rules b/debian/rules
index f28332a..d461a52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ VER  = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m
 VERG = $(shell dpkg-parsechangelog -l$(PKGG)/debian/changelog | perl -ne 'print $$1 if m{Version:\s+(\d.*)};')
 ## check if host package version (without debian revision) match full version of encapsulated guest package
 ifneq ($(VER), $(VERG))
-    $(error Error: Packages' version mismatch: host/$(VER) != guest/$(VERG))
+    $(error Error: Packages' version mismatch: host(upstream part)/$(VER) != guest/$(VERG))
 endif
 
 %: debian/po/templates.pot

-- 
libdvdcss-pkg packaging



More information about the pkg-multimedia-commits mailing list