[japi-compliance-checker] 15/20: new upstream
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu May 21 09:05:00 UTC 2015
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 03fbe147c9a4ccdbf05b3c60ef5c1122c031848b
Author: Mathieu Malaterre <malat at debian.org>
Date: Sat Jul 5 12:37:23 2014 +0000
new upstream
---
debian/changelog | 7 +++++++
debian/rules | 5 ++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5023cda..a62e410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+japi-compliance-checker (1.3.7-1) unstable; urgency=low
+
+ * New upstream
+ * Fix clean rule
+
+ -- Mathieu Malaterre <malat at debian.org> Sat, 05 Jul 2014 14:33:04 +0200
+
japi-compliance-checker (1.3.6-1) unstable; urgency=low
* New upstream
diff --git a/debian/rules b/debian/rules
index 7c6a051..90c252f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,15 @@
destdir=$(shell pwd)
override_dh_auto_install:
mkdir -p $(destdir)/debian/tmp/usr
- perl Makefile.pl -install --prefix=$(destdir)/debian/tmp/usr
+ perl Makefile.pl -install --prefix=/usr --destdir=$(destdir)/debian/tmp
override_dh_install:
dh_install usr/bin
dh_installdocs doc
+override_dh_clean:
+ dh_clean japi-compliance-checker
+
debian/japi-compliance-checker.1:
# remove '.pl' from the generated man page by help2man:
ln japi-compliance-checker.pl japi-compliance-checker
--
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