[equivs] 23/36: Actually use root directory instead of subdirectory "doc"
Axel Beckert
abe at deuxchevaux.org
Fri Jul 28 23:04:36 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 27087777f41ff35bdb0aa46d6d9f3d1fbfdf90c2
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Jul 18 01:58:05 2017 +0200
Actually use root directory instead of subdirectory "doc"
Ease future use of a root Makefile.
---
.gitignore | 2 +-
debian/changelog | 2 +-
debian/manpages | 4 ++--
debian/rules | 2 +-
doc/equivs-build.pod => equivs-build.pod | 0
doc/equivs-control.pod => equivs-control.pod | 0
6 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index e9910cc..0d06a52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Generated man pages
-/doc/*.1
+/*.1
# debhelper artifacts
/debian/.debhelper/
diff --git a/debian/changelog b/debian/changelog
index fa3df93..fc752cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ equivs (2.0.11) UNRELEASED; urgency=medium
+ Replace usage of dpkg-parsechangelog with $SOURCE_DATE_EPOCH. Fixes
lintian warning debian-rules-parses-dpkg-parsechangelog.
* Rename debian/equivs.* to debian/*.
- * Move documentation files from debian/*.pod to doc/*.pod.
+ * Move documentation files from debian/*.pod to *.pod.
* Declare compliance with Debian Policy 4.0.0. (No changes needed.)
* Bump debhelper compatibility to 10.
+ Update versioned debhelper build-dependency accordingly.
diff --git a/debian/manpages b/debian/manpages
index 5c353bc..f043fe5 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1,2 +1,2 @@
-doc/equivs-build.1
-doc/equivs-control.1
+equivs-build.1
+equivs-control.1
diff --git a/debian/rules b/debian/rules
index eaf6211..f95b91e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-MANPAGES := doc/equivs-control.1 doc/equivs-build.1
+MANPAGES := equivs-control.1 equivs-build.1
BUILD_DATE = $(shell LC_ALL=C date -u +'%d %b %Y' -d "@$(SOURCE_DATE_EPOCH)")
%.1: %.pod
diff --git a/doc/equivs-build.pod b/equivs-build.pod
similarity index 100%
rename from doc/equivs-build.pod
rename to equivs-build.pod
diff --git a/doc/equivs-control.pod b/equivs-control.pod
similarity index 100%
rename from doc/equivs-control.pod
rename to equivs-control.pod
--
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