debian/0000755000000000000000000000000011534541120007162 5ustar debian/control0000644000000000000000000000163611534540057010603 0ustar Source: libjhlabs-filters-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Damien Raude-Morvan Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, maven-repo-helper Standards-Version: 3.9.1 Homepage: http://www.jhlabs.com/ip/filters/index.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjhlabs-filters-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjhlabs-filters-java Package: libjhlabs-filters-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} Description: Java Image Processing Filters Jhlabs filters is a collection of large number of Java Image filters. The filters are all standard Java BufferedImageOps and can be plugged directly into existing programs. Most filters have dialogs to allow you to play with their settings. debian/watch0000644000000000000000000000020511534540723010220 0ustar version=3 http://repo1.maven.org/maven2/com/jhlabs/filters/([\d][\d\.]+)/filters-([\d\.]+)-sources.jar \ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011534541024010465 5ustar debian/source/format0000644000000000000000000000001411360173025011672 0ustar 3.0 (quilt) debian/pom.xml0000644000000000000000000000132611534510752010510 0ustar 4.0.0 com.jhlabs filters jar 2.0.235 JHLabs Image Processing Filters A collection of image processing filters. http://www.jhlabs.com/ip/index.html Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 debian/changelog0000644000000000000000000000201611534540552011043 0ustar libjhlabs-filters-java (2.0.235-3) unstable; urgency=low * Add myself to Uploaders. * Bump Standards-Version to 3.9.1 (no changes needed). * Drop cdbs and switch to dh 7. * Maven Repository: - d/pom.xml: create simple POM for debian. - d/control: B-D on maven-repo-helper - d/rules: use mh_install{pom,jar} to install artifacts. * d/control: drop runtime dependencies on JRE, its a library. * d/copyright: upgrade to DEP-5 r166. * d/watch: use repo1.maven.org. -- Damien Raude-Morvan Sun, 06 Mar 2011 00:03:41 +0100 libjhlabs-filters-java (2.0.235-2) unstable; urgency=low * Team Upload * Let start 'maintainers' with uppercase M. * Update Standards-Version: 3.8.4. * Replace java-jre by default-jre. * Switch to source format 3.0. -- Torsten Werner Sun, 11 Apr 2010 00:04:28 +0200 libjhlabs-filters-java (2.0.235-1) unstable; urgency=low * Initial release (Closes: #541952) -- Varun Hiremath Sun, 16 Aug 2009 18:09:05 -0400 debian/javabuild0000644000000000000000000000002711534541012011045 0ustar jhlabs-filters.jar com debian/rules0000755000000000000000000000041311534540414010245 0ustar #!/usr/bin/make -f %: dh $@ --with javahelper override_dh_auto_install: mh_installpom -plibjhlabs-filters-java debian/pom.xml mh_installjar -plibjhlabs-filters-java -l -njhlabs-filters debian/pom.xml jhlabs-filters.jar get-orig-source: -uscan --force-download debian/copyright0000644000000000000000000000107011534522440011117 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: jhlabs-filters Upstream-Contact: Jerry Huxtable Source: http://ftp.us.xemacs.org/pub/mirrors/maven2/com/jhlabs/filters/ Files: * Copyright: © 2006 Jerry Huxtable License: Apache-2.0 Files: debian/* Copyright: © 2009 Varun Hiremath Copyright: © 2011 Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 On Debian systems the full text of the Apache-2.0 license can be found in the /usr/share/common-licenses/Apache-2.0 file. debian/orig-tar.sh0000755000000000000000000000057111242107236011252 0ustar #!/bin/sh -e # $1 = debian version TAR=../libjhlabs-filters-java_$2.orig.tar.gz DIR=jhlabs-filters-$2 # clean up the upstream tarball mkdir $DIR (cd $DIR; jar xf ../$3) GZIP=--best tar -c -z -f $TAR --exclude '*.jar' $DIR rm -rf $3 $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/compat0000644000000000000000000000000211242077450010366 0ustar 7 debian/doc-base0000755000000000000000000000045011242107236010566 0ustar Document: libjhlabs-filters-java Title: Programmer API for jhlabs filters Author: Jerry Huxtable Abstract: Java Image Processing Filters Section: Programming Format: HTML Index: /usr/share/doc/libjhlabs-filters-java/apidocs/index.html Files: /usr/share/doc/libjhlabs-filters-java/apidocs/*.html debian/javadoc0000644000000000000000000000001111534523632010514 0ustar internal