This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian/master in repository planetblupi.
commit b624c0b9362f029003b7fb95f5719c5618053c03 Author: Didier Raboud <[email protected]> Date: Sun Oct 15 13:10:44 2017 +0200 Split package in two --- debian/control | 24 +++++++++++++++++++++--- debian/planetblupi-common.install | 1 + debian/planetblupi.install | 4 ++++ 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 4b557d6..c348f51 100644 --- a/debian/control +++ b/debian/control @@ -5,10 +5,28 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Didier Raboud <[email protected]> Build-Depends: debhelper (>= 10.2.5~), -Standards-Version: 4.1.0 -Homepage: http://blupi.org + dh-exec, + argagg-dev, +Standards-Version: 4.1.1 +Homepage: https://blupi.org Package: planetblupi Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + planetblupi-common (>= ${source:Version}), +Description: Planet Blupi - A delirious spell-binding game + Planet Blupi is a strategy and adventure game. It subtly blends action with + thought-provoking challenges. Behind the quiet and gentle facade, you'll enjoy + a fascinating diversion full of surprises. + +Package: planetblupi-common +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Description: +Recommends: + planetblupi (>= ${source:Version}) +Description: Planet Blupi - A delirious spell-binding game - data + Planet Blupi is a strategy and adventure game. It subtly blends action with + thought-provoking challenges. Behind the quiet and gentle facade, you'll enjoy + a fascinating diversion full of surprises. + . + This package contains the architecture-independent game data. diff --git a/debian/planetblupi-common.install b/debian/planetblupi-common.install new file mode 100644 index 0000000..e6822c4 --- /dev/null +++ b/debian/planetblupi-common.install @@ -0,0 +1 @@ +usr/share/planetblupi/ diff --git a/debian/planetblupi.install b/debian/planetblupi.install new file mode 100755 index 0000000..a4c7d9a --- /dev/null +++ b/debian/planetblupi.install @@ -0,0 +1,4 @@ +#! /usr/bin/dh-exec --with=install +usr/bin/planetblupi => usr/games/planetblupi +usr/share/icons/hicolor/ +usr/share/locale/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

