[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock speechd-el 2.5-3



Please unblock speechd-el 2.5-3 in unstable as it fixes release critical
bug #694676.  The complete diff against 2.5-1 currently in testing is
attached.  Thanks.

diff --git a/debian/changelog b/debian/changelog
index 1e7c4a3..79c64b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+speechd-el (2.5-3) unstable; urgency=low
+
+  * Upload to unstable as #694676 is actually release critical.
+
+ -- Milan Zamazal <pdm@debian.org>  Tue, 04 Dec 2012 10:19:16 +0100
+
+speechd-el (2.5-2) experimental; urgency=low
+
+  * Require proper Emacs versions; closes: #694676.
+  * Upload to experimental because wheezy is frozen.
+
+ -- Milan Zamazal <pdm@debian.org>  Mon, 03 Dec 2012 22:29:03 +0100
+
 speechd-el (2.5-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index c90b910..f88e556 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://www.freebsoft.org/speechd-el
  
 Package: speechd-el
 Architecture: all
-Depends: emacs23 | emacs22 | emacs-snapshot | emacs21 (>= 21.3), make, eieio | emacs23 (>= 23.2), base-files (>= 4.0.1), ${misc:Depends}
+Depends: emacs24 | emacs23 (>= 23.2), make, base-files (>= 4.0.1), ${misc:Depends}
 Recommends: sharutils
 Suggests: speech-dispatcher, speechd-el-doc-cs, brltty (>= 3.7.2)
 Description: Emacs speech client using Speech Dispatcher
diff --git a/debian/speechd-el.emacsen-install b/debian/speechd-el.emacsen-install
index fb7dfd7..3f81c80 100755
--- a/debian/speechd-el.emacsen-install
+++ b/debian/speechd-el.emacsen-install
@@ -10,7 +10,7 @@ EL_FILES=`echo *.el`
 EL_DIR=/usr/share/emacs/site-lisp/$PACKAGE
 ELC_DIR=/usr/share/${FLAVOR}/site-lisp/$PACKAGE
 
-if [ "${FLAVOR}" = emacs23 ] || [ "${FLAVOR}" = emacs22 ] || [ "${FLAVOR}" = emacs21 ] || [ "${FLAVOR}" = emacs-snapshot ]; then
+if [ "${FLAVOR}" = emacs24 ] || [ "${FLAVOR}" = emacs23 ]; then
   echo "install/$PACKAGE: byte-compiling for ${FLAVOR}..."
 
   # Copy the temp .el files

Reply to: