Package: libinfinity Version: 0.5.2-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer, When libinfinity was ported to gtk3, debian/control renamed the libinfgtk package to libinfgtk3. But once reference was missed, and now the -dbg package Recommends a package that doesn't exist. I wrote a patch for Ubuntu to fix it. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: i386 (i686) Kernel: Linux 3.5.0-3-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libinfinity-0.5.2/debian/changelog libinfinity-0.5.2/debian/changelog diff -Nru libinfinity-0.5.2/debian/control libinfinity-0.5.2/debian/control --- libinfinity-0.5.2/debian/control 2012-06-02 17:36:41.000000000 -0400 +++ libinfinity-0.5.2/debian/control 2012-07-05 17:22:49.000000000 -0400 @@ -42,7 +42,7 @@ Architecture: any Pre-Depends: dpkg (>= 1.15.6) Depends: ${misc:Depends}, libinfinity-0.5-0 (= ${binary:Version}) -Recommends: libinfgtk-0.5-0 (= ${binary:Version}), infinoted-0.5 (= ${binary:Version}) +Recommends: libinfgtk3-0.5-0 (= ${binary:Version}), infinoted-0.5 (= ${binary:Version}) Description: infinote-based collaborative editing - debugging symbols libinfinity is library to build collaborative text editors. Changes to the text buffers are synced to all other clients over a central server.