[SCM] Packaging for Allegro 4.4 branch, master, updated. b732e8eeb09ab92c546af3fbb4bd52083ddd38f0

Andreas Rönnquist gusnan at gusnan.se
Wed Mar 28 18:50:12 UTC 2012


The following commit has been merged in the master branch:
commit b732e8eeb09ab92c546af3fbb4bd52083ddd38f0
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Wed Mar 28 20:50:02 2012 +0200

    Update version numbers to 4.4

diff --git a/debian/control b/debian/control
index 77eb62a..cedebcd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
-Source: allegro4.2
+Source: allegro4.4
 Section: devel
 Priority: optional
 Maintainer: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper (>= 4.0), texinfo, libesd0-dev, libxext-dev, libx11-dev, libxpm-dev, libxt-dev, libxcursor-dev, libsvga1-dev [i386], libasound2-dev (>= 0.9) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev, libxxf86dga-dev, libxxf86vm-dev
 Standards-Version: 3.7.3
 
-Package: liballegro4.2
+Package: liballegro4.4
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: liballegro4.2-plugin-jack
-Suggests: liballegro4.2-plugin-esd
+Recommends: liballegro4.4-plugin-jack
+Suggests: liballegro4.4-plugin-esd
 Priority: optional
 Description: portable library for cross-platform game and multimedia development
  Allegro is a cross-platform library intended for use in computer games
@@ -23,10 +23,10 @@ Description: portable library for cross-platform game and multimedia development
  Alternatively, you can use the framebuffer output, or install the
  liballegro-plugin-svgalib on i386.
 
-Package: liballegro4.2-dev
+Package: liballegro4.4-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, liballegro4.2 (= ${binary:Version}), libxext-dev, libx11-dev, libxpm-dev, libxxf86vm-dev, libxcursor-dev
+Depends: ${shlibs:Depends}, liballegro4.4 (= ${binary:Version}), libxext-dev, libx11-dev, libxpm-dev, libxxf86vm-dev, libxcursor-dev
 Provides: liballegro3.9.37-dev, liballegro-dev-common, liballegro-dev
 Conflicts: liballegro-dev-common, liballegro4a (<< 2:4.0.3-5), liballegro-dev (<< 2:4.2.0-0rc2-1)
 Replaces: liballegro-dev-common, liballegro4a (<< 2:4.0.3-5), liballegro-dev (<< 2:4.2.0-0rc2-1)
@@ -38,11 +38,11 @@ Description: development files for the Allegro library
  games and other types of multimedia programming. It is used by many
  DOS games and can be used to port them easily to Linux.
 
-Package: liballegro4.2-plugin-jack
+Package: liballegro4.4-plugin-jack
 Architecture: any
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}, liballegro4.2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, liballegro4.4 (= ${binary:Version})
 Description: JACK audio plugin for the Allegro library
  This plugin adds support for the JACK low-latency sound server to the
  Allegro library. Programs using Allegro will automatically use this
@@ -52,11 +52,11 @@ Description: JACK audio plugin for the Allegro library
  games and other types of multimedia programming. It is used by many
  DOS games and can be used to port them easily to Linux.
 
-Package: liballegro4.2-plugin-esd
+Package: liballegro4.4-plugin-esd
 Architecture: any
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}, liballegro4.2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, liballegro4.4 (= ${binary:Version})
 Description: esd audio plugin for the Allegro library
  This plugin adds support for the Enlightened Sound Daemon to the Allegro
  library. Programs using Allegro will automatically use this plugin if esd
@@ -66,11 +66,11 @@ Description: esd audio plugin for the Allegro library
  games and other types of multimedia programming. It is used by many
  DOS games and can be used to port them easily to Linux.
 
-Package: liballegro4.2-plugin-svgalib
+Package: liballegro4.4-plugin-svgalib
 Architecture: i386
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}, liballegro4.2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, liballegro4.4 (= ${binary:Version})
 Description: SVGAlib video plugin for the Allegro library
  This plugin adds support for the SVGAlib graphics library to the Allegro
  library. Programs using the SVGAlib library need to run with root permissions,
diff --git a/debian/rules b/debian/rules
index 247ddc7..d954b16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-ver=4.2
-intver=4.2
-fullver=4.2.2
+ver=4.4
+intver=4.4
+fullver=4.4.2
 
 # SVGAlib is only for x86
 ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),i386)

-- 
Packaging for Allegro 4.4



More information about the Pkg-games-commits mailing list