lp:debian/experimental/libqglviewer

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/experimental/libqglviewer
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

8. By Anton Gladky

* [bf5e634] Migrate to Qt5.
* [1752dbd] Update d/copyright.
* [543dce6] Imported Upstream version 2.6.1+dfsg1
* [e6c2a3c] Update autopkgtest.
* [3267fd4] Set Standards-version: 3.9.6. No changes.

7. By Anton Gladky

[ 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.

6. By Artur R. Czechowski

* New upstream release:
  + uses CONFIG += no_keywords so that the library can be used with Boost
    (LP: #414975)
  + is compilable with Qt 4.8 (Closes: #662702)
* Don't build Qt3 version anymore (Closes: #604356)
* Using upstream name convention: libQGLViewer instead of libqglviewer
* drop no longer needed patches:
  + 01qt3-qt4
  + 99compile-examples
* Lintian cleanup:
  + fix descriptions
  + libqglviewer-qt4-2 depends on ${misc:Depends}
  + build-arch and build-indep provided in debian/rules
* 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
* Update Standards-Version to 3.9.3
  + sort Breaks/Replaces/Provides dependencies for transition
* Remove all transition related stuff. The dev package is libqglviewer-dev,
  the shared library package is libqglviewer2. All needed transition symlinks
  are provided in those packages.
* Headers moved from libqglviewer-dev-common to libqglviewer-dev
* temporary removed libqglviewer-dev-common, it will be reintroduced later
  as a libqglviewer-doc
* libqglviewer-qt4-2, libqglviewer-qt3-dev and libqglviewer-qt4-dev are now
  dummy transition packages
* 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.
* Updated description of libqglviewer-qt3-dev package

5. By Artur R. Czechowski

* some improvements about mutliflavour transition stuff
* multiflavour and transition details are described in
  README.Multiflavour
* dev packages contains only .so and .a files
* new package: libqglviewer-dev-common introduced, contains headers
  and documentation
* due to above includes are in sane location again, however it does
  not fully fixes the bug it's all what can be done at the moment,
  (Closes: #522659)
* /usr/include/qglviewer-qt3 and /usr/include/qglviewer-qt4 are symlinks
  pointing to /usr/include/QGLViewer for a short time
* added GPL_EXCEPTION for non-compatible licences, see the file
  for details
* example sources are added, available in
  /usr/share/doc/libqglviewer-dev-common/examples

4. By Artur R. Czechowski

* This release is focused for transition from qt3-only version
  to qt3 and qt4 flavours available as unobtrusive as possible.
  + libqglviewer-dev: add symlinks:
    - /usr/lib/libqglviewer.a -> /usr/lib/libqglviewer-qt3.a
    - /usr/lib/libqglviewer.prl -> /usr/lib/libqglviewer-qt3.prl
    - /usr/include/QGLViewer -> /usr/include/qglviewer-qt3
    - /usr/lib/libqglviewer.so -> /usr/lib/libqglviewer-qt3.so.2.3.1
  + debian/rules: updated symlinks for dynamic libraries versions
  + new dummy package libqglviewer2 depending on libqglviewer-qt3-2
    for smoother transition for satysfying versioned dependency
  + libqglviewer-qt3-2 conflicts with versions of libqglviewer2 before
    transition and no more replaces libqglviewer2.
  + updated transition notes in debian/NEWS
* fixed typo in debian/changelog
* debian/copyright: correct typo in licence filename (GPL2 -> GPL-2)

3. By Artur R. Czechowski

Add libqglviewer.a for static linking (Closes: #471711)

2. By Artur R. Czechowski

New upstream release

1. By Artur R. Czechowski

Import upstream version 2.2.6-3

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/squeeze/libqglviewer
This branch contains Public information 
Everyone can see this information.

Subscribers