diff -Nru aribas-1.64/debian/aribas.dirs aribas-1.64/debian/aribas.dirs --- aribas-1.64/debian/aribas.dirs 1970-01-01 00:00:00.000000000 +0000 +++ aribas-1.64/debian/aribas.dirs 2008-03-21 20:46:10.000000000 +0000 @@ -0,0 +1,5 @@ +usr/bin +usr/share/man/man1 +usr/share/doc/aribas/examples +usr/lib/aribas +usr/share/emacs/site-lisp/aribas diff -Nru aribas-1.64/debian/aribas.doc-base aribas-1.64/debian/aribas.doc-base --- aribas-1.64/debian/aribas.doc-base 1970-01-01 00:00:00.000000000 +0000 +++ aribas-1.64/debian/aribas.doc-base 2009-11-21 14:36:34.000000000 +0000 @@ -0,0 +1,8 @@ +Document: aribas +Title: Aribas +Author: Otto Forster +Abstract: The Aribas Documentation and Tutorial +Section: Science/Mathematics + +Format: text +Files: /usr/share/doc/aribas/aribas.doc.gz /usr/share/doc/aribas/aribas.tut.gz diff -Nru aribas-1.64/debian/aribas.docs aribas-1.64/debian/aribas.docs --- aribas-1.64/debian/aribas.docs 1970-01-01 00:00:00.000000000 +0000 +++ aribas-1.64/debian/aribas.docs 2008-03-21 20:46:10.000000000 +0000 @@ -0,0 +1,2 @@ +doc/aribas.tut +doc/aribas.doc diff -Nru aribas-1.64/debian/changelog aribas-1.64/debian/changelog --- aribas-1.64/debian/changelog 2010-11-18 20:35:30.000000000 +0000 +++ aribas-1.64/debian/changelog 2010-11-20 17:21:57.000000000 +0000 @@ -1,3 +1,12 @@ +aribas (1.64-5) unstable; urgency=low + + * Remove dependency on emacsen-common, do not byte-compile aribas.el. + Justifaction: debian emacs policy section 5, "Packages with only + marginal emacs relevance". Also drop "Suggests: emacsen". + * Rename some directories under debian/ according to debhelper(7). + + -- Ralf Treinen Sat, 20 Nov 2010 18:21:54 +0100 + aribas (1.64-4) unstable; urgency=low * Pre-Depend on emacsen-common instead of just Depends, to fix an diff -Nru aribas-1.64/debian/control aribas-1.64/debian/control --- aribas-1.64/debian/control 2010-11-18 20:40:07.000000000 +0000 +++ aribas-1.64/debian/control 2010-11-20 17:44:35.000000000 +0000 @@ -9,8 +9,6 @@ Package: aribas Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: emacsen-common -Suggests: emacsen Description: interpreter for arithmetic ARIBAS is an interactive interpreter suitable for big integer arithmetic and multiprecision floating point arithmetic. diff -Nru aribas-1.64/debian/dirs aribas-1.64/debian/dirs --- aribas-1.64/debian/dirs 2008-03-21 20:46:10.000000000 +0000 +++ aribas-1.64/debian/dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -usr/bin -usr/share/man/man1 -usr/share/doc/aribas/examples -usr/lib/aribas -usr/share/emacs/site-lisp/aribas diff -Nru aribas-1.64/debian/doc-base.aribas aribas-1.64/debian/doc-base.aribas --- aribas-1.64/debian/doc-base.aribas 2009-11-21 14:36:34.000000000 +0000 +++ aribas-1.64/debian/doc-base.aribas 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -Document: aribas -Title: Aribas -Author: Otto Forster -Abstract: The Aribas Documentation and Tutorial -Section: Science/Mathematics - -Format: text -Files: /usr/share/doc/aribas/aribas.doc.gz /usr/share/doc/aribas/aribas.tut.gz diff -Nru aribas-1.64/debian/docs aribas-1.64/debian/docs --- aribas-1.64/debian/docs 2008-03-21 20:46:10.000000000 +0000 +++ aribas-1.64/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -doc/aribas.tut -doc/aribas.doc diff -Nru aribas-1.64/debian/emacsen-install aribas-1.64/debian/emacsen-install --- aribas-1.64/debian/emacsen-install 2008-03-21 20:46:10.000000000 +0000 +++ aribas-1.64/debian/emacsen-install 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -#! /bin/sh -e -# /usr/lib/emacsen-common/packages/install/aribas - -# Written by Jim Van Zandt , borrowing heavily -# from the install scripts for gettext by Santiago Vila -# and octave by Dirk Eddelbuettel . - -FLAVOR=$1 -PACKAGE=aribas - -if [ ${FLAVOR} = emacs ]; then exit 0; fi - -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" - -ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} -ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} - -# Install-info-altdir does not actually exist. -# Maybe somebody will write it. -if test -x /usr/sbin/install-info-altdir; then - echo install/${PACKAGE}: install Info links for ${FLAVOR} - install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz -fi - -install -m 755 -d ${ELCDIR} -cd ${ELDIR} -FILES=`echo *.el` -cp ${FILES} ${ELCDIR} -cd ${ELCDIR} - -cat << EOF > path.el -(setq load-path (cons "." load-path) byte-compile-warnings nil) -EOF -${FLAVOR} ${FLAGS} ${FILES} -rm -f *.el path.el - -exit 0 diff -Nru aribas-1.64/debian/emacsen-remove aribas-1.64/debian/emacsen-remove --- aribas-1.64/debian/emacsen-remove 2008-03-21 20:46:10.000000000 +0000 +++ aribas-1.64/debian/emacsen-remove 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -#!/bin/sh -e -# /usr/lib/emacsen-common/packages/remove/aribas - -FLAVOR=$1 -PACKAGE=aribas - -if [ ${FLAVOR} != emacs ]; then - if test -x /usr/sbin/install-info-altdir; then - echo remove/${PACKAGE}: removing Info links for ${FLAVOR} - install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/#PACKAGE#.info.gz - fi - - echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} - rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} -fi diff -Nru aribas-1.64/debian/emacsen-startup aribas-1.64/debian/emacsen-startup --- aribas-1.64/debian/emacsen-startup 2008-03-21 20:46:10.000000000 +0000 +++ aribas-1.64/debian/emacsen-startup 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -;; -*-emacs-lisp-*- -;; -;; Emacs startup file for the Debian GNU/Linux aribas package -;; -;; Originally contributed by Nils Naumann -;; Modified by Dirk Eddelbuettel -;; Adapted for dh-make by Jim Van Zandt - -;; The aribas package follows the Debian/GNU Linux 'emacsen' policy and -;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, -;; xemacs19, emacs20, xemacs20...). The compiled code is then -;; installed in a subdirectory of the respective site-lisp directory. -;; We have to add this to the load-path: -(setq load-path (nconc load-path (list (concat "/usr/share/" - (symbol-name flavor) - "/site-lisp/aribas")))) - -(autoload 'run-aribas "aribas" "Run ARIBAS." t)