diff options
| author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2015-04-30 10:21:28 (GMT) |
|---|---|---|
| committer | chrysn <chrysn@fsfe.org> | 2015-04-30 10:21:28 (GMT) |
| commit | 6f46d2e0f28ed4ffa9b72b5bcfa68e0f643a4264 (patch) | |
| tree | 0ea0d0fa96880adf91a08f8c602bb34fd3983304 | |
| parent | 2b1166ed9196e8548625727b8cc3cf843fc7db78 (diff) | |
updates before uploadingdebian/1.4.0-1
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/copyright | 7 |
3 files changed, 6 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 6ce85c6..d6b96ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ opencsg (1.4.0-1) unstable; urgency=medium - * New upstream release (enhancements with alpha blending an complex scenes) - - No more patching of QMake projects (shipped GLEW not used any more by - upstream) + * New upstream release + - Enhancements with alpha blending and complex scenes + - No more patching of QMake projects necessary; upstream no longer + uses its own version of GLEW * Bump Standards-Version to 3.9.6 - Remove DM-Upload-Allowed (not in use any more) - Add README.source about the state of symbols and C++ visibility @@ -10,7 +11,7 @@ opencsg (1.4.0-1) unstable; urgency=medium * Patch: Use C++ visibility to only export symbols declared in opencsg.h * Use qmake-qt4 to regenerate Makefiles * Patch documentation to not load nonlocal resources - * Fix typo in description (closes: #728369) + * Fix typo in description (Closes: #728369) * Updated copyright file to reflect newer GLEW version * Move packaging project to collab-maint diff --git a/debian/control b/debian/control index b6182e2..4b72c81 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,6 @@ Description: image-based CSG library using OpenGL (development files) This package contains files needed to compile opencsg applications. Package: libopencsg1 -Section: libs Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} @@ -41,7 +40,6 @@ Description: image-based CSG (Constructive Solid Geometry) library using OpenGL This package contains shared library files. Package: libopencsg-example -Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: foreign diff --git a/debian/copyright b/debian/copyright index b905692..a77c645 100644 --- a/debian/copyright +++ b/debian/copyright @@ -54,11 +54,6 @@ Files: debian/* Copyright: © 2011 Christian M. Amsüss <chrysn@fsfe.org> License: GPL-2+ - - - - - Files: glew/include/* Copyright: Copyright 2002-2008 Milan Ikits <milan.ikits@ieee.org> Copyright 2002-2008 Marcelo E. Magallon <mmagallo@debian.org> @@ -76,7 +71,7 @@ Copyright: Copyright 2002-2008 Milan Ikits <milan.ikits@ieee.org> Copyright 2002-2008 Marcelo E. Magallon <mmagallo@debian.org> License: GPL-2+ -Files: glew/auto/src/mesa_licence.h +Files: glew/auto/src/mesa_license.h Copyright: Copyright 1999-2007 Brian Paul Copyright 2007 Hans de Goede (modifications needed for glew) License: Expat |
