debian/0000755000000000000000000000000011712724112007164 5ustar debian/source/0000755000000000000000000000000011712724112010464 5ustar debian/source/format0000644000000000000000000000001411704600316011672 0ustar 3.0 (quilt) debian/control0000644000000000000000000000163211704604161010573 0ustar Source: geronimo-javamail-1.4-spec Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Brian Thomason Build-Depends-Indep: default-jdk, libgeronimo-osgi-support-java Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.9.2 DM-Upload-Allowed: yes Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/geronimo-javamail-1.4-spec-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/geronimo-javamail-1.4-spec-java Package: libgeronimo-javamail-1.4-spec-java Architecture: all Depends: ${misc:Depends}, libgeronimo-osgi-support-java Description: Geronimo API implementation of the JavaMail 1.4 spec This package provides the Geronimo API implementation of the JavaMail 1.4 spec (javax.mail classes). Geronimo JavaMail can be used as a replacement for the JavaMail API provided by Oracle. debian/compat0000644000000000000000000000000211704600316010362 0ustar 5 debian/changelog0000644000000000000000000000206411712724012011037 0ustar geronimo-javamail-1.4-spec (1.7.1-2) unstable; urgency=low * Set DMUA flag [ by Steffen ] -- Brian Thomason Sun, 15 Jan 2012 17:45:11 +0100 geronimo-javamail-1.4-spec (1.7.1-1) unstable; urgency=low * Upload to Debian (new package). [ by sponsor Steffen Moeller ] * Added Brian as Uploader, pkg-java as maintainer * Added Vcs paths -- Brian Thomason Sun, 15 Jan 2012 17:25:56 +0100 geronimo-javamail-1.4-spec (1.7.1-0ubuntu1) precise; urgency=low * New upstream release * Bumped Standards-Version - Added debian/source/format - Removed JRE dep * Changed Maintainer from MOTU to Ubuntu Developers * Slightly extended long description * Changed section from libs to java * Added libgeronimo-osgi-support-java build-dep -- Brian Thomason Wed, 11 Jan 2012 16:10:49 -0500 geronimo-javamail-1.4-spec (1.2-0ubuntu1) jaunty; urgency=low * Initial release. -- Thierry Carrez Tue, 10 Feb 2009 13:47:11 +0000 debian/copyright0000644000000000000000000000414711704600316011125 0ustar This package was debianized by Thierry Carrez on Wed, 04 Feb 2009 11:39:01 +0100 Source tarballs are rebuilt from the SVN export of the relevant tag under https://svn.apache.org/repos/asf/geronimo/specs Copyright: Copyright (C) 2003-2006 The Apache Software Foundation Authors: The Apache Software Foundation, including but not limited to: Aaron Mulder Alan Cabrera Alexy Petrenko Anita Kulshreshtha Bruce Snyder B.J. Reed Christopher J. Blythe Christopher M. Cardona Dain Sundstrom Darren Middleman Davanum Srinivas David Blevins David Jencks Donald Woods (dwoods) Erik B. Craig Geir Magnusson Jr. Gianny D'Amour Greg Wilkins Guillaume Nodet Hernan Cunico Hiram Chirino Jacek Laskowski James Strachan Jan Bartel Jarek Gawor Jason Dillon Jason van Zyl Jason Warner Jay D. McHugh Jeff Genender Jeremy Boynes Joe Bohn John R. Sisson Jules Gosnell Kevan Miller Ken Coar Lars Kuhne Lin Sun Manu George Mark DeLaFranier Matt R. Hogstrom Paul McMahan Prasad Kashyap Rakesh Midha Rick McGuire Sachin P. Patel Shiva Kumar H R Srinath Perera Ted Kirby Tim McConnell Vamsavardhana Reddy Chillakuru Viet Nguyen Yun Feng Ma License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 License can be found in the /usr/share/common-licenses/Apache-2.0 file. The same license and copyright applies to the Debian packaging. debian/rules0000755000000000000000000000260711704600316010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ') VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's/Version: \(.*\)-.*/\1/') SVN := geronimo/specs/tags/geronimo-javamail_1.4_spec-$(VERSION) ASFREPO := http://svn.apache.org/repos/asf/$(SVN) REQUIRED_JVM_VERSION := 1.5 JAVA_HOME := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant DEB_ANT_BUILD_TARGET := package DEB_ANT_BUILDFILE := ./debian/build.xml DEB_ANT_ARGS := -DartifactVersion=$(VERSION) \ -DartifactId=$(PACKAGE) \ -DsourceVersion=$(REQUIRED_JVM_VERSION) \ -DtargetVersion=$(REQUIRED_JVM_VERSION) DEB_JARS := geronimo-osgi-locator-1.0 osgi.core osgi.compendium get-orig-source: echo "Getting version $(VERSION) from $(SVN)" mkdir orig_tmp cd orig_tmp && \ svn export -q $(ASFREPO) $(PACKAGE)-$(VERSION) && \ tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE)-$(VERSION) rm -rf orig_tmp binary-post-install/lib$(PACKAGE)-java:: dh_install -plib$(PACKAGE)-java build/$(PACKAGE)-$(VERSION).jar usr/share/java dh_link -plib$(PACKAGE)-java usr/share/java/$(PACKAGE)-$(VERSION).jar usr/share/java/$(PACKAGE).jar debian/build.xml0000644000000000000000000000256111704600316011011 0ustar