debian/0000755000000000000000000000000011522070607007166 5ustar debian/libbeansbinding-java-doc.doc-base0000644000000000000000000000047611520074575015376 0ustar Document: libbeansbinding-java-doc Title: Beans Binding (JSR 295) API Author: Sun Microsystems, Inc. Abstract: This is the API documentation for Beans Binding (JSR 295). Section: Java Format: HTML Index: /usr/share/doc/libbeansbinding-java-doc/api/index.html Files: /usr/share/doc/libbeansbinding-java-doc/api/*.html debian/control0000644000000000000000000000276011520074575010604 0ustar Source: beansbinding Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Marek Slama , Andres Mejia Build-Depends: debhelper (>= 7.0.50~), javahelper, ant, default-jdk Standards-Version: 3.9.1 Homepage: http://beansbinding.dev.java.net/ Vcs-Browser: http://git.debian.org/?p=pkg-java/libbeansbinding-java.git Vcs-Git: git://git.debian.org/git/pkg-java/libbeansbinding-java.git Package: libbeansbinding-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Suggests: libbeansbinding-java-doc Description: Beans Binding API (library) In essence, Beans Binding (JSR 295) is about keeping two properties (typically of two objects) in sync. An additional emphasis is placed on the ability to bind to Swing components, and easy integration with IDEs such as NetBeans. This project provides the reference implementation. . This package contains the Java Beans Binding library. Package: libbeansbinding-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: ${java:Recommends} Description: Beans Binding API (documentation) In essence, Beans Binding (JSR 295) is about keeping two properties (typically of two objects) in sync. An additional emphasis is placed on the ability to bind to Swing components, and easy integration with IDEs such as NetBeans. This project provides the reference implementation. . This package contains Javadoc API documentation. debian/watch0000644000000000000000000000010211520074575010216 0ustar # Cannot use uscan due to changing directory names from upstream. debian/source/0000755000000000000000000000000011520074575010474 5ustar debian/source/format0000644000000000000000000000001411520074575011702 0ustar 3.0 (quilt) debian/libbeansbinding-java-doc.javadoc0000644000000000000000000000001511520074575015315 0ustar dist/javadoc debian/changelog0000644000000000000000000000254611520074575011055 0ustar beansbinding (1.2.1-1) unstable; urgency=low [ Andres Mejia ] * Upload for Debian. (Closes: #492255) * Add Debian Java team as Maintainer, Marek and myself as Uploaders. * Create get-orig-source script to generate repacked upstream tarball. * Use 3.0 (quilt) source format. * Use debhelper 7 format. * Add watch file. * Bump to Standards-Version 3.9.1. * Add Vcs entries to control file. * Update packaging to use dh with javahelper. * Rename source package to use upstream name, beansbinding. [ Damien Raude-Morvan ] * d/control: Drop Depends: default-jre | java2-runtime as a Java library don't need to depends on runtime (Java Policy). -- Andres Mejia Fri, 21 Jan 2011 22:38:29 -0500 libbeansbinding-java (1.2.1-0ubuntu3) intrepid; urgency=low * replace explicit dependency on openjdk-6-jre (LP: #259393) * remove redundant string from .dirs file * remove log file -- Yulia Novozhilova Tue, 19 Aug 2008 19:08:49 +0400 libbeansbinding-java (1.2.1-0ubuntu2) hardy; urgency=low * Replace icedtea-java7 dependencies with openjdk-6 (LP: #203636) -- Marek Slama Thu, 20 Mar 2008 10:00:00 +0100 libbeansbinding-java (1.2.1-0ubuntu1) hardy; urgency=low * Initial version. (LP: #185975) -- Marek Slama Fri, 25 Jan 2008 10:00:00 +0100 debian/rules0000755000000000000000000000031711520074575010255 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper override_dh_auto_build: ant -f build.xml dist override_jh_installlibs: jh_installlibs --upstream-version=1.2.1 debian/copyright0000644000000000000000000000476511520074575011143 0ustar This package was debianized by Marek Slama on 25-Jan-2008. The current Debian maintainer is Marek Slama Upstream downloaded from: https://beansbinding.dev.java.net/files/documents/6779/73673/beansbinding-1.2.1-src.zip Upstream home page: http://beansbinding.dev.java.net/ Copyright: - - - - - copyright notice and license for Debian packaging - - - - - Copyright 2007 Sun Microsystems, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - - copyright notice and license for upstream - - - - - Copyright 2007 Sun Microsystems, Inc. Use of this software is governed by the terms of the license below: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. debian/beansbinding-get-orig-source0000755000000000000000000000371211520074575014561 0ustar #!/bin/sh # This script is used to download the upstream source for beansbinding # and generate it into an orig source tarball for Debian. # Common variables used to ease maintenance of this script BEANSBINDING_TARBALL="beansbinding-1.2.1-src.zip" BEANSBINDING_TARBALL_CHECKSUM="faf50715f7ca020bbac2c4dad63c2595ac00f1f4" BEANSBINDING_VERSION="1.2.1+repack1" USAGE="\n\ This script is used to generate the orig tarball used in building\n\ Debian packages for beansbinding-$BEANSBINDING_VERSION.\n\ Usage: beansbinding-get-orig-source [OPTION]\n\ \n\ -h, --help Display this help message.\n\ --remove-upstream-tarball Remove the upstream source tarball.\n" while [ "$#" -gt "0" ] do case "$1" in --remove-upstream-tarball) REMOVE_UPSTREAM_TARBALL=1 shift ;; -h|--help|*) echo "${USAGE}" exit 1 ;; esac done make_current_tarball() { # Download the tarball if it's not available in the current directory [ -f $BEANSBINDING_TARBALL ] || \ wget -c https://beansbinding.dev.java.net/files/documents/6779/73673/$BEANSBINDING_TARBALL # Verify the checksum COMPUTED_CHECKSUM=`sha1sum $BEANSBINDING_TARBALL | cut -d ' ' -f 1` if [ $BEANSBINDING_TARBALL_CHECKSUM != $COMPUTED_CHECKSUM ] ; then echo "Checksum verification failed. Checksum was $COMPUTED_CHECKSUM Expected checksum $BEANSBINDING_TARBALL_CHECKSUM." exit 1 else echo "Checksum verified. Checksum is $COMPUTED_CHECKSUM." fi echo "Copying upstream tarball with different name and running jh_repack." cp -f $BEANSBINDING_TARBALL beansbinding_${BEANSBINDING_VERSION}.orig.zip jh_repack --upstream-version ${BEANSBINDING_VERSION} beansbinding_${BEANSBINDING_VERSION}.orig.zip if [ $REMOVE_UPSTREAM_TARBALL ]; then echo -n "Removing upstream tarball..." rm $BEANSBINDING_TARBALL echo "done." fi } make_current_tarball debian/compat0000644000000000000000000000000211520074575010372 0ustar 7 debian/libbeansbinding-java.jlibs0000644000000000000000000000003411520074575014247 0ustar dist/beansbinding-1.2.1.jar