[lib3ds] 07/13: Use wrap-and-sort.
Anton Gladky
gladk at moszumanska.debian.org
Fri Jan 17 19:10:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository lib3ds.
commit b589b3d44c1756287f5a67d7f53dddd4ce6f8bd4
Author: Anton Gladky <gladk at debian.org>
Date: Fri Jan 17 18:50:54 2014 +0100
Use wrap-and-sort.
---
debian/control | 26 +++++++++++++++++++-------
debian/copyright | 6 +++---
debian/lib3ds-dev.install | 2 +-
3 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index 006a8e6..de435c6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,31 +2,43 @@ Source: lib3ds
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: debhelper (>= 9), freeglut3-dev, automake, autoconf (>= 2.50), libtool
+Build-Depends:
+ autoconf (>= 2.50),
+ automake,
+ debhelper (>= 9),
+ freeglut3-dev,
+ libtool
Standards-Version: 3.8.3
Homepage: http://www.lib3ds.org/
Package: lib3ds-1-3
-Replaces: lib3ds-dev (<< 1.3.0-3)
+Replaces:
+ lib3ds-dev (<< 1.3.0-3)
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Autodesk 3D Studio file reader C library
This library implements the functionality required to manage
Autodesk's 3D Studio Release 3 and 4 format (.3DS) files.
.
- It is a free alternative to Autodesk's 3DS File Toolkit for
+ It is a free alternative to Autodesk's 3DS File Toolkit for
managing 3DS files.
Package: lib3ds-dev
Section: libdevel
-Conflicts: lib3ds-1.0-0
+Conflicts:
+ lib3ds-1.0-0
Architecture: any
-Depends: lib3ds-1-3 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ lib3ds-1-3 (=${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Autodesk 3D Studio file reader development files
This library implements the functionality required to manage
Autodesk's 3D Studio Release 3 and 4 format (.3DS) files.
.
- It is a free alternative to Autodesk's 3DS File Toolkit for
+ It is a free alternative to Autodesk's 3DS File Toolkit for
managing 3DS files.
.
This package contains the development files (headers and libs).
diff --git a/debian/copyright b/debian/copyright
index 4259c7e..dbda818 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,9 +5,9 @@ Upstream-Contact: Reed Hedges <reed at zerohour.net>
Files: *
Copyright: 1996-2007 Jan Eric Kyprianidis <www.kyprianidis.com>
License: LGPL-2.1+
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
.
On Debian GNU/Linux systems, the complete text of the GNU Lesser General
diff --git a/debian/lib3ds-dev.install b/debian/lib3ds-dev.install
index b3c025f..afbed2c 100644
--- a/debian/lib3ds-dev.install
+++ b/debian/lib3ds-dev.install
@@ -1,5 +1,5 @@
debian/tmp/usr/bin/* usr/bin
+debian/tmp/usr/include/* usr/include
debian/tmp/usr/lib/*.a usr/lib
debian/tmp/usr/lib/*.so usr/lib
-debian/tmp/usr/include/* usr/include
debian/tmp/usr/share/* usr/share
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lib3ds.git
More information about the debian-science-commits
mailing list