diff -Nru grantlee-0.1.4/debian/changelog grantlee-0.1.4/debian/changelog --- grantlee-0.1.4/debian/changelog 2010-07-29 10:30:47.000000000 +0200 +++ grantlee-0.1.4/debian/changelog 2010-08-08 01:41:31.000000000 +0200 @@ -1,3 +1,10 @@ +grantlee (0.1.4-1ubuntu1) maverick; urgency=low + + * Make libgrantlee-core0 and libgrantlee-gui0 conflict/replace libgrantlee0 + (LP: #614859) + + -- Philip Muskovac Sun, 08 Aug 2010 01:39:01 +0200 + grantlee (0.1.4-1) unstable; urgency=low * Initial release diff -Nru grantlee-0.1.4/debian/control grantlee-0.1.4/debian/control --- grantlee-0.1.4/debian/control 2010-07-30 11:29:22.000000000 +0200 +++ grantlee-0.1.4/debian/control 2010-08-08 01:38:53.000000000 +0200 @@ -10,6 +10,8 @@ Package: libgrantlee-gui0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libgrantlee0 (<= 0.1.2-0ubuntu1) +Replaces: libgrantlee0 (<= 0.1.2-0ubuntu1) Description: Grantlee templating library for Qt - GUI Grantlee is a string template engine based on the Django template system and written in Qt. @@ -19,6 +21,8 @@ Package: libgrantlee-core0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libgrantlee0 (<= 0.1.2-0ubuntu1) +Replaces: libgrantlee0 (<= 0.1.2-0ubuntu1) Description: Grantlee templating library for Qt - Core Grantlee is a string template engine based on the Django template system and written in Qt.