[simage] 02/03: Use wrap-and-sort.
Anton Gladky
gladk at alioth.debian.org
Sat Oct 26 20:13:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository simage.
commit 1f700b018363dd9eada1a0e5e56584247dd7cd39
Author: Anton Gladky <gladk at debian.org>
Date: Sat Oct 26 22:09:46 2013 +0200
Use wrap-and-sort.
---
debian/control | 55 +++++++++++++++++++++++++++++-------------
debian/copyright | 1 -
debian/libsimage-dev.install | 4 +--
3 files changed, 40 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index 32ba82c..fe11410 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,55 @@
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>
+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
Section: graphics
Priority: optional
-Build-Depends: debhelper (>= 9), libgif-dev, libjpeg-dev, zlib1g-dev,
- libpng-dev, libtiff-dev, libvorbis-dev, libsndfile1-dev, autotools-dev
+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
-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
- The simage library provides a simplified and uniform interface to many
- image file format libraries, and it includes internal support for some
- image file formats too.
-
Package: libsimage-dev
Architecture: any
Section: libdevel
Multi-Arch: foreign
-Depends: ${misc:Depends}, libsimage20 (= ${binary:Version}), libgif-dev,
- libjpeg-dev, zlib1g-dev, libpng-dev, libtiff-dev, libvorbis-dev,
- libsndfile1-dev, pkg-config
+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
image file formats too. The package ships development files.
+
+Package: libsimage20
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends}
+Multi-Arch: same
+Section: libs
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
+ image file formats too.
diff --git a/debian/copyright b/debian/copyright
index 9587f93..80acdcf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,4 +16,3 @@ License: BSD
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
diff --git a/debian/libsimage-dev.install b/debian/libsimage-dev.install
index e9c60bc..5fb1ff1 100644
--- a/debian/libsimage-dev.install
+++ b/debian/libsimage-dev.install
@@ -1,5 +1,5 @@
+usr/bin
+usr/include
usr/lib/*/lib*.so
usr/lib/*/pkgconfig
-usr/include
-usr/bin
usr/share/Coin
--
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