[Python-modules-commits] r2198 - in /packages/pydb/trunk/debian:
changelog emacsen-install
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Mon Apr 30 18:10:15 UTC 2007
Author: malex
Date: Mon Apr 30 18:10:13 2007
New Revision: 2198
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2198
Log:
fix #421298
Modified:
packages/pydb/trunk/debian/changelog
packages/pydb/trunk/debian/emacsen-install
Modified: packages/pydb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/changelog?rev=2198&op=diff
==============================================================================
--- packages/pydb/trunk/debian/changelog (original)
+++ packages/pydb/trunk/debian/changelog Mon Apr 30 18:10:13 2007
@@ -1,3 +1,10 @@
+pydb (1.22-2) unstable; urgency=low
+
+ * Fix emacsen-install (Closes: #421298). Thanks to Luis Rodrigo Gallardo
+ Cruz <rodrigo at nul-unu.com> for the suggestion.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 16 Apr 2007 17:04:06 -0600
+
pydb (1.22-1) unstable; urgency=low
* New upstream release.
Modified: packages/pydb/trunk/debian/emacsen-install
URL: http://svn.debian.org/wsvn/python-modules/packages/pydb/trunk/debian/emacsen-install?rev=2198&op=diff
==============================================================================
--- packages/pydb/trunk/debian/emacsen-install (original)
+++ packages/pydb/trunk/debian/emacsen-install Mon Apr 30 18:10:13 2007
@@ -17,12 +17,12 @@
echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
-#FLAVORTEST=`echo $FLAVOR | cut -c-6`
-#if [ ${FLAVORTEST} = xemacs ] ; then
-# SITEFLAG="-no-site-file"
-#else
-# SITEFLAG="--no-site-file"
-#fi
+FLAVORTEST=`echo $FLAVOR | cut -c-6`
+if [ ${FLAVORTEST} = xemacs ] ; then
+ SITEFLAG="-no-site-file"
+else
+ SITEFLAG="--no-site-file"
+fi
FLAGS="${SITEFLAG} -q -batch -f batch-byte-compile"
ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
More information about the Python-modules-commits
mailing list