diff -Nru allegro4.4-4.4.2/debian/changelog allegro4.4-4.4.2/debian/changelog --- allegro4.4-4.4.2/debian/changelog 2013-06-09 11:30:45.000000000 +0000 +++ allegro4.4-4.4.2/debian/changelog 2013-07-14 09:35:10.000000000 +0000 @@ -1,3 +1,12 @@ +allegro4.4 (2:4.4.2-4) unstable; urgency=low + + [ Andreas Rönnquist ] + * Add replaces / breaks on liballegro4.2-dev (Closes: #714814) + * Fix lintian vcs-field-not-canonical warning + * Fix unused-override hardening-no-fortify-functions + + -- Tobias Hansen Sun, 14 Jul 2013 11:34:32 +0200 + allegro4.4 (2:4.4.2-3) unstable; urgency=low * Create new packages liblogg4.4 and liblogg4-dev for the addon. diff -Nru allegro4.4-4.4.2/debian/control allegro4.4-4.4.2/debian/control --- allegro4.4-4.4.2/debian/control 2013-06-09 10:31:14.000000000 +0000 +++ allegro4.4-4.4.2/debian/control 2013-07-14 09:23:57.000000000 +0000 @@ -25,8 +25,8 @@ gcc-4.7 [ia64], g++-4.7 [ia64] Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/pkg-games/allegro4.4.git -Vcs-Browser: http://git.debian.org/?p=pkg-games/allegro4.4.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-games/allegro4.4.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/allegro4.4.git;a=summary Package: liballegro4.4 Section: libs @@ -137,6 +137,8 @@ Depends: ${misc:Depends}, liballeggl4.4 (= ${binary:Version}), liballegro4-dev +Replaces: liballegro4.2-dev (<< 2:4.4.2-3) +Breaks: liballegro4.2-dev (<< 2:4.4.2-3) Description: development files for the allegrogl library This package contains the development headers for liballeggl. . @@ -248,6 +250,8 @@ liblogg4.4 (= ${binary:Version}), liballegro4-dev, libvorbis-dev +Replaces: liballegro4.2-dev (<< 2:4.4.2-3) +Breaks: liballegro4.2-dev (<< 2:4.4.2-3) Description: development files for the OGG loading addon for Allegro 4 This package contains the development headers for liblogg. . diff -Nru allegro4.4-4.4.2/debian/libjpgalleg4.4.lintian-overrides allegro4.4-4.4.2/debian/libjpgalleg4.4.lintian-overrides --- allegro4.4-4.4.2/debian/libjpgalleg4.4.lintian-overrides 2013-06-09 10:18:14.000000000 +0000 +++ allegro4.4-4.4.2/debian/libjpgalleg4.4.lintian-overrides 2013-07-14 09:23:57.000000000 +0000 @@ -8,7 +8,3 @@ # The API is essentially frozen forever." # (http://sourceforge.net/mailarchive/message.php?msg_id=29119754) libjpgalleg4.4 binary: no-symbols-control-file - -# False positive, there are no functions to protect. -# There is only memset. -libjpgalleg4.4 binary: hardening-no-fortify-functions