This is an automated email from the git hooks/post-receive script. johanvdw-guest pushed a commit to branch master in repository avce00.
commit a044047258786057c785a3ce3af588caf0bb7067 Author: Johan Van de Wauw <[email protected]> Date: Wed Oct 15 20:42:54 2014 +0200 Move to debhelper 9 --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 75 ++-------------------------------------------------------- 3 files changed, 4 insertions(+), 75 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index ff2d256..09b2805 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: extra Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]> -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 9) Standards-Version: 3.9.1 Homepage: http://avce00.maptools.org/avce00/ Vcs-Browser: http://git.debian.org/?p=pkg-grass/avce00.git diff --git a/debian/rules b/debian/rules index 6a558bc..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,75 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - - # Add here commands to configure the package. - - touch $@ - - -build: build-stamp -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - - $(MAKE) - - touch $@ - -clean: - dh_testdir - dh_testroot - - # Add here commands to clean up after the build process. - [ ! -f GNUmakefile ] || $(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - - # Add here commands to install the package into debian/avce00, nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_install --sourcedir=$(CURDIR) - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +%: + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/avce00.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

