[Pkg-gs-devel] r82 - cmap-adobe-gb1/trunk/debian
Masayuki Hatta
mhatta at alioth.debian.org
Sat Jan 3 16:21:03 UTC 2009
Author: mhatta
Date: Sat Jan 3 16:21:03 2009
New Revision: 82
Log:
Various cosmetic changes for shutting up lintian.
Modified:
cmap-adobe-gb1/trunk/debian/changelog
cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.config
cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.postinst
cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.prerm
Modified: cmap-adobe-gb1/trunk/debian/changelog
==============================================================================
--- cmap-adobe-gb1/trunk/debian/changelog (original)
+++ cmap-adobe-gb1/trunk/debian/changelog Sat Jan 3 16:21:03 2009
@@ -1,6 +1,8 @@
cmap-adobe-gb1 (0+20051207-4) unstable; urgency=low
* Bumped up Standards-Version to 3.8.0 (no physical changes).
+ * Removed the absolute path to defoma-font in maintainer scripts.
+ * Set -e in config.
-- Masayuki Hatta (mhatta) <mhatta at debian.org> Sun, 04 Jan 2009 01:07:29 +0900
Modified: cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.config
==============================================================================
--- cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.config (original)
+++ cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.config Sat Jan 3 16:21:03 2009
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/sh -e
PKG=$0
PKG=${PKG##*/}
Modified: cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.postinst
==============================================================================
--- cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.postinst (original)
+++ cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.postinst Sat Jan 3 16:21:03 2009
@@ -21,7 +21,7 @@
extra) i=ext ;;
esac
- /usr/bin/defoma-font -t reregister-all /etc/defoma/hints/$PKG.$i.hints > /dev/null
+ defoma-font -t reregister-all /etc/defoma/hints/$PKG.$i.hints > /dev/null
done
fi
Modified: cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.prerm
==============================================================================
--- cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.prerm (original)
+++ cmap-adobe-gb1/trunk/debian/cmap-adobe-gb1.prerm Sat Jan 3 16:21:03 2009
@@ -10,8 +10,8 @@
PKG=${PKG%.prerm}
if [ "$1" = remove ]; then
- /usr/bin/defoma-font -qt purge-all /etc/defoma/hints/$PKG.std.hints > /dev/null 2>&1
- /usr/bin/defoma-font -qt purge-all /etc/defoma/hints/$PKG.ext.hints > /dev/null 2>&1
+ defoma-font -qt purge-all /etc/defoma/hints/$PKG.std.hints > /dev/null 2>&1
+ defoma-font -qt purge-all /etc/defoma/hints/$PKG.ext.hints > /dev/null 2>&1
fi
#DEBHELPER#
More information about the Pkg-gs-devel
mailing list