On October 12, 2006 at 10:42PM +0900, tats (at debian.org) wrote: > tags 391780 patch > thanks > > On October 11, 2006 at 11:21PM +0200, > allomber (at math.u-bordeaux.fr) wrote: [...] > > <http://people.debian.org/~ballombe/misc/mell.log> > > It was recorded today. > > The log seems that this bug is a different bug of #391778, and > it is affected by other packages. > > To prevent an effect by other package when byte-compiling, please > use -no-site-file option in emacsen-install.
I've prepared NMU mell_1.0.0-6.1 to fix this RC bug (bug#391780)
and lintian errors (bug#392602). If the maintainer don't make an
objection to it, I'll do NMU next week.
----
--- mell-1.0.0-6/debian/changelog
+++ mell-1.0.0/debian/changelog
@@ -1,3 +1,18 @@
+mell (1.0.0-6.1) unstable; urgency=medium
+
+ * NMU to fix an RC bug and lintian errors.
+ * debian/emacsen-install.in: Use the -no-site-file option to prevent
+ installation failure with xemacs21. (Closes: Bug#391780)
+ * debian/control: Move debhelper and dpatch from Build-Depends-Indep
+ to Build-Depends. (Closes: Bug#392602)
+ * debian/rules: Use `make distclean' instead of `make clean' to remove
+ configure generated files.
+ * debian/copyright: Update the postal address of FSF and mention
+ Debian packaging conditions.
+ * debian/control: Set Standards-Version to 3.7.2.
+
+ -- Tatsuya Kinoshita <[EMAIL PROTECTED]> Sat, 4 Nov 2006 07:26:16 +0900
+
mell (1.0.0-6) unstable; urgency=low
* README.Debian: Add notice about setup suggested by
--- mell-1.0.0-6/debian/control
+++ mell-1.0.0/debian/control
@@ -2,8 +2,8 @@
Section: editors
Priority: optional
Maintainer: Hidetaka Iwai <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), dpatch
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>> 4.0.0), dpatch
+Standards-Version: 3.7.2
Package: mell
Architecture: all
--- mell-1.0.0-6/debian/copyright
+++ mell-1.0.0/debian/copyright
@@ -18,9 +18,10 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
+The Debian packaging is distributed under the same conditions as
+the upstream.
--- mell-1.0.0-6/debian/emacsen-install.in
+++ mell-1.0.0/debian/emacsen-install.in
@@ -21,6 +21,7 @@
SITELISP=/usr/share/${FLAVOR}/site-lisp
ELCDIR=${SITELISP}/${PACKAGE}
APELDIR=${SITELISP}/apel
+SITEFLAG=-no-site-file
FLAGS="${SITEFLAG} -q -batch -l ./path.el -l ${APELDIR}/poe.elc -f
batch-byte-compile"
STAMP="${ELCDIR}/compile-stamp"
--- mell-1.0.0-6/debian/rules
+++ mell-1.0.0/debian/rules
@@ -38,7 +38,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp debian/emacsen-install
- -$(MAKE) clean
+ -$(MAKE) distclean
dh_clean
----
Thanks,
--
Tatsuya Kinoshita
pgpyLTu6VpCxu.pgp
Description: PGP signature

