From 10cea2cdc48eb69c36df73ca522145d92df2f1e3 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 15 Apr 2006 00:44:08 -0600 Subject: [PATCH] Imported Debian patch 1.0-12 --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 6 +++--- debian/dirs | 1 + debian/p10cfgd.lintian | 1 + debian/rules | 7 ++++--- 6 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 debian/compat create mode 100644 debian/p10cfgd.lintian diff --git a/debian/changelog b/debian/changelog index 4582ddd..0335687 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +p10cfgd (1.0-12) unstable; urgency=low + + * fresh build resolving policy issues, closes: #359548 + + -- Bdale Garbee Sat, 15 Apr 2006 00:44:08 -0600 + p10cfgd (1.0-11) unstable; urgency=low * update to current standards, clear lintian report diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 68314b0..b181bbb 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: p10cfgd Section: hamradio Priority: extra Maintainer: Bdale Garbee -Build-Depends-Indep: debhelper -Standards-Version: 3.5.6.0 +Build-Depends-Indep: debhelper (>= 5) +Standards-Version: 3.6.2.1 Package: p10cfgd Architecture: all Depends: netbase (>=1.23), perl5 -Description: Remote configuration daemon for Gracilis Packeten. +Description: Remote configuration daemon for Gracilis Packeten The 'p10cfgd' daemon provides support for the 'rmtcfg' command in the Gracilis Packeten amateur radio network packet switch. With this daemon, and appropriate entries in the non-volatile configuration memory of a diff --git a/debian/dirs b/debian/dirs index e89537d..f9bbc7c 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,3 +1,4 @@ usr/sbin usr/share/doc +usr/share/lintian/overrides usr/share/man/man1 diff --git a/debian/p10cfgd.lintian b/debian/p10cfgd.lintian new file mode 100644 index 0000000..219568d --- /dev/null +++ b/debian/p10cfgd.lintian @@ -0,0 +1 @@ +p10cfgd: manpage-has-errors-from-man usr/share/man/man1/p10cfgd.1.gz 3: warning: `ig00' not defined (probable missing space after `ig') diff --git a/debian/rules b/debian/rules index f65cb44..3e4ad5d 100755 --- a/debian/rules +++ b/debian/rules @@ -23,14 +23,15 @@ binary-arch: build dh_testroot dh_clean -k dh_installdirs - install -g root -m 755 -o root p10cfgd debian/tmp/usr/sbin/p10cfgd + install -g root -m 755 -o root p10cfgd debian/p10cfgd/usr/sbin/p10cfgd install -g root -m 644 -o root p10cfgd \ - debian/tmp/usr/share/man/man1/p10cfgd.1 + debian/p10cfgd/usr/share/man/man1/p10cfgd.1 + install -o root -g root -m 0644 debian/p10cfgd.lintian \ + debian/p10cfgd/usr/share/lintian/overrides/p10cfgd dh_installdocs dh_installexamples examples/* dh_installmenu dh_installcron - dh_installmanpages dh_installchangelogs dh_strip dh_compress -- 2.30.2