Author: apo-guest Date: 2015-12-07 23:26:42 +0000 (Mon, 07 Dec 2015) New Revision: 15616
Added: packages/trunk/rrootage/debian/rrootage.links Modified: packages/trunk/rrootage/debian/changelog packages/trunk/rrootage/debian/rules Log: Release 0.23a-11 Modified: packages/trunk/rrootage/debian/changelog =================================================================== --- packages/trunk/rrootage/debian/changelog 2015-12-07 21:05:58 UTC (rev 15615) +++ packages/trunk/rrootage/debian/changelog 2015-12-07 23:26:42 UTC (rev 15616) @@ -1,3 +1,11 @@ +rrootage (0.23a-11) unstable; urgency=medium + + * Team upload. + * Fix Lintian warning binaries-have-file-conflict by using the symlink from + /usr/share/doc/rrootage-data only once in the rrootage binary package. + + -- Markus Koschany <[email protected]> Tue, 08 Dec 2015 00:15:02 +0100 + rrootage (0.23a-10) unstable; urgency=medium * Team upload. Added: packages/trunk/rrootage/debian/rrootage.links =================================================================== --- packages/trunk/rrootage/debian/rrootage.links (rev 0) +++ packages/trunk/rrootage/debian/rrootage.links 2015-12-07 23:26:42 UTC (rev 15616) @@ -0,0 +1,2 @@ +usr/share/doc/rrootage-data usr/share/doc/rrootage + Modified: packages/trunk/rrootage/debian/rules =================================================================== --- packages/trunk/rrootage/debian/rules 2015-12-07 21:05:58 UTC (rev 15615) +++ packages/trunk/rrootage/debian/rules 2015-12-07 23:26:42 UTC (rev 15616) @@ -27,5 +27,5 @@ override_dh_link: $(RM) -r debian/rrootage/usr/share/doc/rrootage - dh_link usr/share/doc/rrootage-data usr/share/doc/rrootage + dh_link _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

