diff -Nru ogre-1.7.4/debian/changelog ogre-1.7.4/debian/changelog --- ogre-1.7.4/debian/changelog 2012-03-04 23:51:21.000000000 +0000 +++ ogre-1.7.4/debian/changelog 2012-03-12 19:45:46.000000000 +0000 @@ -1,3 +1,11 @@ +ogre (1.7.4-3) unstable; urgency=low + + * Install /usr/share/OGRE-*/*.cfg files in the samples binary package instead + of an arch-independent one, so it includes the correct path for plugins for + each architecture (Closes: #663502) + + -- Manuel A. Fernandez Montecelo Mon, 12 Mar 2012 19:34:12 +0000 + ogre (1.7.4-2) unstable; urgency=low * Test for existence of directories /etc/OGRE* before attempting to remove diff -Nru ogre-1.7.4/debian/ogre-samples-data.install ogre-1.7.4/debian/ogre-samples-data.install --- ogre-1.7.4/debian/ogre-samples-data.install 2012-02-06 16:43:00.000000000 +0000 +++ ogre-1.7.4/debian/ogre-samples-data.install 2012-03-12 19:34:00.000000000 +0000 @@ -1 +1,3 @@ -usr/share +usr/share/OGRE-*/CMakeLists.txt +usr/share/OGRE-*/Samples +usr/share/OGRE-*/media diff -Nru ogre-1.7.4/debian/ogre-samples.install ogre-1.7.4/debian/ogre-samples.install --- ogre-1.7.4/debian/ogre-samples.install 2012-02-06 19:37:00.000000000 +0000 +++ ogre-1.7.4/debian/ogre-samples.install 2012-03-12 19:33:04.000000000 +0000 @@ -1,2 +1,3 @@ usr/bin/SampleBrowser usr/lib/*/OGRE-*/Samples/ +usr/share/OGRE-*/*.cfg