[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. db4d39ba30b69df357d6ed7aca51184b8e9d9606
Niels Thykier
nthykier-guest at alioth.debian.org
Sun Feb 14 13:06:02 UTC 2010
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 db4d39ba30b69df357d6ed7aca51184b8e9d9606 (commit)
from 5d1639d3bbfd94508d4ecdcef8027f3a89c0ef9e (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 db4d39ba30b69df357d6ed7aca51184b8e9d9606
Author: Niels Thykier <niels at thykier.net>
Date: Sun Feb 14 14:05:46 2010 +0100
Convert to 3.0 (quilt) and bump eclipse versions.
-----------------------------------------------------------------------
Summary of changes:
debian/control | 13 ++++++-------
debian/rules | 9 +++------
debian/source/format | 1 +
3 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index 6e3e662..d16d094 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,10 @@ Uploaders: Niels Thykier <niels at thykier.net>,
Benjamin Drung <bdrung at ubuntu.com>
Build-Depends: debhelper (>= 7),
default-jdk,
- eclipse-pde (>= 3.5.0),
- eclipse-platform (>= 3.5.0-0ubuntu8),
- tofrodos,
- quilt
-Standards-Version: 3.8.3
+ eclipse-pde (>= 3.5.1+repack),
+ eclipse-platform (>= 3.5.1+repack),
+ tofrodos
+Standards-Version: 3.8.4
DM-Upload-Allowed: yes
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-emf.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-emf.git
@@ -33,7 +32,7 @@ Package: eclipse-emf-sdk
Depends: default-jre | java1-runtime | java2-runtime |
java5-runtime | java6-runtime,
eclipse-emf (= ${Source:Version}),
- eclipse-pde (>= 3.5.0)
+ eclipse-pde (>= 3.5.1)
Description: Eclipse Modeling Framework (EMF)
The Eclipse Modeling Framework (EMF) allows developers to build tools and
other applications based on a structured data model. From a model
@@ -58,7 +57,7 @@ Package: eclipse-xsd-sdk
Depends: default-jre | java1-runtime | java2-runtime |
java5-runtime | java6-runtime,
eclipse-emf-sdk (= ${Source:Version}),
- eclipse-pde (>= 3.5.0),
+ eclipse-pde (>= 3.5.1),
eclipse-xsd (= ${Source:Version})
Description: XML Schema Definition (XSD) for Eclipse
The XML Schema Definition (XSD) plugin is a library that provides an API for
diff --git a/debian/rules b/debian/rules
index 4a60f5e..08982b2 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
PDEBUILD ?= /usr/lib/eclipse/buildscripts/pdebuild
# Note: We use forceContextQualifier because the docs plugins use custom build
@@ -19,18 +18,16 @@ TOBUILD=org.eclipse.emf \
build: build-stamp
-build-stamp: patch
+build-stamp:
dh_testdir
for FILE in $(TOBUILD) ; do \
$(PDEBUILD) -f $$FILE -a $(PDEBUILD_OPTIONS) ;\
done
touch $@
-clean: clean-real unpatch
-
-clean-real:
+clean:
dh_testdir
dh_testroot
rm -fr build
-.PHONEY: clean-real unpatch patch check-binary
+.PHONEY: clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
hooks/post-receive
--
eclipse-emf - Plug-in for eclipse - Debian package.
More information about the pkg-java-commits
mailing list