This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository shapelib.
commit 66258102cb1a5341300a25389fd40795e78557ca Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Tue Dec 6 20:11:44 2016 +0100 Disable custom rules. --- debian/rules | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/debian/rules b/debian/rules index cf0104a..2d882bf 100755 --- a/debian/rules +++ b/debian/rules @@ -12,30 +12,30 @@ CONTRIB = shpdxf shpproj dbfinfo shpcentrd shpdata shpwkb dbfinfo dbfcat shpinfo %: dh $@ --parallel -override_dh_auto_test: - -override_dh_auto_build: - dh_auto_build - make -C $(CURDIR)/contrib - ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md - -override_dh_auto_clean: - dh_auto_clean - make -C $(CURDIR)/contrib clean - rm -f contrib/Shape_PointInPoly contrib/shpsort - rm -f debian/man/*.1 - -override_dh_auto_install: - mkdir -p debian/tmp/usr/bin/ - mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) - mkdir debian/tmp/usr/include/ - make bin_install PREFIX=debian/tmp/usr - cp .libs/libshp.a debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ - cp .libs/libshp.so.2.0.0 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ - ln -s libshp.so.2.0.0 libshp.so - ln -s libshp.so.2.0.0 libshp.so.2 - mv libshp.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ - cp shapefil.h debian/tmp/usr/include/ - for prg in $(CONTRIB); do \ - cp contrib/$$prg debian/tmp/usr/bin/. ; \ - done +#override_dh_auto_test: +# +#override_dh_auto_build: +# dh_auto_build +# make -C $(CURDIR)/contrib +# ronn -r --date="$(BUILD_DATE)" --manual=shplib debian/man/*.md +# +#override_dh_auto_clean: +# dh_auto_clean +# make -C $(CURDIR)/contrib clean +# rm -f contrib/Shape_PointInPoly contrib/shpsort +# rm -f debian/man/*.1 +# +#override_dh_auto_install: +# mkdir -p debian/tmp/usr/bin/ +# mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) +# mkdir debian/tmp/usr/include/ +# make bin_install PREFIX=debian/tmp/usr +# cp .libs/libshp.a debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ +# cp .libs/libshp.so.2.0.0 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ +# ln -s libshp.so.2.0.0 libshp.so +# ln -s libshp.so.2.0.0 libshp.so.2 +# mv libshp.so* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ +# cp shapefil.h debian/tmp/usr/include/ +# for prg in $(CONTRIB); do \ +# cp contrib/$$prg debian/tmp/usr/bin/. ; \ +# done -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/shapelib.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel