Author: miriam Date: 2008-12-24 00:39:34 +0000 (Wed, 24 Dec 2008) New Revision: 8556
Modified: packages/trunk/performous/debian/changelog packages/trunk/performous/debian/control packages/trunk/performous/debian/rules Log: Do not depend on the dependencies of the plugins Recommend the dependencies of the ALSA plugin Modified: packages/trunk/performous/debian/changelog =================================================================== --- packages/trunk/performous/debian/changelog 2008-12-24 00:08:45 UTC (rev 8555) +++ packages/trunk/performous/debian/changelog 2008-12-24 00:39:34 UTC (rev 8556) @@ -1,9 +1,15 @@ -performous (0.3.0-2) UNRELEASED; urgency=low +performous (0.3.0-2) unstable; urgency=low + [ Ansgar Burchardt ] * debian/copyright: Fix typo. - -- Ansgar Burchardt <[email protected]> Fri, 14 Nov 2008 21:43:04 +0100 + [ Miriam Ruiz ] + * Uploaded to sid + * Do not depend on the dependencies of the plugins + * Recommend the dependencies of the ALSA plugin + -- Miriam Ruiz <[email protected]> Tue, 23 Dec 2008 22:19:45 +0100 + performous (0.3.0-1) experimental; urgency=low * UltraStar NG is now called Performous. Package renamed to performous. Modified: packages/trunk/performous/debian/control =================================================================== --- packages/trunk/performous/debian/control 2008-12-24 00:08:45 UTC (rev 8555) +++ packages/trunk/performous/debian/control 2008-12-24 00:39:34 UTC (rev 8556) @@ -19,6 +19,7 @@ Package: performous Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ${alsalibs:Recommends} Conflicts: ultrastar-ng (<< 0.3.0) Replaces: ultrastar-ng (<< 0.3.0) Provides: ultrastar-ng Modified: packages/trunk/performous/debian/rules =================================================================== --- packages/trunk/performous/debian/rules 2008-12-24 00:08:45 UTC (rev 8555) +++ packages/trunk/performous/debian/rules 2008-12-24 00:39:34 UTC (rev 8556) @@ -80,7 +80,15 @@ dh_fixperms -a dh_makeshlibs -a dh_installdeb -a - dh_shlibdeps -a + dh_shlibdeps -a \ + -Xusr/lib/libda/ + dh_shlibdeps -a \ + -Xusr/lib/libda.a \ + -Xusr/lib/libda/libda_audio_dev_gst.so \ + -Xusr/lib/libda/libda_audio_dev_jack.so \ + -Xusr/lib/libda/libda_audio_dev_pa19.so \ + -Xusr/lib/libda/libda_audio_dev_pulse.so \ + -- -dRecommends -palsalibs dh_gencontrol -a dh_md5sums -a dh_builddeb -a _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

