[gosmore] 07/14: Switch to debhelper from cdbs
Ross Gammon
ross-guest at moszumanska.debian.org
Thu Aug 27 21:52:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository gosmore.
commit 5e824b140390b8718dc3c99158c2bb0d3c3fadeb
Author: Ross Gammon <rossgammon at mail.dk>
Date: Thu Aug 27 21:35:04 2015 +0200
Switch to debhelper from cdbs
---
debian/control | 1 -
debian/rules | 13 ++++++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 060c930..dd19166 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
libgtk2.0-dev,
libxml2-dev,
libcurl4-gnutls-dev
diff --git a/debian/rules b/debian/rules
index f3735cc..b164339 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,19 @@
#!/usr/bin/make -f
-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
+DH_VERBOSE = 1
-CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"'
+#DESTDIR := $(CURDIR)/debian/gosmore
+#DEB_MAKE_INSTALL_TARGET := DESTDIR=$(DESTDIR) prefix=/usr install
+
+#CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"'
SVNREPO := http://svn.openstreetmap.org/applications/rendering/gosmore
SVNREV := 22284
DATE := $(shell date +%Y%m%d)
+%:
+ dh $@
+
get-orig-source:
dh_testdir
test -d ../tarballs/. || mkdir -p ../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gosmore.git
More information about the Pkg-grass-devel
mailing list