[SCM] libsamplerate/master: Switched build-system to dh 9
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Thu Aug 17 10:58:05 UTC 2017
The following commit has been merged in the master branch:
commit 4a174df60a19cf6551462f22e9cb3982ebfaa332
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Aug 17 12:30:57 2017 +0200
Switched build-system to dh 9
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/rules b/debian/rules
index 8e322ab..186ca37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,86 +1,92 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# Copyright © 2017 IOhannes m zmölnig
+# under the GPL-2+
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
-
-configure:
- [ ! -f configure ] && ./autogen.sh
-
-config.status: configure
- dh_testdir
- dh_autoreconf
- ./configure $(shell dpkg-buildflags --export=configure) \
- --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
- --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
- --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
-
-build: patch build-stamp
-build-stamp: config.status
- dh_testdir
-
- $(MAKE)
- $(MAKE) check
-
- touch build-stamp
-
-clean: unpatch
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- [ ! -f Makefile ] || $(MAKE) distclean
-
- dh_autoreconf_clean
- dh_clean -a
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep -a
- dh_installdirs
-
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
- # Purge *.la files. See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval
- rm -f debian/tmp/usr/lib/*/*.la
-
-
-binary-indep: build install
-build-arch: build
-build-indep: build
-
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_install -a --sourcedir=debian/tmp --list-missing
- dh_installman
- dh_installdocs -a
- dh_installexamples -a
- dh_installchangelogs -a ChangeLog
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_makeshlibs -plibsamplerate0
- dh_installdeb -a
- dh_shlibdeps -a -plibsamplerate0
- dh_shlibdeps -psamplerate-programs -ldebian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
-
+DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ --with autotools-dev
+
+
+########## legacy ###########
+# # These are used for cross-compiling and for saving the configure script
+# # from having to guess our platform (since we know it already)
+# DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+# DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+# DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+#
+# ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+# INSTALL_PROGRAM += -s
+# endif
+#
+# configure:
+# [ ! -f configure ] && ./autogen.sh
+#
+# config.status: configure
+# dh_testdir
+# dh_autoreconf
+# ./configure $(shell dpkg-buildflags --export=configure) \
+# --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+# --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+# --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+#
+#
+# build: patch build-stamp
+# build-stamp: config.status
+# dh_testdir
+#
+# $(MAKE)
+# $(MAKE) check
+#
+# touch build-stamp
+#
+# clean: unpatch
+# dh_testdir
+# dh_testroot
+# rm -f build-stamp
+#
+# [ ! -f Makefile ] || $(MAKE) distclean
+#
+# dh_autoreconf_clean
+# dh_clean -a
+#
+# install: build
+# dh_testdir
+# dh_testroot
+# dh_prep -a
+# dh_installdirs
+#
+# $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+#
+# # Purge *.la files. See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+# rm -f debian/tmp/usr/lib/*/*.la
+#
+#
+# binary-indep: build install
+# build-arch: build
+# build-indep: build
+#
+# binary-arch: build install
+# dh_testdir
+# dh_testroot
+# dh_install -a --sourcedir=debian/tmp --list-missing
+# dh_installman
+# dh_installdocs -a
+# dh_installexamples -a
+# dh_installchangelogs -a ChangeLog
+# dh_strip -a
+# dh_compress -a
+# dh_fixperms -a
+# dh_makeshlibs -plibsamplerate0
+# dh_installdeb -a
+# dh_shlibdeps -a -plibsamplerate0
+# dh_shlibdeps -psamplerate-programs -ldebian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
+# dh_gencontrol -a
+# dh_md5sums -a
+# dh_builddeb -a
+#
+# binary: binary-indep binary-arch
+# .PHONY: build clean binary-indep binary-arch binary install patch unpatch
--
libsamplerate packaging
More information about the pkg-multimedia-commits
mailing list