[japi-compliance-checker] 01/01: Fixed the build failure with 'dpkg-buildpackage -A' (Closes: #831913)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 20 22:56:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository japi-compliance-checker.
commit 7b61ba019369490d8b29183a5a1c433952bd8efd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jul 21 00:56:30 2016 +0200
Fixed the build failure with 'dpkg-buildpackage -A' (Closes: #831913)
---
debian/changelog | 7 +++++++
debian/rules | 12 ++++--------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cc33b72..d1cb6c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+japi-compliance-checker (1.8-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with 'dpkg-buildpackage -A' (Closes: #831913)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 21 Jul 2016 00:55:45 +0200
+
japi-compliance-checker (1.8-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 1130530..8dbd990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@
destdir=$(shell pwd)
override_dh_auto_build:
+ # remove '.pl' from the generated man page by help2man:
+ ln japi-compliance-checker.pl japi-compliance-checker
+ chmod +x japi-compliance-checker.pl
+ help2man --output=debian/japi-compliance-checker.1 --no-info --include=debian/japi-compliance-checker.1.in ./japi-compliance-checker
override_dh_auto_install:
mkdir -p $(destdir)/debian/tmp/usr
@@ -19,13 +23,5 @@ override_dh_clean:
dh_clean japi-compliance-checker
rm -f debian/japi-compliance-checker.1
-debian/japi-compliance-checker.1:
- # remove '.pl' from the generated man page by help2man:
- ln japi-compliance-checker.pl japi-compliance-checker
- chmod +x japi-compliance-checker.pl
- help2man --output=$@ --no-info --include=debian/japi-compliance-checker.1.in ./japi-compliance-checker
-
-build: debian/japi-compliance-checker.1
-
get-orig-source:
uscan --download --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/japi-compliance-checker.git
More information about the pkg-java-commits
mailing list