Imported Debian patch 1.0-12 debian/1.0-12
authorBdale Garbee <bdale@gag.com>
Sat, 15 Apr 2006 06:44:08 +0000 (00:44 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 5 Jun 2008 23:28:48 +0000 (17:28 -0600)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/dirs
debian/p10cfgd.lintian [new file with mode: 0644]
debian/rules

index 4582dddab96936472d4632b015a8aca6e68939da..0335687125044bf5ec0ddf70116d8f0d12fdcc5a 100644 (file)
@@ -1,3 +1,9 @@
+p10cfgd (1.0-12) unstable; urgency=low
+
+  * fresh build resolving policy issues, closes: #359548
+
+ -- Bdale Garbee <bdale@gag.com>  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 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
index 68314b06b13eb582b31c50b7d660566f22f0458b..b181bbbe0897bf416b87626b296620e6208e09cd 100644 (file)
@@ -2,13 +2,13 @@ Source: p10cfgd
 Section: hamradio
 Priority: extra
 Maintainer: Bdale Garbee <bdale@gag.com>
-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
index e89537d1ae26f229ed6d531c5b79f0969f1b9081..f9bbc7c5195bb61607dc1373b2c674d957a4ca1b 100644 (file)
@@ -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 (file)
index 0000000..219568d
--- /dev/null
@@ -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')
index f65cb44745e884bca444019ea2bbfadbd9d2a49d..3e4ad5dabb7ad56bbe5b9bc8c2c42d510eb82004 100755 (executable)
@@ -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