1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
meshlab (1.3.0a+dfsg1-3) unstable; urgency=low
* rules:
- Add get-orig-source target.
- Add build-arch and build-indep targets as recommended by lintian.
- Use dpkg-buildflags to give flags to qmake.
* copyright:
- Use the latest machine readable copyright format.
- Point to versioned GPLv2 in common-licenses (fixes a lintian warning).
- Remove copyright info for removed gdb macros.
* control: Upgrade to standards-version 3.9.3.
* Upgrade to debhelper version 9.
* New patches:
- 14_structuresynth: Include glu.h where needed in included
structure-synth code.
- 15_gcc47: Fix FTBFS with GCC-4.7 (closes: #667276).
Thanks to Matej Vela for the patch.
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 14 Jun 2012 15:59:55 +0200
meshlab (1.3.0a+dfsg1-2) unstable; urgency=low
* rules: Use linux-g++ as qmake spec (fixes FTBFS with qt4 > 4.7).
* New patches:
- 12_ply_numeric: Set LC_NUMERIC to "C" in main().
Thanks to Luka Frelih for the patch. Closes: #623361.
- 13_cstddef: Include <cstddef> on files using offsetoff
(closes: #625053).
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 12 May 2011 12:17:16 +0200
meshlab (1.3.0a+dfsg1-1) unstable; urgency=low
* New upstream version (closes: #618522)
* Repackage the upstream sources to get rid of some files with questionable
licensing information and useless libraries, see the copyright file for
details.
* Builds with GCC-4.5 (closes: #565034)
* Fix watch-file to work with new upstream names and dfsg source
(closes: #582477)
* Require debhelper version 8 or above.
* control:
- Update standards-version to 3.9.1, cleanup.
- Remove build-dep to libgl-dev to fix a lintian warning about a
build-dep to a virtual package.
- Remove build-dep to asciidoc, add build-dep to libeigen2-dev.
* rules:
- Remove manpage-related code.
- Build the necessary code from meshlab/src/external. Also clean it.
- Override dh_shlibdeps to include /usr/lib/meshlab in search path.
- Don't install shader licenses.
* install: Install binaries from meshlab/src/distrib.
* copyright: Update to the latest DEP5 format, document changes due to
source repackaging and add the copyright info for the files added in
this upstream release.
* Hardcode shadersDir and pluginDir in upstream source to locations
in the Debian binary package.
* Use source format '3.0 (quilt)'.
* Split changes affecting upstream code to branches in the git repository
at git.d.o. Add DEP3 patch metadata headers to debian/metapatches and
generate patches from git branches with gdp (http://gitorious.org/gdp).
Current patches:
- 01_muparser: Use Debian muparser.
- 02_qhull: Use Debian qhull.
- 03_lib3ds: Use Debian lib3ds.
- 04_libbz2: Use Debian libbz2.
- 05_glew: Use Debian GLEW.
- 06_eigen: Use Debian Eigen.
- 07_disable-updates: Disable checking for updates on startup.
- 08_externals: Only build necessary external sources.
- 09_rpath: Use /usr/lib/meshlab as RPATH in binaries.
- 10_shadersdir: Hardcode shadersDir to the correct path in Debian
- 11_pluginsdir: Hardcode pluginsDir to the correct path in Debian
* Add a README.source file documenting the patch generation.
-- Teemu Ikonen <tpikonen@gmail.com> Mon, 28 Mar 2011 17:54:11 +0200
meshlab (1.2.2-3) UNRELEASED; urgency=low
* control: Add Build-dep to libgl-dev
* Disable checking for updates on startup (LP: #652145)
* io_u3d.cpp: Use correct IDTFConverter path under Linux.
* export_u3d.h: Add hyperref package to LaTeX output,
makes pdflatex compilation work correctly in Debian.
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 03 Mar 2011 11:28:01 +0100
meshlab (1.2.2-2) unstable; urgency=low
* Add a watch file
* Call a2x with -L switch to avoid use of xmllint (closes: #556824)
-- Teemu Ikonen <tpikonen@gmail.com> Wed, 18 Nov 2009 18:36:11 +0100
meshlab (1.2.2-1) unstable; urgency=low
* New upstream version
* Do not build filter_isoparametrization because liblevmar dependency
is not (yet) in Debian
* Fix compilation with gcc-4.4, thanks to Jonathan Liu for the patch
(closes: #539544)
* rules: Add compiler variables to the qmake call (for testing with new
GCC versions)
* io_3ds.pro: Make LIBS and INCLUDEPATH point to Debian version of lib3ds
* io_epoch.pro: Make LIBS point to Debian version of libbz2
* control:
- Move Homepage URL to the source package section
- Update to standards-version 3.8.3
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 08 Oct 2009 16:40:41 +0200
meshlab (1.2.1-1) unstable; urgency=low
* New Upstream Version
* Patch upstream source to build with Debian versions of GLEW,
qhull, lib3ds, libbz2, muparser
* rules:
- Add build-deps to libqhull-dev, libmuparser-dev
- Build asciidoc manpages from meshlab/docs with a2x
* install: Do not install textures
* copyright: Update
-- Teemu Ikonen <tpikonen@gmail.com> Wed, 27 May 2009 18:07:15 +0200
meshlab (1.2.0-1) UNRELEASED; urgency=low
* New upstream version
* Add a debian/manpages file
* Add xpm icons
* Add a .desktop file
* Fix plugin and shader paths to Debian standards
* control:
- Build-dep and compat to debhelper v7
- Upgrade to standards-version 3.8.1
* install:
- Install rendermonkey shaders
- Install plugins to /usr/lib/meshlab/plugins
- Install .desktop file and icons
* rules: clean up and simplify with dh
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 30 Apr 2009 16:08:53 +0200
meshlab (1.1.1-2) UNRELEASED; urgency=low
* Add manpages for meshlab and meshlabserver
* Add build-dep to asciidoc, xsltproc, docbook-xsl, libqt4-opengl-dev
* copyright: convert to machine readable format
* control: change section to graphics. Add Vcs-Browser and Vcs-Git
fields pointing to git.debian.org
* rules: call distclean instead of clean in the clean target, simplify
* Upload to unstable (closes: #426581)
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 15 May 2008 22:39:13 +0300
meshlab (1.1.1-1) UNRELEASED; urgency=low
* New upstream version
-- Teemu Ikonen <tpikonen@gmail.com> Mon, 14 Apr 2008 17:27:20 +0200
meshlab (1.1.1~b20080308-0) UNRELEASED; urgency=low
* Import new upstream beta release
* Disable checking for updates and usage statistics reporting
-- Teemu Ikonen <tpikonen@gmail.com> Mon, 17 Mar 2008 12:35:05 +0100
meshlab (1.1.0-1) UNRELEASED; urgency=low
* New upstream version
* Reorganize source tree to match the upstream release tarball:
meshlab sources are under meshlab/ and vcg library under sf/
* Change call to qmake to qmake-qt4 in debian/rules
* Add versioned dependency to lib3ds-dev (>= 1.3.0)
* Build with Debian libGLEW
* Fix .install to match files in new version
* Hardcode plugin and shader directories for Debian build
* Upstream-type fixes:
- Create ui_painttoolbox.h during build
- Fix private variable access in render_rm
-- Teemu Ikonen <tpikonen@gmail.com> Fri, 01 Feb 2008 15:31:32 +0100
meshlab (1.1.0~b~cvs20070528-1) UNRELEASED; urgency=low
* Initial release
-- Teemu Ikonen <tpikonen@gmail.com> Sat, 2 Jun 2007 20:29:02 +0200
|