[netbeans] 01/03: wrap-and-sort -sab

Markus Koschany apo-guest at moszumanska.debian.org
Sun Jun 14 12:56:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository netbeans.

commit c9c3eb4579d84b177272f86c40f61a343c37a6ca
Author: Markus Koschany <apo at gambaru.de>
Date:   Fri Jun 12 23:49:09 2015 +0200

    wrap-and-sort -sab
---
 debian/control | 230 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 115 insertions(+), 115 deletions(-)

diff --git a/debian/control b/debian/control
index 25b0dc1..a3bbcee 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends:
  antlr3 (>= 3.2),
  debhelper (>= 9),
  default-jdk,
+ g++-mingw-w64-i686,
+ g++-mingw-w64-x86-64,
  javacc,
  javahelp2,
  javahelper,
@@ -21,28 +23,27 @@ Build-Depends:
  libbytelist-java,
  libcglib-java,
  libcommons-codec-java,
+ libcommons-httpclient-java,
  libcommons-io-java,
- libws-commons-util-java,
- libjaxb-java,
- libjaxb-api-java,
  libcommons-lang-java,
- libcommons-httpclient-java,
  libcommons-logging-java,
  libcommons-net-java,
- libjpa-2.1-spec-java,
  libeclipselink-java,
  libfelix-framework-java,
  libfelix-main-java,
  libfreemarker-java,
  libhamcrest-java,
  libini4j-java (>=0.5),
+ libjaxb-api-java,
+ libjaxb-java,
  libjemmy2-java,
  libjgit-java,
  libjna-java (>= 3.2.7-2~),
  libjna-platform-java,
  libjnlp-servlet-java,
- libjsch-java (>= 0.1.42),
+ libjpa-2.1-spec-java,
  libjsch-agent-proxy-java,
+ libjsch-java (>= 0.1.42),
  libjson-simple-java,
  libjvyamlb-java (>= 0.2.5-2~),
  libjzlib-java (>= 1.0.7),
@@ -55,114 +56,25 @@ Build-Depends:
  libpostgresql-jdbc-java,
  libservlet2.5-java,
  libsimple-validation-java,
+ libsqljet-java,
  libstringtemplate-java,
  libsvn-java,
  libsvnclientadapter-java,
  libsvnkit-java,
- libsqljet-java,
  libswing-layout-java (>= 1.0.3),
  libswingx-java,
  libtrilead-ssh2-java,
+ libws-commons-util-java,
  libxerces2-java,
  libxml-commons-resolver1.1-java (>= 1.2-3),
  maven-repo-helper,
  testng,
- g++-mingw-w64-i686,
- g++-mingw-w64-x86-64,
  w3c-sgml-lib
 Standards-Version: 3.9.6
 Homepage: http://netbeans.org/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/netbeans.git
 Vcs-Git: git://anonscm.debian.org/pkg-java/netbeans.git
 
