--- netty3.1-3.1.0.CR1.orig/debian/watch +++ netty3.1-3.1.0.CR1/debian/watch @@ -0,0 +1,3 @@ +version=3 +#http://anonsvn.jboss.org/repos/netty/tags/ netty-([0-9].*)/ debian debian/orig-tar.sh +http://anonsvn.jboss.org/repos/netty/tags/ netty-(3\.1\..*)/ debian debian/orig-tar.sh --- netty3.1-3.1.0.CR1.orig/debian/control +++ netty3.1-3.1.0.CR1/debian/control @@ -0,0 +1,33 @@ +Source: netty3.1 +Section: java +Priority: optional +Maintainer: Debian Eucalyptus Maintainers +DM-Upload-Allowed: yes +Uploaders: Brian Thomason , + Graziano Obertelli , + Kyo Lee , + Charles Plessy , +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.9.3 +Vcs-Browser: http://git.debian.org/?p=pkg-eucalyptus/netty3.1.git +Vcs-Git: git://git.debian.org/pkg-eucalyptus/netty3.1.git +Homepage: http://www.jboss.org/netty + +Package: libnetty3.1-java +Architecture: all +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. + It greatly simplifies and streamlines network programming such as TCP and UDP + socket server. + . + This package tracks the version 3.1 of Netty, and exists only to support + packages that do not work with ulterior versions. Once they are corrected, + we intend to drop libnetty3.1-java. Please contact us before depending on + this package. --- netty3.1-3.1.0.CR1.orig/debian/changelog +++ netty3.1-3.1.0.CR1/debian/changelog @@ -0,0 +1,11 @@ +netty3.1 (3.1.0.CR1-1) unstable; urgency=low + + * Initial release in Debian (Closes: #677289). + + -- Charles Plessy Wed, 13 Jun 2012 14:04:50 +0900 + +netty3.1 (3.1.0.CR1-0ubuntu1) precise; urgency=low + + * Initial release + + -- Brian Thomason Sat, 04 Feb 2012 11:13:13 +0000 --- netty3.1-3.1.0.CR1.orig/debian/orig-tar.sh +++ netty3.1-3.1.0.CR1/debian/orig-tar.sh @@ -0,0 +1,18 @@ +#!/bin/sh -e + +# $1 = version +TAR=../netty_$2.orig.tar.gz +DIR=libnetty-java-$2.orig + +# clean up the upstream tarball +svn export http://anonsvn.jboss.org/repos/netty/tags/netty-$2/ $DIR +GZIP=--best tar -c -z -f $TAR $DIR +rm -rf $DIR +rm ../netty-$2 + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi --- netty3.1-3.1.0.CR1.orig/debian/copyright +++ netty3.1-3.1.0.CR1/debian/copyright @@ -0,0 +1,54 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://anonsvn.jboss.org/repos/netty/tags/netty-3.1.0.CR1/ + +Files: * +Copyright: + Copyright (C) 2008, Red Hat Middleware LLC, and individual contributors: + Andy Taylor + Daniel Bevenius + Trustin Heuiseung Lee +License: LGPL-2.1+ + The Netty Project is licensed under the GNU LGPL (Lesser General Public + License) version 2.1. + . + On Debian GNU/Linux and Ubuntu systems, the complete text of the LGPL 2.1 + License can be found in the /usr/share/common-licenses/LGPL-2.1 file. + . + The same license and copyright applies to the Debian packaging. +Comment: + This product contains a modified version of Robert Harder's Public Domain + Base64 Encoder and Decoder, and extensions to Java Collections Framework + derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene. Both + have been released to the public domain under the following terms: + . + The person or persons who have associated work with this document (the + "Dedicator" or "Certifier") hereby either (a) certifies that, to the best of + his knowledge, the work of authorship identified is in the public domain of + the country from which the work is published, or (b) hereby dedicates whatever + copyright the dedicators holds in the work of authorship identified below (the + "Work") to the public domain. A certifier, moreover, dedicates any copyright + interest he may have in the associated work, and for these purposes, is + described as a "dedicator" below. + . + A certifier has taken reasonable steps to verify the copyright status of this + work. Certifier recognizes that his good faith efforts may not shield him from + liability if in fact the work certified is not in the public domain. + . + Dedicator makes this dedication for the benefit of the public at large and to + the detriment of the Dedicator's heirs and successors. Dedicator intends this + dedication to be an overt act of relinquishment in perpetuate of all present + and future rights under copyright law, whether vested or contingent, in the + Work. Dedicator understands that such relinquishment of all rights includes + the relinquishment of all rights to enforce (by lawsuit or otherwise) those + copyrights in the Work. + . + Dedicator recognizes that, once placed in the public domain, the Work may be + freely reproduced, distributed, transmitted, used, modified, built upon, or + 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. +Authors: + Andy Taylor + Daniel Bevenius + Trustin Heuiseung Lee + --- netty3.1-3.1.0.CR1.orig/debian/gbp.conf +++ netty3.1-3.1.0.CR1/debian/gbp.conf @@ -0,0 +1,9 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +# use pristine-tar: +pristine-tar = True + +[git-dch] +# include 7 digits of the commit id in the changelog enty: +id-length = 7 --- netty3.1-3.1.0.CR1.orig/debian/README.Debian +++ netty3.1-3.1.0.CR1/debian/README.Debian @@ -0,0 +1,11 @@ +Please note that in order to reduce dependencies, the Debian Netty package +currently doesn't provide some optional Netty features: + + * XNIO support (org.jboss.netty.channel.xnio package) + * JBoss microcontainer support (org.jboss.netty.container package) + * Google Guice and Spring Framework support (org.jboss.netty.example package) + * Protocol buffers support (org.jboss.netty.handler.codec.protobuf package) + * JBoss Logging support (org.jboss.netty.logging.JBossLogger* classes) + * OSGi Logging support (org.jboss.netty.logging.OsgiLogger* classes) + +-- Thierry Carrez Tue, 30 Jun 2009 11:11:15 +0200 --- netty3.1-3.1.0.CR1.orig/debian/build.xml +++ netty3.1-3.1.0.CR1/debian/build.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- netty3.1-3.1.0.CR1.orig/debian/rules +++ netty3.1-3.1.0.CR1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_ANT_BUILDFILE := debian/build.xml +DEB_ANT_ARGS := -DartifactVersion=$(DEB_UPSTREAM_VERSION) \ + -DartifactId=$(DEB_SOURCE_PACKAGE) +DEB_JARS := commons-logging log4j-1.2 servlet-api-2.5 \ + 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 + --- netty3.1-3.1.0.CR1.orig/debian/compat +++ netty3.1-3.1.0.CR1/debian/compat @@ -0,0 +1 @@ +5 --- netty3.1-3.1.0.CR1.orig/debian/source/format +++ netty3.1-3.1.0.CR1/debian/source/format @@ -0,0 +1 @@ +1.0