debian/0000755000000000000000000000000011614161215007164 5ustar debian/watch0000644000000000000000000000020011574430326010214 0ustar version=3 http://www.migcalendar.com/miglayout/versions/([\d\.]+)/miglayout-([\d\.]+)-sources.jar \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000077611574430326010265 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := substance swt install/libmiglayout-java:: install -m644 -D miglayout.jar $(DEB_DESTDIR)/usr/share/java/miglayout-$(DEB_UPSTREAM_VERSION).jar dh_link -plibmiglayout-java /usr/share/java/miglayout-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/miglayout.jar get-orig-source: -uscan --upstream-version 0 --rename debian/control0000644000000000000000000000204411614161055010571 0ustar Source: libmiglayout-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner , Andrew Ross Build-Depends: debhelper (>= 6), cdbs Build-Depends-Indep: ant, default-jdk, libswt-gtk-3-java, substance Standards-Version: 3.9.2 Homepage: http://www.miglayout.com Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libmiglayout-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libmiglayout-java Package: libmiglayout-java Architecture: all Depends: ${misc:Depends}, Description: Java Layout Manager MiGLayout is a superbly versatile SWT/Swing layout manager that makes layout problems trivial. It is using String or API type-checked constraints to format the layout. MiGLayout can produce flowing, grid based, absolute (with links), grouped and docking layouts. MiGLayout is created to be to manually coded layouts what Matisse/GroupLayout is to IDE supported visual layouts. debian/build.xml0000644000000000000000000000115111574430326011012 0ustar debian/copyright0000644000000000000000000000356311574430326011135 0ustar This package was debianized by Varun Hiremath on Fri, 8 May 2009 23:31:48 -0400. It was downloaded from http://www.miglayout.com Upstream Authors: Mikael Grev Copyright: © 2004, Mikael Grev, MiG InfoCom AB. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the MiG InfoCom AB nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is © 2009, Varun Hiremath > and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211574430326010371 0ustar 6 debian/source/0000755000000000000000000000000011614161215010464 5ustar debian/source/format0000644000000000000000000000001411574430326011701 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000060011574430326011252 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=miglayout-$2 TAR=../libmiglayout-java_$2.orig.tar.gz # clean up the upstream tarball mkdir $DIR (cd $DIR && jar xf ../$3) tar -c -z -f $TAR $DIR rm -rf $DIR $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/ant.properties0000644000000000000000000000010611574430326012070 0ustar project.name=miglayout class.dir=build source.dir=. jar=miglayout.jar debian/changelog0000644000000000000000000000305711614161055011045 0ustar libmiglayout-java (3.7.4-2) unstable; urgency=low * Replace libswt-gtk-3.6-java with libswt-gtk-3-java -- Andrew Ross Wed, 27 Jul 2011 23:35:34 +0100 libmiglayout-java (3.7.4-1) unstable; urgency=low * New upstream release. * Replace libswt-gtk-3.5-java with libswt-gtk-3.6-java (Closes: #629721) * Bumped standards version to 3.9.2 (no changes) * Drop dependency on jre. * Added debian/source/format file * Removed reference to /usr/share/common-licenses/BSD as it is no longer included. -- Andrew Ross Wed, 08 Jun 2011 19:27:32 +0100 libmiglayout-java (3.7.2-1) unstable; urgency=low * New upstream release * debian/control: replace libswt-gtk-3.4-java with libswt-gtk-3.5-java, fixes build (Closes: #564387) -- Varun Hiremath Sun, 24 Jan 2010 13:59:12 -0500 libmiglayout-java (3.7.1-2) unstable; urgency=low * debian/rules: DEB_JARS use swt.jar provided using alternatives in /usr/share/java instead of the versioned jar in /usr/lib/java -- Varun Hiremath Mon, 31 Aug 2009 19:50:21 -0400 libmiglayout-java (3.7.1-1) unstable; urgency=low * New upstream release * Build-Depends: Replace libswt3.2-gtk-java with libswt-gtk-3.4-java, fixes FTBFS (Closes: #543129) * Bump Standards-Version to 3.8.3 -- Varun Hiremath Mon, 24 Aug 2009 03:10:26 -0400 libmiglayout-java (3.7-1) unstable; urgency=low * Initial release (Closes: #530490) -- Varun Hiremath Mon, 25 May 2009 01:59:26 -0400