From 2a015fd764a129de793b3bf86b47ad935f081bf4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 15 Sep 2013 10:36:58 -0700 Subject: [PATCH] Debian packaging update. --- debian/changelog | 12 +++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 61 +++----------------------------------------------------- 4 files changed, 18 insertions(+), 61 deletions(-) rewrite debian/rules (98%) diff --git a/debian/changelog b/debian/changelog index 1ed95b6..2a1b2eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +fmtools (2.0.6) unstable; urgency=low + + * New upstream release. + + * rules: Replace by trivial three-line "dh" version. + + * control: Upgrade to policy 3.9.4. + + * Upgrade to debhelper 9 (no changes necessary). + + -- Ben Pfaff Sat, 14 Sep 2013 14:41:58 -0700 + fmtools (2.0.5) unstable; urgency=low * Build fmtools properly from "make dist" generated tarball. Closes: 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/control b/debian/control index 41a516c..363b670 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: fmtools Section: sound Priority: extra Maintainer: Ben Pfaff -Standards-Version: 3.8.3 -Build-Depends: debhelper (>= 7.0) +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 9.0) Package: fmtools Architecture: linux-any diff --git a/debian/rules b/debian/rules dissimilarity index 98% index 30e77a8..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,58 +1,3 @@ -#!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# Modified for fmtools by Ben Pfaff. -# This file is public domain software, originally written by Joey Hess. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -build: build-stamp -build-stamp: - dh_testdir - - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib - $(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - [ ! -f Makefile ] || $(MAKE) distclean - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs usr/bin - install -s fm fmscan debian/fmtools/usr/bin - -# 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_installdocs README - dh_installexamples - dh_installmenu - dh_installcron - dh_installman fm.1 fmscan.1 - dh_installinfo - dh_installchangelogs - 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 +#!/usr/bin/make -f +%: + dh $@ -- 2.11.4.GIT