merkaartor (0.14+svnfixes~20090912-2build1) lucid; urgency=low * No change upload to pick up new exiv2 library (LP: #502565) -- Luka Renko Sun, 03 Jan 2010 22:45:01 +0100 merkaartor (0.14+svnfixes~20090912-2) unstable; urgency=high * [6a4e67f9] Support +svnfixes dversion in debian/watch. * [00189629] Write log to /dev/null, workaround for a minor symlink attack until upstream fixes it properly. (Closes: #548546) - thanks to Paul Wise -- Bernd Zeimetz Thu, 15 Oct 2009 11:37:15 +0200 merkaartor (0.14+svnfixes~20090912-1) unstable; urgency=low * [f99555b6] Remove embedded code copies while repackaging. * [52bf4f9b] Updating README.source - repackaging documentation. * [73513824] Imported Upstream version 0.14 (Closes: #541534). Thanks to Paul Wise for the help. * [f0c575b1] Merge commit 'upstream/0.14' * [a4d4df87] Merge commit 'remotes/origin/upstream-svn/merkaartor- 0.14-fixes' into upstream * [764565d9] Removing embedded source copies. * [e9d2c986] Merge branch 'upstream' * [ab1a04df] Updating patches and debian/rules to suit 0.14. * [24a6321d] Cleaning up gbp.conf. * [5ac5971f] Removing backup cruft. * [95193d44] Build-Deps: dropping libproj, adding libboost * [43aba1e5] Move Homepage into the headers of d/control. * [4cda25a0] Bumping Standards-Version to 3.8.3. * [11237d62] Describing merge of fixes from svn. * [36e468e6] Updating debian/copyright. -- Bernd Zeimetz Sun, 13 Sep 2009 00:52:12 +0200 merkaartor (0.13.2-2) unstable; urgency=low * [fb902c95] Disable PROJ on build until it is fixed. (Closes: #536780, #528562) - thanks to James Umbanhowar and Сергей Пушкин -- Bernd Zeimetz Fri, 17 Jul 2009 00:59:21 +0200 merkaartor (0.13.2-1) unstable; urgency=low * New upstream version. - Now it is possible to add comments to changesets (Closes: #525337). * Updating patches to fit the new version. * Don't install translations, they don't exist in the source. * Drop dh_installexamples, examples were removed. * Changes based on a patch by Per Hansen: - Updated URL in debian/copyright Closes: #525503 * Adding git-buildpackage config file. * Updating Vcs urls after migrating to git. * Updating uscan repackaging script, all we need to remove is the debian directory now. * Enable OSMARENDER, PROJ, GDAL, GPSD at build time (Closes: #526404). * Remove get-orig-source-svn target from debian/rules. * Cleaning up debian/rules targets - slowly preparing to move to dh 7. * Removing executable flags from world_shp files. * Add missing build-deps on libxml2-dev, libxslt1-dev. -- Bernd Zeimetz Sun, 03 May 2009 01:21:16 +0200 merkaartor (0.13.1-1) unstable; urgency=low * New upstream version - bugfix release: - FIX : in Name property inspector causes AV - FIX : English language warning - FIX : proper handling of the "Don't connect GPX nodes..." disabling. - FIX : Fit the style editor in 1024x600 resolution - FIX : Reflect in dirty dock the fact that multiple objects were changed together * debian/patches: Updating patches for new version. * debian/rules: - don't try to chmod files in usr/share/merkaartor/world_shp, the files don't exist anymore there. -- Bernd Zeimetz Sun, 12 Apr 2009 00:40:16 +0200 merkaartor (0.13-1) unstable; urgency=low * New upstream version. * debian/control: - Adding libgdal1-dev as build dependency. - Updating homepage url. - Switching Maintainers and Uploaders as requested by Christoph Berg. - Bumping Standards-Version to 3.8.1. * debian/patches: - Adding gdal-config patch to use gdal-config to find libs and cflags. * debian/copyright: - Link GPL2 properly. - Update Copyright of the packaging. * debian/rules: - Make files in /usr/share/merkaartor/world_shp/ non-executable. * debian/README.source: - Adding file as required by policy. -- Bernd Zeimetz Thu, 19 Mar 2009 14:25:26 +0100 merkaartor (0.12+svn13563-1) experimental; urgency=low * Updating to latest svn revision. * debian/rules: Using new translations path, thanks to Per Hansen for the report. -- Bernd Zeimetz Fri, 06 Feb 2009 15:23:57 +0100 merkaartor (0.12+svn13050-1) experimental; urgency=low * Updating to the latest svn revision. -- Bernd Zeimetz Fri, 09 Jan 2009 01:09:01 +0100 merkaartor (0.12-1) unstable; urgency=low * New upstream version. * Uploading to unstable again. * debian/watch: - Chainging URLs to point to the new upstream homepage - merkaartor.org. -- Bernd Zeimetz Wed, 15 Oct 2008 18:01:50 +0200 merkaartor (0.12~svn11021-2) experimental; urgency=low * Updating to the latest svn revision, includes KML support. -- Bernd Zeimetz Thu, 02 Oct 2008 15:47:00 +0200 merkaartor (0.12~svn10948-1) experimental; urgency=low * Updating to the latest svn revision. -- Bernd Zeimetz Tue, 16 Sep 2008 00:42:43 +0200 merkaartor (0.12~svn10696-1) experimental; urgency=low * Updating to the latest svn revision. Includes a fix for a segfault which happened on upload sometimes. * debian/rules: - Updating get-orig-source-svn: webkit is not pulled in as external source anymore, so there's no need to remove it. -- Bernd Zeimetz Sat, 06 Sep 2008 16:47:59 +0200 merkaartor (0.12~svn10486-1) experimental; urgency=low * Updating our version numbers to suit upstream's numbering again. * debian/control: - Adding libexiv2-dev to build dependencies. - Bumping Standards-Version to 3.8.0, no changes needed. * debian/rules: - Using GEOIMAGE=1 as option to qmake to Support GeoTagged images. -- Bernd Zeimetz Thu, 04 Sep 2008 22:48:25 +0200 merkaartor (0.0.12~svn10441-2) experimental; urgency=low * debian/rules: - make install still does not install the translations, taking care of that again. -- Bernd Zeimetz Wed, 03 Sep 2008 21:47:55 +0200 merkaartor (0.0.12~svn10441-1) experimental; urgency=low * debian/rules: - Adding NOWEBKIT=1 option to the qmake call as we use webkit from qt4. - Adding PREFIX=/usr option to the qmake call so we're able to use make install later. - Adding get-orig-source-svn target to build a tarball from svn. While packaging the tarball webkit and upstream's debian directory are removed, too. - Adding get-orig-source target which uses uscan to download and repackage upstream's tarball. - Installing icons and desktop file. - Using make install instead of manually copying the files. * debian/control: - Adding myself to Uploaders. - Adding a versioned dependency for libqt4-dev as we need webkit in qt4. - Adding sharutils as build dependency. - Updating Description. * debian/patches: - Removing gcc-4.3-cast, patched code was removed by upstream. * debian/{prerm,docs,postinst}: - Removing files, not needed anymore. * debian/merkaartor.png.b64: - Adding file, created from Icons/Mercator_large.xcf using The Gimp, base64 encoded using uuencode -m. * debian/merkaartor.desktop: - Adding file. * debian/menu: - Configuring icon. * debian/watch, debian/uscan_repack.sh: - Updating upstream URL - Adding debian/uscan_repack.sh which is called by uscan to repack the upstream tarball, which contains an embedded copy of Qt's webkit and upstream's debian folder - both are removed. -- Bernd Zeimetz Wed, 03 Sep 2008 01:10:24 +0200 merkaartor (0.0.11~svn7913-2) unstable; urgency=low * Explicitely call qmake-qt4. (Closes: #495807) -- Christoph Berg Sat, 23 Aug 2008 13:46:25 +0200 merkaartor (0.0.11~svn7913-1) unstable; urgency=low * New upstream snapshot (as native package, make dist is broken). + Fixes incompatibility with Qt4.3. (Closes: #478173) * Install and enable translations. * Use quilt. * Put parentheses around a cast to make it compile with gcc-4.3 on armel. -- Christoph Berg Sat, 24 May 2008 16:41:53 +0200 merkaartor (0.0.10-1) unstable; urgency=low * New upstream release * Add watch file. -- Christoph Berg Sun, 06 Apr 2008 11:52:21 +0200 merkaartor (0.0.9-2) unstable; urgency=low * Initial Debian upload. (Closes: #452703) -- Christoph Berg Thu, 28 Feb 2008 21:43:40 +0100 merkaartor (0.0.9-1) gutsy; urgency=low * Upgrade to 0.0.9 -- Bart Vanhauwaert Fri, 04 Jan 2008 16:00:38 +0100 merkaartor (0.0.8-1) gutsy; urgency=low * Upgrade to version 0.0.8. Works with OpenStreetMap API 0.5 -- Bart Vanhauwaert Mon, 05 Nov 2007 22:38:06 +0100 merkaartor (0.0.7-1) feisty; urgency=low * Upgrade to version 0.0.7 -- Bart Vanhauwaert Sat, 18 Aug 2007 18:04:49 +0200 merkaartor (0.0.6-1) unstable; urgency=low * Upgrade to version 0.0.6 -- Bart Vanhauwaert Wed, 6 Dec 2006 17:59:51 +0100 merkaartor (0.0.5-1) unstable; urgency=low * Upgrade to version 0.0.5 -- Bart Vanhauwaert Thu, 16 Nov 2006 14:58:21 +0100 merkaartor (0.0.4-1) unstable; urgency=low * Initial release -- Bart Vanhauwaert Sat, 28 Oct 2006 12:59:04 +0200