This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libaopalliance-java.
commit 5414ed147ecc95485a4c2beb276bd7f6565208a6 Author: Torsten Werner <[email protected]> Date: Sun Jun 28 19:06:41 2009 +0000 move package to pkg-java --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 20 ++++++++++++++++++++ debian/doc-base | 11 +++++++++++ debian/docs | 1 + debian/install | 1 + debian/orig-tar.sh | 18 ++++++++++++++++++ debian/rules | 11 +++++++++++ 9 files changed, 88 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..853aa4e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libaopalliance-java (20070526-1) unstable; urgency=low + + * Initial release (Closes: #426159) + + -- Torsten Werner <[email protected]> Sat, 26 May 2007 21:19:48 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ba2c19c --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: libaopalliance-java +Section: libs +Priority: extra +Maintainer: Torsten Werner <[email protected]> +Build-Depends: ant, cdbs, debhelper (>= 5), kaffe +Standards-Version: 3.7.2 +XS-Vcs-Svn: https://bollin.googlecode.com/svn/libaopalliance-java/trunk +XS-Vcs-Browser: http://bollin.googlecode.com/svn/libaopalliance-java/trunk + +Package: libaopalliance-java +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime +Description: ensure interoperability between Java/J2EE AOP implementations + We believe that Aspect-Oriented Programming (AOP) offers a better solution to + many problems than do existing technologies such as EJB. The AOP Alliance aims + to ensure interoperability between Java/J2EE AOP implementations to build a + larger AOP community. + . + Homepage: http://aopalliance.sourceforge.net/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..28a6691 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Torsten Werner <[email protected]> on +Sat May 26 22:16:10 CEST 2007. + +It was downloaded from <http://aopalliance.sourceforge.net/>. + +Upstream Authors: +Andrei Popovici +Bob Lee +Rod Johnson +Renaud Pawlak +Jon Tirsen +Philippe Ombredanne + +Copyright: (c) 2003,2004 AOP Alliance + +License: + All the source code provided by AOP Alliance is Public Domain. + +The Debian packaging is (C) 2007, Torsten Werner <[email protected]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/doc-base b/debian/doc-base new file mode 100644 index 0000000..0cca926 --- /dev/null +++ b/debian/doc-base @@ -0,0 +1,11 @@ +Document: libaopalliance-java +Title: ensure interoperability between Java/J2EE AOP implementations +Author: Andrei Popovici, Bob Lee, Rod Johnson, Renaud Pawlak, Jon Tirsen, + Philippe Ombredanne +Abstract: We believe that Aspect-Oriented Programming (AOP) offers a better + solution to many problems than do existing technologies such as EJB. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libaopalliance-java/index.html +Files: /usr/share/doc/libaopalliance-java/*.html diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..d7fd8f8 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +build/javadoc/* diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..1e9a92f --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +build/aopalliance.jar /usr/share/java/ diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh new file mode 100644 index 0000000..be9e3d6 --- /dev/null +++ b/debian/orig-tar.sh @@ -0,0 +1,18 @@ +#!/bin/sh -e + +DATE=$1 +DIR=libaopalliance-java-$DATE +TAR=../libaopalliance-java_$DATE.orig.tar.gz +CVSROOT=:pserver:[email protected]:/cvsroot/aopalliance + +cvs -z9 -d$CVSROOT export -D $DATE -d $DIR aopalliance +tar -c -z -f $TAR $DIR +rm -rf $DIR + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..130f96e --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +JAVA_HOME := /usr/lib/kaffe +DEB_ANT_BUILD_TARGET := zip + +get-orig-source: + sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libaopalliance-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

