[pkg-eucalyptus-commits] r284 - gwt/trunk/debian

Charles Plessy plessy at alioth.debian.org
Sat Nov 3 07:42:55 UTC 2012


Author: plessy
Date: 2012-11-03 07:42:55 +0000 (Sat, 03 Nov 2012)
New Revision: 284

Modified:
   gwt/trunk/debian/changelog
   gwt/trunk/debian/control
Log:
Normalised debian/control with cme (Config::Model).


Modified: gwt/trunk/debian/changelog
===================================================================
--- gwt/trunk/debian/changelog	2012-11-03 07:40:00 UTC (rev 283)
+++ gwt/trunk/debian/changelog	2012-11-03 07:42:55 UTC (rev 284)
@@ -2,6 +2,7 @@
 
   * New upstream release (closes: #691900).
   * debian/watch: mangle -rc to ~rc, so that 2.5.0-rc2 sorts before 2.5.0.
+  * Normalised debian/control with cme (Config::Model). 
 
  -- Charles Plessy <plessy at debian.org>  Sat, 03 Nov 2012 09:46:45 +0900
 

Modified: gwt/trunk/debian/control
===================================================================
--- gwt/trunk/debian/control	2012-11-03 07:40:00 UTC (rev 283)
+++ gwt/trunk/debian/control	2012-11-03 07:42:55 UTC (rev 284)
@@ -1,41 +1,47 @@
 Source: gwt
+Maintainer: Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers at lists.alioth.debian.org>
+Uploaders: Brian Thomason <brian.thomason at eucalyptus.com>,
+           Chris Halls <halls at debian.org>
 Section: java
 Priority: optional
-Maintainer: Debian Eucalyptus Maintainers <pkg-eucalyptus-maintainers at lists.alioth.debian.org>
-Uploaders: Brian Thomason <brian.thomason at eucalyptus.com>, Chris Halls <halls at debian.org>
-DM-Upload-Allowed: yes
+Build-Depends: ant,
+               ant-contrib,
+               debhelper (>= 5),
+               cdbs,
+               javahelper
 Build-Depends-Indep: default-jdk,
- libcommons-collections3-java,
- libservlet2.5-java,
- libjetty-java,
- libecj-java,
- libswt-gtk-3-java,
- libswt-gtk-3-java-gcj,
- junit,
- eclipse-jdt,
- libguava-java,
- libhtmlunit-java,
- libhtmlunit-core-js-java,
- libprotobuf-java,
- protobuf-compiler,
- libcommons-logging-java,
- libgeronimo-validation-1.0-spec-java,
- libicu4j-java,
- libjson-simple-java,
- libflute-java,
- libhibernate-validator-java,
- libhibernate3-java,
- libjsilver-java,
- libxerces2-java
-Build-Depends: ant, ant-contrib, debhelper (>= 5), cdbs (>= 0.4.5.3), javahelper
+                     libcommons-collections3-java,
+                     libservlet2.5-java,
+                     libjetty-java,
+                     libecj-java,
+                     libswt-gtk-3-java,
+                     libswt-gtk-3-java-gcj,
+                     junit,
+                     eclipse-jdt,
+                     libguava-java,
+                     libhtmlunit-java,
+                     libhtmlunit-core-js-java,
+                     libprotobuf-java,
+                     protobuf-compiler,
+                     libcommons-logging-java,
+                     libgeronimo-validation-1.0-spec-java,
+                     libicu4j-java,
+                     libjson-simple-java,
+                     libflute-java,
+                     libhibernate-validator-java,
+                     libhibernate3-java,
+                     libjsilver-java,
+                     libxerces2-java
 Standards-Version: 3.9.3
+Vcs-Browser: http://svn.debian.org/websvn/pkg-eucalyptus/gwt
 Vcs-Svn: svn://svn.debian.org/pkg-eucalyptus/gwt/trunk
-Vcs-Browser: http://svn.debian.org/websvn/pkg-eucalyptus/gwt
+DM-Upload-Allowed: yes
 Homepage: http://google-web-toolkit.googlecode.com
 
 Package: libgwt-user-java
 Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${misc:Depends},
+         ${java:Depends}
 Recommends: ${java:Recommends}
 Description: Google Web Toolkit (GWT) runtime libs
  Google Web Toolkit (GWT) allows developers to quickly build and maintain
@@ -45,10 +51,12 @@
 
 Package: libgwt-dev-java
 Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${misc:Depends},
+         ${java:Depends}
 Recommends: ${java:Recommends}
 Description: Google Web Toolkit (GWT) dev libs
  Google Web Toolkit (GWT) allows developers to quickly build and maintain
  complex JavaScript front-end applications in the Java programming language.
  .
  This package contains the buildtime library (gwt-dev).
+




More information about the pkg-eucalyptus-commits mailing list