Package: migemo-perl
Version: 0.22-4
Severity: normal
Tags: patch

Hi,

Attached is the diff for my migemo-perl 0.22-4.1 NMU.

-- 
 .''`.             Fuck your fascist beauty standards
: :' :   
`. `'           Proudly running unstable Debian GNU/Linux
  `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u migemo-perl-0.22/debian/changelog migemo-perl-0.22/debian/changelog
--- migemo-perl-0.22/debian/changelog
+++ migemo-perl-0.22/debian/changelog
@@ -1,3 +1,12 @@
+migemo-perl (0.22-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #35945,#359543).
+  * Upgraded Depends to emacs21 (Closes: #232774).
+  * Move debhelper form BUild-Depends-Indep to Build-Depends
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 10:01:48 +0200
+
 migemo-perl (0.22-4) unstable; urgency=low
 
   * modify Description, closes: Bug#145000
diff -u migemo-perl-0.22/debian/control migemo-perl-0.22/debian/control
--- migemo-perl-0.22/debian/control
+++ migemo-perl-0.22/debian/control
@@ -2,12 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 2.0.0), perl, skkdic, textutils
+Build-Depends: debhelper(>=4)
+Build-Depends-Indep: perl, skkdic, textutils
 Standards-Version: 3.2.1
 
 Package: migemo-perl
 Architecture: all
-Depends: emacs20 | emacsen, apel, liblingua-romkan-perl
+Depends: emacs21 | emacsen, apel, liblingua-romkan-perl
 Conflicts: migemo
 Description: Japanese incremental search with Romaji on Emacsen
  migemo is a tool that supports Japanese incremental search with Romaji.
only in patch2:
unchanged:
--- migemo-perl-0.22.orig/debian/migemo-perl.postinst
+++ migemo-perl-0.22/debian/migemo-perl.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/migemo-perl -a -d 
/usr/share/doc/migemo-perl ]; then
+                rm -f /usr/doc/migemo-perl
+        fi
+fi
+
+#DEBHELPER#
only in patch2:
unchanged:
--- migemo-perl-0.22.orig/debian/liblingua-romkan-perl.postinst
+++ migemo-perl-0.22/debian/liblingua-romkan-perl.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/liblingua-romkan-perl -a -d 
/usr/share/doc/liblingua-romkan-perl ]; then
+                rm -f /usr/doc/liblingua-romkan-perl
+        fi
+fi
+
+#DEBHELPER#

Reply via email to