[Blends-commit] r2114 - in blends/trunk/blends: debian etc/blends templates
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Sat Mar 20 21:41:57 UTC 2010
Author: tille
Date: Sat Mar 20 21:41:57 2010
New Revision: 2114
URL: http://svn.debian.org/viewsvn/blends?rev=2114&view=rev
Log:
Do not use explicite PATH to blend-update-menus to avoid lintian warning in metapackages.
Modified:
blends/trunk/blends/debian/changelog
blends/trunk/blends/etc/blends/blends.conf
blends/trunk/blends/templates/prerm
Modified: blends/trunk/blends/debian/changelog
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/debian/changelog?rev=2114&view=diff&r1=2114&r2=2113&p1=blends/trunk/blends/debian/changelog&p2=blends/trunk/blends/debian/changelog
==============================================================================
--- blends/trunk/blends/debian/changelog (original)
+++ blends/trunk/blends/debian/changelog Sat Mar 20 21:41:57 2010
@@ -1,3 +1,10 @@
+blends (0.6.13) UNRELEASED; urgency=low
+
+ * Do not use explicite PATH to blend-update-menus to avoid
+ lintian warning in metapackages.
+
+ -- Andreas Tille <tille at debian.org> Sat, 20 Mar 2010 22:38:55 +0100
+
blends (0.6.12) unstable; urgency=low
* Use prerm instead of postrm and verify existance of
Modified: blends/trunk/blends/etc/blends/blends.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/etc/blends/blends.conf?rev=2114&view=diff&r1=2114&r2=2113&p1=blends/trunk/blends/etc/blends/blends.conf&p2=blends/trunk/blends/etc/blends/blends.conf
==============================================================================
--- blends/trunk/blends/etc/blends/blends.conf (original)
+++ blends/trunk/blends/etc/blends/blends.conf Sat Mar 20 21:41:57 2010
@@ -10,24 +10,8 @@
#DEBUG=1
# Utility functions, backend indep
-if [ -s ${SHAREDIR}/blend-utils ] ; then
- . ${SHAREDIR}/blend-utils
-else
- echo "File ${SHAREDIR}/blend-utils not found"
- exit 13
-fi
-if [ -s ${SHAREDIR}/blend-actions ] ; then
- . ${SHAREDIR}/blend-actions
-else
- echo "File ${SHAREDIR}/blend-actions not found"
- exit 13
-fi
+. ${SHAREDIR}/blend-utils
+. ${SHAREDIR}/blend-actions
# actual action performed by choosen backend
-if [ -s ${SHAREDIR}/${DBBACKEND}/blend-actions ] ; then
- . ${SHAREDIR}/${DBBACKEND}/blend-actions
-else
- echo "File ${SHAREDIR}/${DBBACKEND}/blend-actions not found"
- exit 13
-fi
-
+. ${SHAREDIR}/${DBBACKEND}/blend-actions
Modified: blends/trunk/blends/templates/prerm
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/blends/templates/prerm?rev=2114&view=diff&r1=2114&r2=2113&p1=blends/trunk/blends/templates/prerm&p2=blends/trunk/blends/templates/prerm
==============================================================================
--- blends/trunk/blends/templates/prerm (original)
+++ blends/trunk/blends/templates/prerm Sat Mar 20 21:41:57 2010
@@ -19,7 +19,7 @@
if [ -x /usr/sbin/blend-update-usermenus ] ; then
. /etc/blends/blends.conf
. /etc/blends/#BLEND#/#BLEND#.conf
- /usr/sbin/blend-update-menus --blend #BLEND#
+ blend-update-menus --blend #BLEND#
# Initialize debconf if not yet done
if [ _"$DEBCONF_REDIR" = _"" ]; then
More information about the Blends-commit
mailing list