-Package: libnb-platform13-java
-Architecture: all
-Depends:
- antlr3 (>= 3.2),
- javahelp2,
- junit4 (>= 4.6),
- libfelix-framework-java,
- libfelix-main-java,
- libjna-java (>= 3.2.7-2~),
- libjna-platform-java,
- libnb-org-openide-modules-java,
- libnb-org-openide-util-java,
- libnb-org-openide-util-lookup-java,
- libopenjfx-java,
- libosgi-compendium-java,
- libosgi-core-java,
- libswing-layout-java (>= 1.0.3),
- ${java:Depends},
- ${misc:Depends}
-Description: NetBeans Platform for building rich desktop applications in Java
- The NetBeans Platform is a framework for building rich desktop applications
- in Java. It provides the code that is required to connect actions to menu
- items, toolbar items, keyboard shortcuts and more. It is the core of the
- NetBeans IDE.
- .
- This package provides the platform itself.
-
-Package: libnb-platform-devel-java
-Architecture: all
-Depends:
- ant,
- javahelp2,
- libbindex-java,
- libjemmy2-java,
- libjnlp-servlet-java,
- libnb-platform13-java,
- ${java:Depends},
- ${misc:Depends}
-Description: Build harness for NetBeans Platform
- The NetBeans Platform is a framework for building rich desktop applications
- in Java. It provides the code that is required to connect actions to menu
- items, toolbar items, keyboard shortcuts and more. It is the core of the
- NetBeans IDE.
- .
- This package contains the NetBeans Platform Harness containing the build
- scripts and ant tasks required to build an application on top of NetBeans
- Platform.
-
-Package: libnb-org-openide-util-java
-Architecture: all
-Depends:
- libnb-org-openide-util-lookup-java,
- ${java:Depends},
- ${misc:Depends}
-Provides:
- libopenide-util-java
-Replaces:
- libopenide-util-java
-Conflicts:
- libopenide-util-java
-Description: Utility classes from the NetBeans Platform
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package provides
- some utility functions used by the modules that make up the platform.
-
-Package: libnb-org-openide-util-lookup-java
-Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
-Description: Utility lookup classes from the NetBeans Platform
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package provides
- some utility functions for lookups and is used by the modules that make
- up the platform.
-
-Package: libnb-org-openide-modules-java
-Architecture: all
-Depends:
- libnb-org-openide-util-java,
- libnb-org-openide-util-lookup-java,
- ${java:Depends},
- ${misc:Depends}
-Description: Utility classes for modules from the NetBeans Platform
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package provides
- some utility functions for managing NetBeans modules.
-
 Package: libnb-absolutelayout-java
 Architecture: all
 Depends:
@@ -174,22 +86,19 @@ Description: Java LayoutManager to allow placement in absolute positions
  implementation allows you to position components by their
  absolute position.
 
-Package: netbeans
+Package: libnb-apisupport3-java
 Architecture: all
 Depends:
- libnb-apisupport3-java (= ${binary:Version}),
- libjgit-java,
  libnb-ide14-java (= ${binary:Version}),
  libnb-java5-java (= ${binary:Version}),
+ libnb-platform-devel-java (>= 7.0),
  libnb-platform13-java (>= 7.0),
- default-jdk,
  ${java:Depends},
  ${misc:Depends}
-Description: Extensible Java IDE
- Integrated Development Environment for software developers. It supports
- development of desktop, enterprise, web, and mobile applications. Package
- includes the Base IDE, Java Development Tools and Plug-in Development Tools.
- Support for PHP, Ruby, C/C++, Java EE and others can be added.
+Description: Common NetBeans Platform Development Related Libraries for NetBeans
+ The NetBeans Platform is a set of modules, each providing their own
+ APIs and working together or in a standalone mode. This package contains
+ common libraries for development of NetBeans Platform modular extensions.
 
 Package: libnb-ide14-java
 Architecture: all
@@ -198,15 +107,14 @@ Depends:
  libbytelist-java,
  libcommons-codec-java,
  libcommons-httpclient-java,
- libws-commons-util-java,
  libcommons-io-java,
  libcommons-lang-java,
  libcommons-logging-java,
  libcommons-net1-java,
  libfreemarker-java,
  libini4j-java (>= 0.5),
- libjsch-java (>= 0.1.42),
  libjsch-agent-proxy-java,
+ libjsch-java (>= 0.1.42),
  libjvyamlb-java (>= 0.2.5-2~),
  libjzlib-java (>= 1.0.7),
  liblucene3-java,
@@ -221,6 +129,7 @@ Depends:
  libsvnkit-java,
  libswingx-java,
  libtrilead-ssh2-java,
+ libws-commons-util-java,
  libxerces2-java,
  libxml-commons-resolver1.1-java (>= 1.2-3),
  ${java:Depends},
@@ -241,10 +150,10 @@ Depends:
  libbeansbinding-java,
  libcglib-java,
  libeclipselink-java,
+ libjson-simple-java,
  libnb-absolutelayout-java,
  libnb-ide14-java (= ${binary:Version}),
  libnb-javaparser-java (>= 7.0.1~),
- libjson-simple-java,
  libnb-platform13-java (>= 7.0),
  ${java:Depends},
  ${misc:Depends}
@@ -253,16 +162,107 @@ Description: Common Java Related Libraries for NetBeans
  APIs and working together or in a standalone mode. This package contains
  common libraries for the NetBeans Java IDE.
 
