~ubuntu-branches/debian/experimental/libqglviewer/experimental

« back to all changes in this revision

Viewing changes to QGLViewer/VRender/Exporter.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky, Artur R. Czechowski, Anton Gladky
  • Date: 2013-01-25 23:07:30 UTC
  • mfrom: (1.2.2) (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130125230730-uc908mvqm230nns4
Tags: 2.3.17-1
[ Artur R. Czechowski ]
* New upstream release:
  + uses CONFIG += no_keywords so that the library can be used with Boost
    (LP: #414975) (Closes: #697660)
* Using upstream name convention: libQGLViewer instead of libqglviewer
* Don't build Qt3 version anymore
* Drop no longer needed patches:
  + 01qt3-qt4
  + 04glu-include
  + 99compile-examples
* Convert to 3.0 (quilt) format
  + remove dpatch from Build-Deps and all calls from debian/rules
  + update patches in debian/patches
  + replace debian/00list with debian/series
  + remove README.source
  + rename remaining patches - remove NN prefix
* Pass multiarch related LIB_DIR to qmake in debian/rules
* Lintian cleanup:
  + fix descriptions
  + libqglviewer-qt4-2 depends on ${misc:Depends}
  + build-arch and build-indep provided in debian/rules
* Update Standards-Version to 3.9.3
  + sort Breaks/Replaces/Provides dependencies for transition
* Remove transition related stuff. The dev package is libqglviewer-dev,
  the shared library package is libqglviewer2.
* Headers moved from libqglviewer-dev-common to libqglviewer-dev
* Documentation moved from libqglviewer-dev-common to new libqglviewer-doc
* Remove debian/README.Multiflavour and other qt3 related artifacts from
  debian/
* README.Debian cleanup
  + Merge all *.README.Debian into one file - the content is the same
  + Corrected upstream name in README.Debian
  + Updated URL of homepage
* Provide upstreams GPL_EXCEPTION file, mention it in copyright one.
* Tighten shlibs dependencies, as upstream confirmed no ABI compatibility
  is assured between even minor releases
* Hardening the binaries
  + build depends on dpkg-dev > 1.16.1~
  + use dpkg-buildflags
  + pass build flags to qmake
  + don't remove -g option in qmake - new patch: compile-with--g-option
  + add lintian overrides for false positive hardening-no-stackprotector
    warning, see #673112

[ Anton Gladky ]
* [4b87fd4] Use compat-level 9.
* [2a3db76] Clean in rules-file.
* [51c8386] Use override_dh commands.
* [b79d40d] Use DEP-5 for copyright-file. 
            Remove adding exception in each package.
* [934a9b8] Remove compile-with--g-option patch. The -g options is transmitted
            with other CFLAGS in debian/rules.
* [173c034] Remove olsolete DM-Upload-Allowed flag.
* [e694744] Change maintainership to Debian-Science Team. (Closes: #688520)
* [f0627f1] Remove symlink of copyright-file during upgrade. (Closes: #691441)
* [f79e4f8] Properly remove old binaries.
* [1a200fe] Bumped Standards-Version: 3.9.4. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
 Copyright (C) 2002-2011 Gilles Debunne. All rights reserved.
26
26
 
27
 
 This file is part of the QGLViewer library version 2.3.15.
 
27
 This file is part of the QGLViewer library version 2.3.17.
28
28
 
29
29
 http://www.libqglviewer.com - contact@libqglviewer.com
30
30