~scarneiro/ubuntu/oneiric/gosmore/fix-for-770751

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2010-07-12 11:24:32 UTC
  • mfrom: (1.1.3 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100712112432-bkedaz1rdx1cp2a8
Tags: 0.0.0.20100711-1
* 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.
* Now build system uses autoconf.
* Added new libcurl4-gnutls-dev build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
include /usr/share/cdbs/1/class/makefile.mk
 
3
include /usr/share/cdbs/1/class/autotools.mk
4
4
include /usr/share/cdbs/1/rules/debhelper.mk
5
5
DESTDIR := $(CURDIR)/debian/gosmore
6
6
DEB_MAKE_INSTALL_TARGET := DESTDIR=$(DESTDIR) prefix=/usr install
8
8
CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"'
9
9
 
10
10
SVNREPO := http://svn.openstreetmap.org/applications/rendering/gosmore
11
 
SVNREV := 16088
 
11
SVNREV := 22284
12
12
DATE := $(shell date +%Y%m%d)
13
13
 
14
14
get-orig-source: