[SCM] Debian packaging of allegro4.4 branch, master, updated. upstream/4.4.2-129-g89d98fc

Andreas Rönnquist gusnan at gusnan.se
Fri Apr 27 22:22:56 UTC 2012


The following commit has been merged in the master branch:
commit 89d98fc706accc25908616add01c900dd2d48660
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Sat Apr 28 00:22:50 2012 +0200

    Import 040_allegro_cfg.diff

diff --git a/debian/patches/add_debian_config_hints.patch b/debian/patches/add_debian_config_hints.patch
new file mode 100644
index 0000000..9847bbd
--- /dev/null
+++ b/debian/patches/add_debian_config_hints.patch
@@ -0,0 +1,38 @@
+--- a/allegro.cfg
++++ b/allegro.cfg
+@@ -1,3 +1,15 @@
++# Hints for Debian - READ THEM FIRST!
++#
++# Allegro is built with many drivers, some of them are not really stable
++# and may cause trouble or crash your X-Server or destroy your console.
++# For this reason, you should only choose XWIN as your "system"
++# environment (see below) - in this case you can play the games only in
++# the X11-environment, but you get more stability. Running on console
++# will fail. If you are developer or are sure that the "Linux console"
++# mode won't crash your system, you may try it on your own risk and
++# report bugs to the upstream (look for mailing lists on Allegro's main
++# homepage).
++
+ #
+ #  Configuration file for the Allegro library.
+ #
+@@ -18,7 +30,7 @@
+ #  XWIN     - XWindows
+ #  LNXC     - Linux console
+ 
+-system = 
++system = XWIN
+ 
+ 
+ 
+@@ -242,6 +254,10 @@
+ #  GPMD     - GPM repeater data (Mouse Systems protocol)
+ #  EV       - Event interfaces (EVDEV) - set mouse_device = /dev/input/eventN
+ 
++# Change this and following three settings if Allegro has problems
++# autodetecting your mouse on console, i.e. if you use GPM repeater with
++# special protocols or similar hocus pocus
++
+ mouse = 
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 35c5edb..2c50c1f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+add_debian_config_hints.patch
 fix_non_executable_stack.patch
 fix_addons_shared_linkage.patch
 fix_format_not_string_literal_error.patch

-- 
Debian packaging of allegro4.4



More information about the Pkg-games-commits mailing list