[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. 5d1639d3bbfd94508d4ecdcef8027f3a89c0ef9e
Niels Thykier
nthykier-guest at alioth.debian.org
Thu Oct 22 19:39:07 UTC 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse-emf - Plug-in for eclipse - Debian package.".
The branch, master has been updated
via 5d1639d3bbfd94508d4ecdcef8027f3a89c0ef9e (commit)
from 2799f513bd4e33089adaeccaebb09a4bf3c2391d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d1639d3bbfd94508d4ecdcef8027f3a89c0ef9e
Author: Niels Thykier <niels at thykier.net>
Date: Thu Oct 22 21:39:03 2009 +0200
Add changelog and correct rules.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 5 +++++
debian/rules | 5 ++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..697fb31
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+eclipse-emf (2.5.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #551858)
+
+ -- Niels Thykier <niels at thykier.net> Thu, 22 Oct 2009 21:38:08 +0200
diff --git a/debian/rules b/debian/rules
index f8b67f6..4a60f5e 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
include /usr/share/quilt/quilt.make
-PDEBUILD=? /usr/lib/eclipse/buildscripts/pdebuild
+PDEBUILD ?= /usr/lib/eclipse/buildscripts/pdebuild
# Note: We use forceContextQualifier because the docs plugins use custom build
# scripts and don't work otherwise.
PDEBUILD_OPTIONS:="-DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=v200906151043"
@@ -28,10 +28,9 @@ build-stamp: patch
clean: clean-real unpatch
-#Figure this one out - Fedora just does "rm -fr $builddir"
clean-real:
dh_testdir
dh_testroot
-
+ rm -fr build
.PHONEY: clean-real unpatch patch check-binary
hooks/post-receive
--
eclipse-emf - Plug-in for eclipse - Debian package.
More information about the pkg-java-commits
mailing list