1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gnome-2048
Section: games
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
appstream-util <!nocheck>,
desktop-file-utils <!nocheck>,
dh-sequence-gnome,
libclutter-1.0-dev (>= 1.14.0),
libclutter-gtk-1.0-dev (>= 1.5.0),
libgee-0.8-dev (>= 0.14),
libgnome-games-support-1-dev (>= 1.7.1),
libglib2.0-dev (>= 2.42.0),
libgtk-3-dev (>= 3.24),
itstool,
meson (>= 0.37.1),
valac (>= 0.22),
Standards-Version: 4.6.1
X-Ubuntu-Use-Langpack: yes
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-2048
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-2048.git
Homepage: https://wiki.gnome.org/Apps/2048
Package: gnome-2048
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
#Recommends: yelp
Description: sliding tile puzzle game
GNOME 2048 is a clone of Gabriele Cirulli's 2048, a puzzle game based on
Veewo Studios' 1024.
.
Move the sliding tiles with one of the four arrow keys on your keyboard.
When two tiles with the same number touch, they combine into a single tile
and the numbers are added together.
|