-Package: libnb-apisupport3-java
+Package: libnb-org-openide-modules-java
+Architecture: all
+Depends:
+ libnb-org-openide-util-java,
+ libnb-org-openide-util-lookup-java,
+ ${java:Depends},
+ ${misc:Depends}
+Description: Utility classes for modules from the NetBeans Platform
+ The NetBeans Platform is a set of modules, each providing their own
+ APIs and working together or in a standalone mode. This package provides
+ some utility functions for managing NetBeans modules.
+
+Package: libnb-org-openide-util-java
+Architecture: all
+Depends:
+ libnb-org-openide-util-lookup-java,
+ ${java:Depends},
+ ${misc:Depends}
+Provides:
+ libopenide-util-java
+Replaces:
+ libopenide-util-java
+Conflicts:
+ libopenide-util-java
+Description: Utility classes from the NetBeans Platform
+ The NetBeans Platform is a set of modules, each providing their own
+ APIs and working together or in a standalone mode. This package provides
+ some utility functions used by the modules that make up the platform.
+
+Package: libnb-org-openide-util-lookup-java
 Architecture: all
 Depends:
+ ${java:Depends},
+ ${misc:Depends}
+Description: Utility lookup classes from the NetBeans Platform
+ The NetBeans Platform is a set of modules, each providing their own
+ APIs and working together or in a standalone mode. This package provides
+ some utility functions for lookups and is used by the modules that make
+ up the platform.
+
+Package: libnb-platform-devel-java
+Architecture: all
+Depends:
+ ant,
+ javahelp2,
+ libbindex-java,
+ libjemmy2-java,
+ libjnlp-servlet-java,
+ libnb-platform13-java,
+ ${java:Depends},
+ ${misc:Depends}
+Description: Build harness for NetBeans Platform
+ The NetBeans Platform is a framework for building rich desktop applications
+ in Java. It provides the code that is required to connect actions to menu
+ items, toolbar items, keyboard shortcuts and more. It is the core of the
+ NetBeans IDE.
+ .
+ This package contains the NetBeans Platform Harness containing the build
+ scripts and ant tasks required to build an application on top of NetBeans
+ Platform.
+
+Package: libnb-platform13-java
+Architecture: all
+Depends:
+ antlr3 (>= 3.2),
+ javahelp2,
+ junit4 (>= 4.6),
+ libfelix-framework-java,
+ libfelix-main-java,
+ libjna-java (>= 3.2.7-2~),
+ libjna-platform-java,
+ libnb-org-openide-modules-java,
+ libnb-org-openide-util-java,
+ libnb-org-openide-util-lookup-java,
+ libopenjfx-java,
+ libosgi-compendium-java,
+ libosgi-core-java,
+ libswing-layout-java (>= 1.0.3),
+ ${java:Depends},
+ ${misc:Depends}
+Description: NetBeans Platform for building rich desktop applications in Java
+ The NetBeans Platform is a framework for building rich desktop applications
+ in Java. It provides the code that is required to connect actions to menu
+ items, toolbar items, keyboard shortcuts and more. It is the core of the
+ NetBeans IDE.
+ .
+ This package provides the platform itself.
+
+Package: netbeans
+Architecture: all
+Depends:
+ default-jdk,
+ libjgit-java,
+ libnb-apisupport3-java (= ${binary:Version}),
  libnb-ide14-java (= ${binary:Version}),
  libnb-java5-java (= ${binary:Version}),
- libnb-platform-devel-java (>= 7.0),
  libnb-platform13-java (>= 7.0),
  ${java:Depends},
  ${misc:Depends}
-Description: Common NetBeans Platform Development Related Libraries for NetBeans
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package contains
- common libraries for development of NetBeans Platform modular extensions.
+Description: Extensible Java IDE
+ Integrated Development Environment for software developers. It supports
+ development of desktop, enterprise, web, and mobile applications. Package
+ includes the Base IDE, Java Development Tools and Plug-in Development Tools.
+ Support for PHP, Ruby, C/C++, Java EE and others can be added.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git



More information about the pkg-java-commits mailing list