Could sdic 2.1.3-12 be unblocked?
Dear release team,
While reviewing sdic (no l10n changes), I found the following changes,
which could deserve an unblock:
(There are also some changes in POT or PO files, but no string changes)
diff -u sdic-2.1.3/debian/control sdic-2.1.3/debian/control
--- sdic-2.1.3/debian/control
+++ sdic-2.1.3/debian/control
@@ -2,12 +2,12 @@
Section: contrib/text
Priority: optional
Maintainer: Taku YASUI <tach@debian.or.jp>
-Build-Depends-Indep: debhelper (>= 4.1.16), emacs21|xemacs21-mule-canna-wnn|xemacs21-mule|xemacs21-gnome-mule|xemacs21-gnome-mule-canna-wnn
-Standards-Version: 3.6.2.1
+Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, po-debconf
+Standards-Version: 3.7.2
Package: sdic
Architecture: all
-Depends: emacs21|xemacs21-mule-canna-wnn|xemacs21-mule|xemacs21-gnome-mule|xemacs21-gnome-mule-canna-wnn
+Depends: emacs21 | emacsen
Suggests: sdic-gene95, sdic-edict, sdic-eijiro, bsdmainutils
Description: Emacs-Lisp program to view dictionaries
Sdic is an emacs interface to English-Japanese dictionaries
diff -u sdic-2.1.3/debian/sdic-gene95.postinst sdic-2.1.3/debian/sdic-gene95.postinst
--- sdic-2.1.3/debian/sdic-gene95.postinst
+++ sdic-2.1.3/debian/sdic-gene95.postinst
@@ -42,7 +42,7 @@
TG2=$SDICTMP/gene95.tar.bz2
find_archive $LZH /usr/bin/lha 5 'lha p $ARC gene.txt|tail +4'
[ "$ARC" = "" ] && find_archive $TGZ /bin/gunzip 2 'tar zxOf $ARC gene.txt'
- [ "$ARC" = "" ] && find_archive $TG2 /usr/bin/bunzip2 2 'bunzip2 -c $ARC|tar xOf - gene.txt'
+ [ "$ARC" = "" ] && find_archive $TG2 /bin/bunzip2 2 'bunzip2 -c $ARC|tar xOf - gene.txt'
if [ "$ARC" = "" ]; then
echo "Prepare $LZH or $TGZ or $TG2 first." 1>&2
exit 1
diff -u sdic-2.1.3/debian/changelog sdic-2.1.3/debian/changelog
--- sdic-2.1.3/debian/changelog
+++ sdic-2.1.3/debian/changelog
@@ -1,3 +1,12 @@
+sdic (2.1.3-12) unstable; urgency=low
+
+ * Change bunzip2 path on sdic-gene95.postinst
+ (closes: #406596)
+ * Change Dependency of kind of emacsen
+ (closes: #403145)
+
+ -- Taku YASUI <tach@debian.or.jp> Mon, 22 Jan 2007 19:46:13 +0900
+
sdic (2.1.3-11) unstable; urgency=low
* Change debconf dependency; using ${misc:Depends} variable
Best Regards,
--
Nekral
Reply to: