[simage] 01/04: Apply cme fix dpkg.
Anton Gladky
gladk at moszumanska.debian.org
Sun Sep 4 17:25:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository simage.
commit cd13cae5b5d1c73df43dfe9916d70fac9050aca7
Author: Anton Gladky <gladk at debian.org>
Date: Sun Sep 4 18:52:36 2016 +0200
Apply cme fix dpkg.
---
debian/control | 63 ++++++++++++-------------
debian/copyright | 2 +-
debian/patches/01_configure-shared-static.patch | 1 +
debian/patches/libpng16.patch | 2 +-
4 files changed, 32 insertions(+), 36 deletions(-)
diff --git a/debian/control b/debian/control
index fe11410..e9015a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,37 @@
Source: simage
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders:
- Steve M. Robbins <smr at debian.org>,
- Anton Gladky <gladk at debian.org>
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/simage.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/simage.git
-Homepage: https://bitbucket.org/Coin3D/simage
+Uploaders: Steve M. Robbins <smr at debian.org>,
+ Anton Gladky <gladk at debian.org>
Section: graphics
Priority: optional
-Build-Depends:
- autotools-dev,
- debhelper (>= 9),
- libgif-dev,
- libjpeg-dev,
- libpng-dev,
- libsndfile1-dev,
- libtiff-dev,
- libvorbis-dev,
- zlib1g-dev
-Standards-Version: 3.9.4
+Build-Depends: autotools-dev,
+ debhelper (>= 9),
+ libgif-dev,
+ libjpeg-dev,
+ libpng-dev,
+ libsndfile1-dev,
+ libtiff-dev,
+ libvorbis-dev,
+ zlib1g-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/simage.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/simage.git
+Homepage: https://bitbucket.org/Coin3D/simage
Package: libsimage-dev
Architecture: any
-Section: libdevel
Multi-Arch: foreign
-Depends:
- libgif-dev,
- libjpeg-dev,
- libpng-dev,
- libsimage20 (= ${binary:Version}),
- libsndfile1-dev,
- libtiff-dev,
- libvorbis-dev,
- pkg-config,
- zlib1g-dev,
- ${misc:Depends}
+Section: libdevel
+Depends: libgif-dev,
+ libjpeg-dev,
+ libpng-dev,
+ libsimage20 (= ${binary:Version}),
+ libsndfile1-dev,
+ libtiff-dev,
+ libvorbis-dev,
+ pkg-config,
+ zlib1g-dev,
+ ${misc:Depends}
Description: generic interface to various image file format libraries. Development files.
The simage library provides a simplified and uniform interface to many
image file format libraries, and it includes internal support for some
@@ -42,13 +39,11 @@ Description: generic interface to various image file format libraries. Developme
Package: libsimage20
Architecture: any
-Pre-Depends:
- ${misc:Pre-Depends}
Multi-Arch: same
Section: libs
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
Description: generic interface to various image file format libraries
The simage library provides a simplified and uniform interface to many
image file format libraries, and it includes internal support for some
diff --git a/debian/copyright b/debian/copyright
index 80acdcf..21efa2c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: simage
Source: https://bitbucket.org/Coin3D/simage
diff --git a/debian/patches/01_configure-shared-static.patch b/debian/patches/01_configure-shared-static.patch
index d69cf38..06909ed 100644
--- a/debian/patches/01_configure-shared-static.patch
+++ b/debian/patches/01_configure-shared-static.patch
@@ -1,3 +1,4 @@
+Description: _configure shared static
--- simage-1.7.0.obsolete.0.299751654573814/configure 2010-02-26 09:47:31.000000000 -0600
+++ simage-1.7.0/configure 2010-02-27 14:25:52.000000000 -0600
@@ -3819,19 +3819,6 @@
diff --git a/debian/patches/libpng16.patch b/debian/patches/libpng16.patch
index b3819ce..c29fe19 100644
--- a/debian/patches/libpng16.patch
+++ b/debian/patches/libpng16.patch
@@ -1,6 +1,6 @@
Description: Fix FTBFS with changed libpng 1.6 api
+Bug-Debian: https://bugs.debian.org/648126
Author: Tobias Frost <tobi at debian.org>
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648126
Last-Update: 2016-01-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/simage.git
More information about the debian-science-commits
mailing list