[SCM] Debian packaging of allegro4.4 branch, master, updated. 47c054503b3aab3669893448eecf9fdaaade953a

Andreas Rönnquist gusnan at gusnan.se
Sat Mar 31 20:16:48 UTC 2012


The following commit has been merged in the master branch:
commit cefda0f77f83fce121bebddeacaf563a9de051f7
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Sat Mar 31 21:24:02 2012 +0200

    Add libjpgalleg and libloadpng libraries

diff --git a/debian/control b/debian/control
index ec225d8..59d0994 100644
--- a/debian/control
+++ b/debian/control
@@ -150,7 +150,7 @@ Architecture: any
 Pre-Depends: multiarch-support
 Depends: ${misc:Depends}
 Description: development files for the allgrogl library
- This package contains the static libraries for liballegrogl.
+ This package contains the shared libraries for liballegrogl.
  .
  AllegroGL is an Allegro add-on that allows you to use OpenGL alongside 
  Allegro -- you use OpenGL for your rendering to the screen, and Allegro for 
@@ -168,3 +168,39 @@ Description: development files for the allgrogl library
  kinds of input and output interfaces, e.g. X11 (Xlib or DGA),
  framebuffer, SVGAlib.
 
+Package: libjpgalleg
+Section: libs
+Architecture: any
+Pre-Depends: multiarch-support
+Depends: ${misc-depends}
+Description: JPG loading addon for Allegro 4
+ This add-on for Allegro will allow you to load and save JPG images using 
+ standard Allegro image handling functions as if they were normal bitmaps.
+
+Package: libjpgalleg-dev
+Section: libdevel
+Architecture: any
+Pre-Depends: multiarch-support
+Depends: ${misc-depends}
+Description: JPG loading addon for Allegro 4
+ This add-on for Allegro will allow you to load and save JPG images using 
+ standard Allegro image handling functions as if they were normal bitmaps.
+
+Package: libloadpng
+Section: libs
+Architecture: any
+Pre-Depends: multiarch-support
+Depends: ${misc-depends}
+Description: PNG loading addon for Allegro 4
+ This add-on for Allegro will allow you to load and save PNG images using 
+ standard Allegro image handling functions as if they were normal bitmaps.
+
+Package: libloadpng-dev
+Section: libdevel
+Architecture: any
+Pre-Depends: multiarch-support
+Depends: ${misc-depends}
+Description: PNG loading addon for Allegro 4
+ This add-on for Allegro will allow you to load and save PNG images using 
+ standard Allegro image handling functions as if they were normal bitmaps.
+
diff --git a/debian/liballegro4.4-dev.install b/debian/liballegro4.4-dev.install
index 8536557..406681c 100644
--- a/debian/liballegro4.4-dev.install
+++ b/debian/liballegro4.4-dev.install
@@ -86,16 +86,10 @@ usr/include/allegro/platform/astdint.h
 usr/include/allegro/platform/macdef.h
 usr/include/xalleg.h
 usr/bin/allegro-config
-usr/include/loadpng.h
-usr/include/jpgalleg.h
 usr/lib/*/pkgconfig/allegro.pc
 usr/lib/*/pkgconfig/allegrogl.pc
-usr/lib/*/pkgconfig/jpgalleg.pc
-usr/lib/*/pkgconfig/loadpng.pc
 usr/lib/*/pkgconfig/logg.pc
 usr/lib/*/liballeg.so
-usr/lib/*/libloadpng.a
-usr/lib/*/libjpgalleg.a
 
 usr/bin/colormap
 usr/bin/dat2c
diff --git a/debian/libjpgalleg-dev.install b/debian/libjpgalleg-dev.install
new file mode 100644
index 0000000..dcfcd8b
--- /dev/null
+++ b/debian/libjpgalleg-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/libjpgalleg.so.4.4
+usr/lib/*/pkgconfig/jpgalleg.pc
+usr/include/jpgalleg.h
+
diff --git a/debian/libjpgalleg.install b/debian/libjpgalleg.install
new file mode 100644
index 0000000..daccd45
--- /dev/null
+++ b/debian/libjpgalleg.install
@@ -0,0 +1,3 @@
+usr/lib/*/libjpgalleg.so.4.4.2
+usr/lib/*/libjpgalleg.so.4.4
+
diff --git a/debian/libloadpng-dev.install b/debian/libloadpng-dev.install
new file mode 100644
index 0000000..c17c8ee
--- /dev/null
+++ b/debian/libloadpng-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/libloadpng.so
+usr/lib/*/pkgconfig/loadpng.pc
+usr/include/loadpng.h
+
diff --git a/debian/libloadpng.install b/debian/libloadpng.install
new file mode 100644
index 0000000..92acae2
--- /dev/null
+++ b/debian/libloadpng.install
@@ -0,0 +1,3 @@
+usr/lib/*/libloadpng.so.4.4.2
+usr/lib/*/libloadpng.so.4.4
+

-- 
Debian packaging of allegro4.4



More information about the Pkg-games-commits mailing list