[Pkg-gs-devel] r140 - cmap-adobe-korea1/trunk/debian
Masayuki Hatta
mhatta at alioth.debian.org
Sun Jan 4 10:06:48 UTC 2009
Author: mhatta
Date: Sun Jan 4 10:06:47 2009
New Revision: 140
Log:
Updated for 0+20051109-6.
Modified:
cmap-adobe-korea1/trunk/debian/changelog
cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.config
cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.postinst
cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.prerm
cmap-adobe-korea1/trunk/debian/control
Modified: cmap-adobe-korea1/trunk/debian/changelog
==============================================================================
--- cmap-adobe-korea1/trunk/debian/changelog (original)
+++ cmap-adobe-korea1/trunk/debian/changelog Sun Jan 4 10:06:47 2009
@@ -1,3 +1,12 @@
+cmap-adobe-korea1 (0+20051109-6) unstable; urgency=low
+
+ * Added Homepage, Vcs-Svn and Vcs-Browser headers in control.
+ * 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 19:04:42 +0900
+
cmap-adobe-korea1 (0+20051109-5) unstable; urgency=low
* Debconf translation:
Modified: cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.config
==============================================================================
--- cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.config (original)
+++ cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.config Sun Jan 4 10:06:47 2009
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/sh -e
PKG=$0
PKG=${PKG##*/}
Modified: cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.postinst
==============================================================================
--- cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.postinst (original)
+++ cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.postinst Sun Jan 4 10:06:47 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-korea1/trunk/debian/cmap-adobe-korea1.prerm
==============================================================================
--- cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.prerm (original)
+++ cmap-adobe-korea1/trunk/debian/cmap-adobe-korea1.prerm Sun Jan 4 10:06:47 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#
Modified: cmap-adobe-korea1/trunk/debian/control
==============================================================================
--- cmap-adobe-korea1/trunk/debian/control (original)
+++ cmap-adobe-korea1/trunk/debian/control Sun Jan 4 10:06:47 2009
@@ -4,7 +4,10 @@
Maintainer: Kenshi Muto <kmuto at debian.org>
Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
Build-Depends: debhelper (>= 4.1.16), po-debconf (>= 0.5.2)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
+Homepage: ftp://ftp.oreilly.com/pub/examples/nutshell/ujip/adobe/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gs/cmap-adobe-korea1/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gs/cmap-adobe-korea1/trunk/
Package: cmap-adobe-korea1
Architecture: all
More information about the Pkg-gs-devel
mailing list