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

Bug#679994: marked as done (release.debian.org: unblock: cmigemo/20110227-6)



Your message dated Fri, 06 Jul 2012 14:03:41 +0200
with message-id <4FF6D41D.4060708@dogguy.org>
and subject line Re: Bug#679994: release.debian.org: unblock: cmigemo/20110227-6
has caused the Debian Bug report #679994,
regarding release.debian.org: unblock: cmigemo/20110227-6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
679994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679994
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi, Please unblock package cmigemo. 

The cmigemo (= 20110227-5) provides transitional package "migemo" in
order to smooth upgrade from squeeze to wheezy. Because original
"migemo" is removed from Debian archives.
  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677073
  - http://packages.qa.debian.org/m/migemo/news/20120701T163917Z.html

However, current cmigemo (=20110227-5, in unstable) had RC bug #679756 
  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679756

Thus, I fix it and upload 20110227-6 into unstable.
I attached debdiff output. 

Please unclock cmigemo/20110227-6.

Sincerely yours,
Youhei 

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (80, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cmigemo-20110227/debian/changelog cmigemo-20110227/debian/changelog
--- cmigemo-20110227/debian/changelog	2012-06-29 16:30:23.000000000 +0100
+++ cmigemo-20110227/debian/changelog	2012-07-02 16:47:35.000000000 +0100
@@ -1,3 +1,11 @@
+cmigemo (20110227-6) unstable; urgency=low
+
+  * Fix upgrade/transition from 'migemo'. 
+   - Change install destination for smooth upgrade,
+     Thanks to Andreas Beckmann. (Closes: #679756)
+
+ -- Youhei SASAKI <uwabami@gfd-dennou.org>  Mon, 02 Jul 2012 13:48:43 +0100
+
 cmigemo (20110227-5) unstable; urgency=low
 
   * Add Transitional package for smooth upgrade from migemo
diff -Nru cmigemo-20110227/debian/migemo-el.emacsen-install cmigemo-20110227/debian/migemo-el.emacsen-install
--- cmigemo-20110227/debian/migemo-el.emacsen-install	2012-06-16 18:05:35.000000000 +0100
+++ cmigemo-20110227/debian/migemo-el.emacsen-install	2012-07-02 14:11:15.000000000 +0100
@@ -6,7 +6,7 @@
 # <sanvila@ctv.es> and octave by Dirk Eddelbuettel <edd@debian.org>.
 
 FLAVOR=$1
-PACKAGE=migemo
+PACKAGE=migemo-el
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
 
@@ -23,13 +23,6 @@
 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`
diff -Nru cmigemo-20110227/debian/migemo-el.emacsen-remove cmigemo-20110227/debian/migemo-el.emacsen-remove
--- cmigemo-20110227/debian/migemo-el.emacsen-remove	2012-06-16 18:05:35.000000000 +0100
+++ cmigemo-20110227/debian/migemo-el.emacsen-remove	2012-07-02 14:11:07.000000000 +0100
@@ -1,14 +1,10 @@
 #!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/migemo
+# /usr/lib/emacsen-common/packages/remove/migemo-el
 
 FLAVOR=$1
-PACKAGE=migemo
+PACKAGE=migemo-el
 
 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/migemo.info.gz
-    # fi
 
     echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
     rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
diff -Nru cmigemo-20110227/debian/migemo-el.emacsen-startup cmigemo-20110227/debian/migemo-el.emacsen-startup
--- cmigemo-20110227/debian/migemo-el.emacsen-startup	2012-06-16 18:05:35.000000000 +0100
+++ cmigemo-20110227/debian/migemo-el.emacsen-startup	2012-07-02 14:11:27.000000000 +0100
@@ -13,5 +13,5 @@
 ;; We have to add this to the load-path:
 (setq load-path (cons (concat "/usr/share/"
                               (symbol-name flavor)
-			      "/site-lisp/migemo") load-path))
+			      "/site-lisp/migemo-el") load-path))
 
diff -Nru cmigemo-20110227/debian/migemo-el.install cmigemo-20110227/debian/migemo-el.install
--- cmigemo-20110227/debian/migemo-el.install	2012-06-16 18:05:35.000000000 +0100
+++ cmigemo-20110227/debian/migemo-el.install	2012-07-02 14:11:38.000000000 +0100
@@ -1 +1 @@
-debian/contrib/migemo.el usr/share/emacs/site-lisp/migemo/
+debian/contrib/migemo.el usr/share/emacs/site-lisp/migemo-el/

--- End Message ---
--- Begin Message ---
On 02/07/12 22:58, Youhei SASAKI wrote:

Please unclock cmigemo/20110227-6.


Unblocked.

Regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


--- End Message ---

Reply to: