Your message dated Tue, 20 Dec 2005 15:10:51 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#342365: fixed in verbiste 0.1.14-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Dec 2005 14:50:56 +0000
>From [EMAIL PROTECTED] Wed Dec 07 06:50:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ns1.mcdownloads.com ([216.239.132.98] helo=mail.3gstech.com)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Ek0dE-0001Y9-Fd
        for [EMAIL PROTECTED]; Wed, 07 Dec 2005 06:50:56 -0800
Received: by mail.3gstech.com (Postfix, from userid 534)
        id 7E5F384288C; Wed,  7 Dec 2005 06:50:55 -0800 (PST)
Date: Wed, 7 Dec 2005 06:50:55 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: library package needs to be renamed (libstdc++ allocator change)
Message-ID: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="BwCQnh7xodEAoBMC"
Content-Disposition: inline
User-Agent: Mutt/1.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.4 required=4.0 tests=BAYES_00,NO_REAL_NAME 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--BwCQnh7xodEAoBMC
Content-Type: multipart/mixed; boundary="LQksG6bCIzRHxTLp"
Content-Disposition: inline


--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: verbiste
Severity: minor

Hi,

Per discussion in #ubuntu-devel I'm attaching a debdiff between Sid's
verbiste (0.1.11-1) and Dapper's (0.1.11-1ubuntu2).

Thanks,
--=20
Daniel T. Chen            [EMAIL PROTECTED]
GPG key:   www.sh.nu/~crimsun/pubkey.gpg.asc

--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename="verbiste_0.1.11-1ubuntu2.debdiff"
Content-Transfer-Encoding: quoted-printable

diff -u verbiste-0.1.11/debian/changelog verbiste-0.1.11/debian/changelog
--- verbiste-0.1.11/debian/changelog
+++ verbiste-0.1.11/debian/changelog
@@ -1,3 +1,18 @@
+verbiste (0.1.11-1ubuntu2) dapper; urgency=3Dlow
+
+  * libstdc++ allocator transition: Rename libverbiste0 to
+    libverbiste0c2a, and add Replaces/Conflicts.
+
+ -- Daniel T Chen <[EMAIL PROTECTED]>  Sat,  3 Dec 2005 22:58:04 -0800
+
+verbiste (0.1.11-1ubuntu1) breezy; urgency=3Dlow
+
+  * locale.alias.patch:
+    + don't install /usr/share/locale/locale.alias. This is already provid=
ed
+    by the locales package.
+
+ -- Sebastian Dr=F6ge <[EMAIL PROTECTED]>  Wed,  5 Oct 2005 14:39:10 +0200
+
 verbiste (0.1.11-1) unstable; urgency=3Dlow
=20
   * New upstream version (Closes: #316008):
diff -u verbiste-0.1.11/debian/control verbiste-0.1.11/debian/control
--- verbiste-0.1.11/debian/control
+++ verbiste-0.1.11/debian/control
@@ -7,7 +7,7 @@
=20
 Package: verbiste
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libverbiste0 (=3D ${Source-Ve=
rsion})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libverbiste0c2a (=3D ${Source=
-Version})
 Description: a French conjugation system
  Verbiste is a program that gives the complete conjugation for French verb=
s.
  The knowledge base contains over 6800 verbs.
@@ -25,9 +25,11 @@
  field in the GNOME Panel where the user can enter a conjugated verb and o=
btain=20
  its complete conjugation.
=20
-Package: libverbiste0
+Package: libverbiste0c2a
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libverbiste0
+Conflicts: libverbiste0
 Description: a French conjugation system
  Verbiste is a program that gives the complete conjugation for French verb=
s.
  The knowledge base contains over 6800 verbs.
@@ -36,7 +38,7 @@
=20
 Package: libverbiste0-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libverbiste0 (=3D ${Source-Ve=
rsion})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libverbiste0c2a (=3D ${Source=
-Version})
 Description: a French conjugation system
  Verbiste is a program that gives the complete conjugation for French verb=
s.
  The knowledge base contains over 6800 verbs.
reverted:
--- verbiste-0.1.11/debian/libverbiste0.install
+++ verbiste-0.1.11.orig/debian/libverbiste0.install
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libverbiste*.so.*
only in patch2:
unchanged:
--- verbiste-0.1.11.orig/debian/patches/locale.alias.patch
+++ verbiste-0.1.11/debian/patches/locale.alias.patch
@@ -0,0 +1,44 @@
+--- verbiste-0.1.11/intl/Makefile.in.old       2005-10-05 14:29:52.631035368 
+02=
00
++++ verbiste-0.1.11/intl/Makefile.in   2005-10-05 14:33:01.796277880 +0200
+@@ -72,7 +72,7 @@
+ plural.$lo plural-exp.$lo localcharset.$lo localename.$lo osdep.$lo
+ GETTOBJS =3D intl-compat.$lo
+ DISTFILES.common =3D Makefile.in \
+-config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
++config.charset ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
+ DISTFILES.generated =3D plural.c
+ DISTFILES.normal =3D VERSION
+ DISTFILES.gettext =3D COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc
+@@ -170,14 +170,6 @@
+           fi; \
+         fi; \
+         $(mkinstalldirs) $(DESTDIR)$(localedir); \
+-        test -f $(DESTDIR)$(localedir)/locale.alias \
+-          && orig=3D$(DESTDIR)$(localedir)/locale.alias \
+-          || orig=3D$(srcdir)/locale.alias; \
+-        temp=3D$(DESTDIR)$(localedir)/t-locale.alias; \
+-        dest=3D$(DESTDIR)$(localedir)/locale.alias; \
+-        sed -f ref-add.sed $$orig > $$temp; \
+-        $(INSTALL_DATA) $$temp $$dest; \
+-        rm -f $$temp; \
+       else \
+         : ; \
+       fi
+@@ -251,17 +243,6 @@
+           fi; \
+           rm -f $$temp; \
+         fi; \
+-        if test -f $(DESTDIR)$(localedir)/locale.alias; then \
+-          temp=3D$(DESTDIR)$(localedir)/t-locale.alias; \
+-          dest=3D$(DESTDIR)$(localedir)/locale.alias; \
+-          sed -f ref-del.sed $$dest > $$temp; \
+-          if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
+-            rm -f $$dest; \
+-          else \
+-            $(INSTALL_DATA) $$temp $$dest; \
+-          fi; \
+-          rm -f $$temp; \
+-        fi; \
+       else \
+         : ; \
+       fi
only in patch2:
unchanged:
--- verbiste-0.1.11.orig/debian/libverbiste0c2a.install
+++ verbiste-0.1.11/debian/libverbiste0c2a.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libverbiste*.so.*

--LQksG6bCIzRHxTLp--

--BwCQnh7xodEAoBMC
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFDlvbOe9GwFciKvaMRAnwJAKCSJqGkhFPyKvUmsAfGAaY0QobiwgCfbEXA
nAC0xWpsnjXkkB3Ahor9mHY=
=HE0u
-----END PGP SIGNATURE-----

--BwCQnh7xodEAoBMC--

---------------------------------------
Received: (at 342365-close) by bugs.debian.org; 20 Dec 2005 23:11:03 +0000
>From [EMAIL PROTECTED] Tue Dec 20 15:11:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 4.50)
        id 1Eoqd9-0003s0-MG; Tue, 20 Dec 2005 15:10:51 -0800
From: Sebastien Bacher <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.31 $
Subject: Bug#342365: fixed in verbiste 0.1.14-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Tue, 20 Dec 2005 15:10:51 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: verbiste
Source-Version: 0.1.14-1

We believe that the bug you reported is fixed in the latest version of
verbiste, which is due to be installed in the Debian FTP archive:

libverbiste0-dev_0.1.14-1_i386.deb
  to pool/main/v/verbiste/libverbiste0-dev_0.1.14-1_i386.deb
libverbiste0c2a_0.1.14-1_i386.deb
  to pool/main/v/verbiste/libverbiste0c2a_0.1.14-1_i386.deb
verbiste-gnome_0.1.14-1_i386.deb
  to pool/main/v/verbiste/verbiste-gnome_0.1.14-1_i386.deb
verbiste_0.1.14-1.diff.gz
  to pool/main/v/verbiste/verbiste_0.1.14-1.diff.gz
verbiste_0.1.14-1.dsc
  to pool/main/v/verbiste/verbiste_0.1.14-1.dsc
verbiste_0.1.14-1_i386.deb
  to pool/main/v/verbiste/verbiste_0.1.14-1_i386.deb
verbiste_0.1.14.orig.tar.gz
  to pool/main/v/verbiste/verbiste_0.1.14.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Bacher <[EMAIL PROTECTED]> (supplier of updated verbiste package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 19 Dec 2005 00:12:40 +0100
Source: verbiste
Binary: verbiste-gnome libverbiste0-dev libverbiste0c2a verbiste
Architecture: source i386
Version: 0.1.14-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Sebastien Bacher <[EMAIL PROTECTED]>
Description: 
 libverbiste0-dev - a French conjugation system
 libverbiste0c2a - a French conjugation system
 verbiste   - a French conjugation system
 verbiste-gnome - a French conjugation system
Closes: 329846 342365
Changes: 
 verbiste (0.1.14-1) unstable; urgency=low
 .
   * New upstream versions:
     - Fixed error in subjunctive present tense of "s:avoir"
     - conjugation template.
     - Fixed error in present conditional tense of "men:tir"
     - conjugation template.
     - Added verbs dissoudre, autodissoudre (Closes: #329846).
     - Fixed error in imperfect tense of "men:tir" conjugation template.
   * debian/control, debian/libverbiste0c2a.install:
     - patch by Daniel T Chen <[EMAIL PROTECTED]>, rename libverbiste0
       to libverbiste0c2a, and add Replaces/Conflicts (Closes: #342365)
Files: 
 08045b21b312a7884a38ee9fd526b33a 707 text optional verbiste_0.1.14-1.dsc
 8e19a1a0f6e1abdc9d34f025a02791f6 549689 text optional 
verbiste_0.1.14.orig.tar.gz
 4e49d94e40cbeb5909d3b9e3bcebfb77 2658 text optional verbiste_0.1.14-1.diff.gz
 ad2df16acdc2adf04c04b81ea820e3ee 86622 text optional verbiste_0.1.14-1_i386.deb
 de1b28352dd834e5b3594d751f2442f3 51718 text optional 
verbiste-gnome_0.1.14-1_i386.deb
 245400f577ae0e990d8810b83ddd20d6 47202 text optional 
libverbiste0c2a_0.1.14-1_i386.deb
 26054366dc0c1d9f26747f1c69d0c1c3 17038 text optional 
libverbiste0-dev_0.1.14-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDpfHTQxo87aLX0pIRAnV8AJ9VBqAw5aLdcAc7QWJ8xDPkgNDYmgCfbGXS
wWKIwtvO743n9RRFhqmeRPc=
=ECod
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to