[SCM] libdvd-pkg/master: improve message to show all guest's binary packages
onlyjob at users.alioth.debian.org
onlyjob at users.alioth.debian.org
Sun Jun 30 17:15:59 UTC 2013
The following commit has been merged in the master branch:
commit 6da41326c0c44cfa98a695aadc9290d58910d3d5
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date: Sat Jun 29 22:39:32 2013 +1000
improve message to show all guest's binary packages
diff --git a/debian/b-i_libdvdcss.sh b/debian/b-i_libdvdcss.sh
index 6634255..cdf866c 100755
--- a/debian/b-i_libdvdcss.sh
+++ b/debian/b-i_libdvdcss.sh
@@ -31,7 +31,7 @@ dpkg -i /dev/zero 2>/dev/null
if [ "$?" -eq 2 ]; then
echo "${PKGI}: dpkg database is locked. You may need to use command \"sudo dpkg-reconfigure ${PKGI}\"."
if [ -h "/etc/apt/apt.conf.d/${P88}" ]; then
- echo "${PKGI}: Building and installation of package(s) [${PKGG}] postponed till after next APT operation."
+ echo "${PKGI}: Building and installation of package(s) [${PKGG_ALL}] postponed till after next APT operation."
fi
exit 0
fi
--
libdvdcss-pkg packaging
More information about the pkg-multimedia-commits
mailing list