This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository commons-daemon.
commit eca3931d5390731515ecadac6af7c8381fd52985 Author: Arnaud Vandyck <[email protected]> Date: Mon Jul 3 11:04:55 2006 +0200 Imported Debian patch 1.0.1-3 --- debian/changelog | 7 +++++++ debian/patches/02_build_ppc64.patch | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e420c0..cb2cc29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +commons-daemon (1.0.1-3) unstable; urgency=low + + * Apply a patch to support ppc64 arch, thanks to Andreas Jochens + (closes: #361831) + + -- Arnaud Vandyck <[email protected]> Mon, 3 Jul 2006 11:04:55 +0200 + commons-daemon (1.0.1-2) unstable; urgency=low * (Builds-)Depends on java-gcj-compat(-dev) instead of kaffe(-dev) diff --git a/debian/patches/02_build_ppc64.patch b/debian/patches/02_build_ppc64.patch new file mode 100644 index 0000000..9938c4a --- /dev/null +++ b/debian/patches/02_build_ppc64.patch @@ -0,0 +1,11 @@ +--- src/native/unix/configure~ 2005-05-17 11:00:45.000000000 +0000 ++++ src/native/unix/configure 2006-07-03 08:56:25.000000000 +0000 +@@ -2422,7 +2422,7 @@ + ;; + esac + case $host_cpu in +- powerpc) ++ powerpc*) + CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;; + sparc*) + CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-daemon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

