This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository gnurobbo.
commit b6adcb65f8098900a7c0e4417ae2bfe13e8f64bc Author: Stephen Kitt <[email protected]> Date: Thu Aug 27 22:56:23 2015 +0200 Move the data to an arch-independent gnurobbo-data file. --- debian/changelog | 1 + debian/control | 15 ++++++++++++++- debian/gnurobbo-data.install | 1 + debian/{gnurobbo.links => gnurobbo-data.links} | 0 debian/gnurobbo.install | 1 + 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3d7d48..f7bec96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gnurobbo (0.68+dfsg-1) UNRELEASED; urgency=medium * New upstream version. * Refresh patches. * Standards-Version 3.9.6, no change required. + * Move the data to an arch-independent gnurobbo-data file. -- Stephen Kitt <[email protected]> Thu, 27 Aug 2015 22:49:48 +0200 diff --git a/debian/control b/debian/control index eaf8cae..c03a8f1 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,22 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/gnurobbo.git Package: gnurobbo Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-extra +Depends: ${shlibs:Depends}, ${misc:Depends}, gnurobbo-data Description: logic game ported from ATARI XE/XL GNU Robbo is very addictive logic game. You must help a little robot to get out of an unfriendly planet, collecting parts of an emergency capsule. . Originally written for Atari XE/XL by Janusz Pelc from "LK. Avalon". + +Package: gnurobbo-data +Architecture: all +Depends: ${misc:Depends}, ttf-dejavu-extra +Breaks: gnurobbo (<< 0.68) +Replaces: gnurobbo (<< 0.68) +Description: logic game ported from ATARI XE/XL - data files + GNU Robbo is very addictive logic game. You must help a little robot to + get out of an unfriendly planet, collecting parts of an emergency capsule. + . + Originally written for Atari XE/XL by Janusz Pelc from "LK. Avalon". + . + This package contains the data required to play the game. diff --git a/debian/gnurobbo-data.install b/debian/gnurobbo-data.install new file mode 100644 index 0000000..8772a44 --- /dev/null +++ b/debian/gnurobbo-data.install @@ -0,0 +1 @@ +usr/share/games/gnurobbo diff --git a/debian/gnurobbo.links b/debian/gnurobbo-data.links similarity index 100% rename from debian/gnurobbo.links rename to debian/gnurobbo-data.links diff --git a/debian/gnurobbo.install b/debian/gnurobbo.install index 5625333..7777d99 100644 --- a/debian/gnurobbo.install +++ b/debian/gnurobbo.install @@ -1,3 +1,4 @@ debian/gnurobbo.desktop /usr/share/applications/ debian/gnurobbo.png /usr/share/pixmaps/ debian/gnurobbo.xpm /usr/share/pixmaps/ +usr/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gnurobbo.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

