Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12394/debian
Modified Files:
emacsen-install changelog
Log Message:
Debian version 0.9.13-2.
Index: emacsen-install
===================================================================
RCS file: /cvsroot/nice/Nice/debian/emacsen-install,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** emacsen-install 18 Dec 2001 15:34:25 -0000 1.1
--- emacsen-install 16 Dec 2007 11:42:58 -0000 1.2
***************
*** 13,22 ****
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
FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
--- 13,22 ----
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
FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.257
retrieving revision 1.258
diff -C2 -d -r1.257 -r1.258
*** changelog 3 Dec 2007 09:40:08 -0000 1.257
--- changelog 16 Dec 2007 11:42:58 -0000 1.258
***************
*** 2,7 ****
* Bump standards-version to 3.7.3 (no changes needed).
!
! --
nice (0.9.13-1) unstable; urgency=low
--- 2,10 ----
* Bump standards-version to 3.7.3 (no changes needed).
! * Fixed emacs mode for emacs21, thanks to Aaron Ucko (closes: #454198).
! * Optimized emacsen byte-compilation on install by using --no-site-file.
! * Sponsored by Petter Reinholdtsen.
!
! -- Daniel Bonniot <bo...@us...> Tue, 04 Dec 2007 09:21:14 +0100
nice (0.9.13-1) unstable; urgency=low
|