[librttopo] 10/19: Rely on automake buildsystem defaults.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 30 00:22:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository librttopo.
commit f751bb5d88ec9b2ae17266b8e529a6236067ba32
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 30 01:22:10 2016 +0200
Rely on automake buildsystem defaults.
---
debian/patches/make-clean.patch | 29 -----------------------------
debian/patches/series | 1 -
debian/rules | 8 +-------
3 files changed, 1 insertion(+), 37 deletions(-)
diff --git a/debian/patches/make-clean.patch b/debian/patches/make-clean.patch
deleted file mode 100644
index 1882ca7..0000000
--- a/debian/patches/make-clean.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Don't trigger dependencies for uninstall & clean targets.
-Author: Bas Couwenberg <sebastic at debian.org>
-
---- a/Makefile
-+++ b/Makefile
-@@ -1,23 +0,0 @@
--all install uninstall clean: config.status
-- $(MAKE) -C src $@
--
--maintainer-clean-local:
-- rm -f configure
-- rm -f config.guess config.rpath config.sub
-- rm -f libtool install-sh ltmain.sh
--
--maintainer-clean: distclean
-- $(MAKE) maintainer-clean-local
--
--distclean-local:
-- rm -Rf autom4te.cache
-- rm -f config.log config.cache config.status
--
--distclean: clean
-- $(MAKE) distclean-local
--
--configure: configure.ac
-- ./autogen.sh
--
--config.status: configure
-- ./configure
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 59070f0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-make-clean.patch
diff --git a/debian/rules b/debian/rules
index f878977..62d7b2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,14 +9,8 @@ UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*
--with autoreconf \
--parallel
-override_dh_autoreconf:
- ./autogen.sh
-
-override_dh_auto_build:
- $(MAKE) -C src
-
override_dh_auto_install:
- $(MAKE) -C src install DESTDIR=$(CURDIR)/debian/tmp
+ dh_auto_install
# Don't install .la files
$(RM) $(CURDIR)/debian/tmp/usr/lib/*/*.la
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librttopo.git
More information about the Pkg-grass-devel
mailing list