This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-posix.
commit 5cc074a2a191c3ce44438da311674a52cbdf47f2 Author: Jakub Adam <[email protected]> Date: Fri Jan 18 19:10:21 2013 +0100 Fixed debian-rules-missing-recommended-target lintian warnings --- debian/changelog | 1 + debian/rules | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 67f593e..0d7c180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libjnr-posix-java (1.1.8-2) UNRELEASED; urgency=low * Add OSGi metadata into jar manifest. * Add Jakub Adam to Uploaders. * Bump Standards-Version to 3.9.4. + * Fixed debian-rules-missing-recommended-target lintian warnings. -- Jakub Adam <[email protected]> Fri, 18 Jan 2013 18:54:56 +0100 diff --git a/debian/rules b/debian/rules index fb2cb8a..4ffef82 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ M2_HOME = /usr/share/maven2/ MVN = $(M2_HOME)/bin/mvn -o -s /etc/maven2/settings-debian.xml -build: build-stamp +build-indep: build-stamp build-stamp: dh_testdir @@ -22,6 +22,10 @@ build-stamp: touch build-stamp +build-arch: + +build: build-arch build-indep + clean: dh_testdir dh_testroot -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-posix.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

