+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.
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
#!/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
binary: binary-indep
+binary-arch: build
+
binary-indep: binary-indep-stamp
binary-indep-stamp: install
dh_testdir
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