Hi pkg-eucalyptus team,

Le vendredi 30 septembre 2011 09:25:13, vous avez écrit :
> Upstream has Netty 3.2.5, which has more features than 3.1.0.RC1.

I'll need an updated Netty release (for Maven 3.x packaging). Is that ok for 
Eucalyptus to update ? What's targeted release for Eucalyptus 2/3 ?

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan
diff -u -r netty-3.1.0.CR1/debian/changelog netty-3.2.6.Final/debian/changelog
--- netty-3.1.0.CR1/debian/changelog	2011-11-23 00:29:09.000000000 +0100
+++ netty-3.2.6.Final/debian/changelog	2011-11-23 00:41:21.000000000 +0100
@@ -1,3 +1,19 @@
+netty (1:3.2.6.Final-1) unstable; urgency=low
+
+  * New upstream release.
+    - Update watch file for github.
+  * Add myself to Uploaders.
+  * Use maven-repo-helper to install jar.
+  * Bump to Standards-Version to 3.9.2:
+    - Provide a get-orig-source target.
+    - Drop Depends on default-jre-headless.
+    - Drop XSBC-* fields (Ubuntu specific)
+    - Add Homepage field.
+    - Add Vcs-* fields.
+  * Use debhelper 7 compat level.
+
+ -- Damien Raude-Morvan <draz...@debian.org>  Wed, 23 Nov 2011 00:41:12 +0100
+
 netty (1:3.1.0.CR1-1) unstable; urgency=low
 
   * Port package to pkg-java based largely on existing Ubuntu package
diff -u -r netty-3.1.0.CR1/debian/compat netty-3.2.6.Final/debian/compat
--- netty-3.1.0.CR1/debian/compat	2011-11-23 00:29:09.000000000 +0100
+++ netty-3.2.6.Final/debian/compat	2011-11-18 21:10:35.000000000 +0100
@@ -1 +1 @@
-5
+7
diff -u -r netty-3.1.0.CR1/debian/control netty-3.2.6.Final/debian/control
--- netty-3.1.0.CR1/debian/control	2011-11-23 00:29:09.000000000 +0100
+++ netty-3.2.6.Final/debian/control	2011-11-23 00:41:10.000000000 +0100
@@ -3,19 +3,24 @@
 Priority: optional
 Maintainer: Chris Grzegorczyk <g...@eucalyptus.com>
 DM-Upload-Allowed: yes
-Uploaders: Graziano Obertelli <grazi...@eucalyptus.com>, Kyo Lee <kyo....@eucalyptus.com>
-XSBC-Original-Maintainer: Thierry Carrez <thierry.car...@ubuntu.com>
+Uploaders: Graziano Obertelli <grazi...@eucalyptus.com>,
+           Kyo Lee <kyo....@eucalyptus.com>,
+           Damien Raude-Morvan <draz...@debian.org>
 Build-Depends-Indep: default-jdk,
-  libcommons-logging-java,
-  liblog4j1.2-java,
-  libslf4j-java,
-  libservlet2.5-java
-Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
-Standards-Version: 3.8.3
+                     libcommons-logging-java,
+                     liblog4j1.2-java,
+                     libservlet2.5-java,
+                     libslf4j-java,
+                     maven-repo-helper
+Build-Depends: ant, cdbs (>= 0.4.5.3), debhelper (>= 7)
+Standards-Version: 3.9.2
+Homepage: http://www.jboss.org/netty
+Vcs-Svn: svn://svn.debian.org/svn/pkg-eucalyptus/netty/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-eucalyptus/netty/trunk/
 
 Package: libnetty-java
 Architecture: all
-Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Java NIO client/server socket framework
  Netty is a Java NIO client/server framework which enables quick and easy
  development of network applications such as protocol servers and clients.
diff -u -r netty-3.1.0.CR1/debian/copyright netty-3.2.6.Final/debian/copyright
--- netty-3.1.0.CR1/debian/copyright	2011-11-23 00:29:09.000000000 +0100
+++ netty-3.2.6.Final/debian/copyright	2011-11-18 21:10:35.000000000 +0100
@@ -52,4 +52,3 @@
 otherwise exploited by anyone for any purpose, commercial or non-commercial,
 and in any way, including by methods that have not yet been invented or
 conceived.
-
Seulement dans netty-3.2.6.Final/debian/: libnetty-java.poms
Seulement dans netty-3.1.0.CR1/debian/: orig-tar.sh
diff -u -r netty-3.1.0.CR1/debian/rules netty-3.2.6.Final/debian/rules
--- netty-3.1.0.CR1/debian/rules	2011-11-23 00:29:09.000000000 +0100
+++ netty-3.2.6.Final/debian/rules	2011-11-18 21:10:35.000000000 +0100
@@ -11,6 +11,11 @@
                         slf4j-api slf4j-log4j12
 
 binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java::
-	dh_install -plib$(DEB_SOURCE_PACKAGE)-java build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar usr/share/java
-	dh_link -plib$(DEB_SOURCE_PACKAGE)-java usr/share/java/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(DEB_SOURCE_PACKAGE).jar
+	mh_installpoms -plib$(DEB_SOURCE_PACKAGE)-java
+	mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java -l pom.xml build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
 
+clean::
+	mh_clean
+
+get-orig-source:
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
diff -u -r netty-3.1.0.CR1/debian/watch netty-3.2.6.Final/debian/watch
--- netty-3.1.0.CR1/debian/watch	2011-11-23 00:29:09.000000000 +0100
+++ netty-3.2.6.Final/debian/watch	2011-11-18 21:10:35.000000000 +0100
@@ -1,2 +1,2 @@
 version=3
-http://anonsvn.jboss.org/repos/netty/tags/ netty-([0-9].*)/ debian debian/orig-tar.sh
+http://githubredir.debian.net/github/netty/netty/netty-(.*).tar.gz

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to