]> the.earth.li Git - htag.git/commitdiff
Import Debian changes 0.0.23-2
authorJonathan McDowell <noodles@earth.li>
Thu, 31 May 2007 08:22:28 +0000 (09:22 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 26 Jul 2019 13:10:03 +0000 (10:10 -0300)
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).

debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/rules

index fe5c4021a739a94b1bf62da998ce34e44f2fc956..6e859228cce90b3900859aef0172b25c4fb8b784 100644 (file)
@@ -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 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
index ddf834934a0be4ad23e713b7ea42910a20febf49..06dede4ea49eb43d5a5e6933de6d416b8a5823a6 100644 (file)
@@ -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
index d099ea2de2c7e839d032fe02d419fde0946bc095..2d0c13bf48fa03d8366bd9db240943d43455228f 100755 (executable)
@@ -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