[equivs] 26/36: pod2man call: Replace "Debian/GNU" with just "Debian"

Axel Beckert abe at deuxchevaux.org
Fri Jul 28 23:04:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository equivs.

commit 5f5d6c410f5e08d21d674a4f095443250287107e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jul 18 02:08:30 2017 +0200

    pod2man call: Replace "Debian/GNU" with just "Debian"
---
 Makefile         | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0e7ba45..b968f1c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ MANPAGES := equivs-control.1 equivs-build.1
 BUILD_DATE = $(shell LC_ALL=C date -u +'%d %b %Y' -d "@$(SOURCE_DATE_EPOCH)")
 
 %.1: %.pod
-	pod2man -s 1 -r "$(BUILD_DATE)" -c "Debian/GNU" -d ' ' $< > $@
+	pod2man -s 1 -r "$(BUILD_DATE)" -c "Debian" -d ' ' $< > $@
 
 all: $(MANPAGES)
 
diff --git a/debian/changelog b/debian/changelog
index 36eebef..ae28068 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ equivs (2.0.11) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 4.0.0. (No changes needed.)
   * Bump debhelper compatibility to 10.
     + Update versioned debhelper build-dependency accordingly.
+  * pod2man call: Replace "Debian/GNU" with just "Debian".
 
  -- Axel Beckert <abe at debian.org>  Tue, 18 Jul 2017 00:35:11 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/equivs.git



More information about the Pkg-perl-cvs-commits mailing list