Please find attached the diff of the NMU I have just done for the
libstdc++ allocator change.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u mecab-0.80/debian/control mecab-0.80/debian/control
--- mecab-0.80/debian/control
+++ mecab-0.80/debian/control
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: TSUCHIYA Masatoshi <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), cdbs
+Build-Depends: debhelper (>> 4.0.0), cdbs, libtool, automake1.7, autoconf
 Standards-Version: 3.6.1
 
 Package: mecab
@@ -24,10 +24,10 @@
  morphological analysis system.  This package is necessary to install
  dictionary packages for Mecab like mecab-jumandic.
 
-Package: libmecab0c2
+Package: libmecab0c2a
 Section: libs
 Architecture: any
-Conflicts: libmecab0
+Conflicts: libmecab0, libmecab0c2
 Depends: ${shlibs:Depends}
 Description: Libraries of Mecab
  This package provides runtime libraries of Mecab, that is a Japanese
@@ -36,7 +36,7 @@
 Package: libmecab-dev
 Section: libdevel
 Architecture: any
-Depends: libmecab0c2 (= ${Source-Version})
+Depends: libmecab0c2a (= ${Source-Version})
 Description: Header files of Mecab
  This package provides header files which are necessary to development
  programs using runtime libraries of Mecab, that is a Japanese
diff -u mecab-0.80/debian/changelog mecab-0.80/debian/changelog
--- mecab-0.80/debian/changelog
+++ mecab-0.80/debian/changelog
@@ -1,3 +1,12 @@
+mecab (0.80-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * libstdc++ allocator transition: renamed libmecab0c2 into libmecab0c2a
+    (closes: bug#339230).
+  * Update libtool at build time (closes: bug#342688).
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 17 Dec 2005 15:04:52 +0100
+
 mecab (0.80-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u mecab-0.80/debian/rules mecab-0.80/debian/rules
--- mecab-0.80/debian/rules
+++ mecab-0.80/debian/rules
@@ -39,0 +40,5 @@
+
+DEB_AUTO_UPDATE_LIBTOOL = pre
+DEB_AUTO_UPDATE_ACLOCAL = 1.7
+DEB_AUTO_UPDATE_AUTOCONF = 2.50
+DEB_AUTO_UPDATE_AUTOMAKE = 1.7

Reply via email to