diff -Nru goo-0.155/debian/changelog goo-0.155/debian/changelog --- goo-0.155/debian/changelog 2013-07-03 12:04:01.000000000 +0000 +++ goo-0.155/debian/changelog 2013-12-01 18:57:57.000000000 +0000 @@ -1,14 +1,11 @@ -goo (0.155-12build2) saucy; urgency=low +goo (0.155-13) unstable; urgency=high - * Rebuild to pick up new libgc package name + * debian/goo.emacsen-install: Tolerate preexisting .el symlinks, which + can exist when configuring goo and an emacs flavor in the same run. + (Closes: #730811.) + * debian/control: Note compliance with Standards-Version 3.9.5. - -- Matthias Klose Wed, 03 Jul 2013 12:04:01 +0000 - -goo (0.155-12build1) raring; urgency=low - - * Rebuild to pick up the new libgc1c3 dependency. - - -- Matthias Klose Wed, 27 Feb 2013 13:40:08 +0000 + -- Aaron M. Ucko Sun, 01 Dec 2013 13:57:57 -0500 goo (0.155-12) unstable; urgency=low diff -Nru goo-0.155/debian/control goo-0.155/debian/control --- goo-0.155/debian/control 2012-06-29 04:15:43.000000000 +0000 +++ goo-0.155/debian/control 2013-12-01 18:48:39.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Aaron M. Ucko Build-Depends: debhelper (>= 9), libgc-dev (>= 1:7), libgmp10-dev | libgmp-dev -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Homepage: http://www.googoogaga.org/ Vcs-Git: git://anonscm.debian.org/users/ucko/goo.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=users/ucko/goo.git diff -Nru goo-0.155/debian/goo.emacsen-install goo-0.155/debian/goo.emacsen-install --- goo-0.155/debian/goo.emacsen-install 2012-06-29 04:22:55.000000000 +0000 +++ goo-0.155/debian/goo.emacsen-install 2013-12-01 18:43:59.000000000 +0000 @@ -30,7 +30,7 @@ *) FILES=`echo *.el` ;; esac cd ${ELCDIR} -ln -s ../../../emacs/site-lisp/${PACKAGE}/*.el . +ln -snf ../../../emacs/site-lisp/${PACKAGE}/*.el . cat << EOF > path.el (setq load-path (cons "." load-path) byte-compile-warnings nil)