summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-06-28 22:48:05 +1000
committerBrendan O'Dea <bod@debian.org>2014-06-28 22:51:08 +1000
commit76ae8eb30f48318a666e061a1fd7d111feea81f4 (patch)
treee9df857de5486795255368d0e3dbb056b9eb6aa0 /debian
parent016b323f457c7230f276d4131af5def5fcd35ef7 (diff)
downloadhelp2man-76ae8eb30f48318a666e061a1fd7d111feea81f4.tar.gz
Add "missing" program from automake, and a new LOCAL_PROG_OR_MISSING autoconf
macro. Incidentally rename existing aclocal macros with LOCAL_ prefix.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules4
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 59077d9..7e19042 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
help2man (1.45.2) unstable; urgency=medium
* Apply texinfo patch from Mario Blätterman.
+ * Rename aclocal macros with LOCAL_ prefix.
+ * Include "missing" program from automake in distribution.
+ * Add LOCAL_PROG_OR_MISSING macro.
- -- Brendan O'Dea <bod@debian.org> Fri, 25 Apr 2014 13:13:31 +1000
+ -- Brendan O'Dea <bod@debian.org> Sat, 28 Jun 2014 22:45:36 +1000
help2man (1.45.1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 670db7a..ef470d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# Debian build rules for help2man.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -73,7 +73,7 @@ source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
# maintainer pre-release setup
-AM = COPYING INSTALL install-sh mkinstalldirs
+AM = COPYING INSTALL install-sh missing mkinstalldirs
AM_DIR = $(shell ls -d /usr/share/automake* 2>/dev/null | tail -1)
VERSION = $(shell ./help2man.PL --version)
maint-prep: