This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository eclipse-pydev.
commit 5ef12485b48ee7dc5ceaa829bf221ac30695b621 Author: Markus Koschany <[email protected]> Date: Thu Feb 26 22:23:04 2015 +0100 wrap-and-sort -sa --- debian/control | 78 +++++++++++++++++++++++++++++++------------------------- debian/copyright | 1 - 2 files changed, 43 insertions(+), 36 deletions(-) diff --git a/debian/control b/debian/control index 01d13cb..3d51c74 100644 --- a/debian/control +++ b/debian/control @@ -2,28 +2,30 @@ Source: eclipse-pydev Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 9), - eclipse-pde (>= 3.8), - eclipse-rse, - eclipse-mylyn (>= 3.8.2-2), - javahelper, - jython (>= 2.5.3-3), - antlr3 (>= 3.2-9), - libasm3-java (>= 3.3.2-2), - libconstantine-java (>= 0.7-4), - libguava-java (>= 13.0.1-2), - libjaffl-java (>= 0.5.9-2), - libjffi-java (>= 1.0.2-10), - libjnr-posix-java (>= 1.1.8-2), - libjpathwatch-java, - libyaml-snake-java, - libxerces2-java, - libxmlrpc3-client-java, - libxmlrpc3-common-java, - libxmlrpc3-server-java, - unzip, - zip +Uploaders: + Jakub Adam <[email protected]> +Build-Depends: + antlr3 (>= 3.2-9), + debhelper (>= 9), + eclipse-mylyn (>= 3.8.2-2), + eclipse-pde (>= 3.8), + eclipse-rse, + javahelper, + jython (>= 2.5.3-3), + libasm3-java (>= 3.3.2-2), + libconstantine-java (>= 0.7-4), + libguava-java (>= 13.0.1-2), + libjaffl-java (>= 0.5.9-2), + libjffi-java (>= 1.0.2-10), + libjnr-posix-java (>= 1.1.8-2), + libjpathwatch-java, + libxerces2-java, + libxmlrpc3-client-java, + libxmlrpc3-common-java, + libxmlrpc3-server-java, + libyaml-snake-java, + unzip, + zip Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/eclipse-pydev.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/eclipse-pydev.git @@ -31,10 +33,12 @@ Homepage: http://pydev.org Package: eclipse-pydev Architecture: any -Depends: eclipse-pydev-data (>= ${source:Version}), - ${shlibs:Depends}, - ${misc:Depends} -Recommends: gdb +Depends: + eclipse-pydev-data (>= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Recommends: + gdb Description: Python IDE for Eclipse PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. @@ -58,11 +62,14 @@ Description: Python IDE for Eclipse Package: eclipse-pydev-data Architecture: all -Depends: eclipse-platform (>= 3.8), - ${misc:Depends}, - ${orbit:Depends} -Recommends: python -Suggests: ipython +Depends: + eclipse-platform (>= 3.8), + ${misc:Depends}, + ${orbit:Depends} +Recommends: + python +Suggests: + ipython Description: Python IDE for Eclipse (data) PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. @@ -88,10 +95,11 @@ Description: Python IDE for Eclipse (data) Package: eclipse-mylyn-context-pydev Architecture: all -Depends: eclipse-pydev (>= ${binary:Version}), - eclipse-mylyn, - ${misc:Depends}, - ${orbit:Depends} +Depends: + eclipse-mylyn, + eclipse-pydev (>= ${binary:Version}), + ${misc:Depends}, + ${orbit:Depends} Description: Mylyn context integration for PyDev Mylyn context provides usage monitoring, degree-of-interested modeling and the task-focused user extensions implementation for the Eclipse UI, which re-aligns diff --git a/debian/copyright b/debian/copyright index 381e651..3eabf59 100644 --- a/debian/copyright +++ b/debian/copyright @@ -554,4 +554,3 @@ License: CPL-1.0 Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

