Author: frankie Date: 2010-07-12 09:37:49 +0000 (Mon, 12 Jul 2010) New Revision: 2909
Modified: packages/gosmore/trunk/debian/changelog packages/gosmore/trunk/debian/control packages/gosmore/trunk/debian/rules Log: New snapshot. Modified: packages/gosmore/trunk/debian/changelog =================================================================== --- packages/gosmore/trunk/debian/changelog 2010-07-09 12:09:04 UTC (rev 2908) +++ packages/gosmore/trunk/debian/changelog 2010-07-12 09:37:49 UTC (rev 2909) @@ -1,3 +1,12 @@ +gosmore (0.0.0.20100711-1) unstable; urgency=low + + * New upstream snapshot fetched for svn, revision: 22284 + This version introduces changes for compatibility with recent gpsd + versions and protocols. Thanks Bernd Zeimetz. + * Policy bumped to 3.9.0. No changes. + + -- Francesco Paolo Lovergine <[email protected]> Mon, 12 Jul 2010 11:24:32 +0200 + gosmore (0.0.0.20090624-1) unstable; urgency=low * New upstream snapshot fetched from svn, revision 16088. (Closes: #533372) Modified: packages/gosmore/trunk/debian/control =================================================================== --- packages/gosmore/trunk/debian/control 2010-07-09 12:09:04 UTC (rev 2908) +++ packages/gosmore/trunk/debian/control 2010-07-12 09:37:49 UTC (rev 2909) @@ -5,7 +5,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Petter Reinholdtsen <[email protected]>, Andreas Putzo <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>> 7.0.0), cdbs, libgtk2.0-dev, libxml2-dev -Standards-Version: 3.8.2 +Standards-Version: 3.9.0 Homepage: http://wiki.openstreetmap.org/index.php/Gosmore Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gosmore/trunk Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gosmore/trunk Modified: packages/gosmore/trunk/debian/rules =================================================================== --- packages/gosmore/trunk/debian/rules 2010-07-09 12:09:04 UTC (rev 2908) +++ packages/gosmore/trunk/debian/rules 2010-07-12 09:37:49 UTC (rev 2909) @@ -1,6 +1,6 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk DESTDIR := $(CURDIR)/debian/gosmore DEB_MAKE_INSTALL_TARGET := DESTDIR=$(DESTDIR) prefix=/usr install @@ -8,7 +8,7 @@ CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"' SVNREPO := http://svn.openstreetmap.org/applications/rendering/gosmore -SVNREV := 16088 +SVNREV := 22284 DATE := $(shell date +%Y%m%d) get-orig-source: _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

