[SCM] Simage. Generic interface to various image file format libraries. branch, master, updated. debian/1.7.0-1.1-11-gf43646d

Anton Gladky gladky.anton at gmail.com
Thu Jun 6 07:54:35 UTC 2013


The following commit has been merged in the master branch:
commit b4f09fc23b6801d3aa91b68a0a5bf711c864b7b1
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Jun 5 23:28:56 2013 +0200

    Implement multiarch.

diff --git a/debian/control b/debian/control
index 7d73f1d..9489c1b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,13 @@ Homepage: https://bitbucket.org/Coin3D/simage
 Section: graphics
 Priority: optional
 Build-Depends: debhelper (>= 9), libgif-dev, libjpeg-dev, zlib1g-dev, 
- libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev, dh-autoreconf
+ libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev
 Standards-Version: 3.8.3
 
 Package: libsimage20
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: generic interface to various image file format libraries
@@ -22,6 +24,7 @@ Description: generic interface to various image file format libraries
 Package: libsimage-dev
 Architecture: any
 Section: libdevel
+Multi-Arch: foreign
 Depends: ${misc:Depends}, libsimage20 (= ${binary:Version}), libgif-dev, libjpeg-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev
 Description: generic interface to various image file format libraries
  The simage library provides a simplified and uniform interface to many
diff --git a/debian/libsimage-dev.manpages b/debian/libsimage-dev.manpages
new file mode 100644
index 0000000..c14631b
--- /dev/null
+++ b/debian/libsimage-dev.manpages
@@ -0,0 +1 @@
+debian/simage-config.1
diff --git a/debian/rules b/debian/rules
index d950b83..432f9e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 %:
 	dh $@ --parallel
 
-
 extra_flags = \
    --enable-static \
 	 --with-targa \

-- 
Simage. Generic interface to various image file format libraries.



More information about the debian-science-commits mailing list