From: Jonathan McDowell <noodles@earth.li>
Date: Thu, 31 May 2007 08:22:28 +0000 (+0100)
Subject: Import Debian changes 0.0.23-2
X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=d0fc8c193a3594cac3d83542727a7f1b5646cc2f;p=htag.git

Import Debian changes 0.0.23-2

htag (0.0.23-2) unstable; urgency=low

  * Add (no-op) Binary-Arch target. (closes: #395602)
  * Move debhelper dependency to Build-Depends instead of Build-Depends-Indep.
  * Move to debhelper compatibility level 5.
  * Change to dh_installman rather than dh_installmanpages.
  * Remove trailing . from Description.
  * Updated to Standards-Version 3.7.2.2 (no changes other than the above).
---

diff --git a/debian/changelog b/debian/changelog
index fe5c402..6e85922 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+htag (0.0.23-2) unstable; urgency=low
+
+  * Add (no-op) Binary-Arch target. (closes: #395602)
+  * Move debhelper dependency to Build-Depends instead of Build-Depends-Indep.
+  * Move to debhelper compatibility level 5.
+  * Change to dh_installman rather than dh_installmanpages.
+  * Remove trailing . from Description.
+  * Updated to Standards-Version 3.7.2.2 (no changes other than the above).
+
+ -- Jonathan McDowell <noodles@earth.li>  Thu, 31 May 2007 09:22:28 +0100
+
 htag (0.0.23-1) unstable; urgency=low
 
   * New upstream release.
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 ddf8349..06dede4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: htag
 Maintainer: Jonathan McDowell <noodles@earth.li>
 Priority: optional
 Section: mail
-Standards-Version: 3.5.6
-Build-Depends-Indep: debhelper, perl5
+Standards-Version: 3.7.2.2
+Build-Depends: debhelper
+Build-Depends-Indep: perl5
 
 Package: htag
 Architecture: all
 Priority: optional
 Section: mail
 Depends: ${perl:Depends}
-Description: A tagline/.signature adder for email, news and FidoNet messages.
+Description: A tagline/.signature adder for email, news and FidoNet messages
  htag is a tagline (aka .signature for those without a Fidonet background)
  adder but it has now been so over engineered that it will also do
  anything you want it to[0], do lots of stuff I want it to, and do stuff
diff --git a/debian/rules b/debian/rules
index d099ea2..2d0c13b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-# Use debhelper v2.
-export DH_COMPAT := 2
-
 # Make sure perl is defined, but allow overriding from the command line.
 PERL ?= /usr/bin/perl
 
@@ -13,6 +10,8 @@ build:
 
 binary: binary-indep
 
+binary-arch: build
+
 binary-indep: binary-indep-stamp
 binary-indep-stamp: install
 	dh_testdir
@@ -23,7 +22,7 @@ binary-indep-stamp: install
 		docs/URL docs/Changelog.htagplugin
 	dh_installchangelogs docs/Changelog.htag
 	dh_installexamples docs/sample-config/*
-	dh_installmanpages
+	dh_installman htag.1
 	dh_fixperms
 	dh_installdeb
 	dh_perl