debian/0000755000000000000000000000000012256221437007172 5ustar debian/libjansi-native-java.poms0000644000000000000000000000010512256221437014064 0ustar pom.xml --artifact=jansi-native.jar --java-lib --has-package-version debian/jlibs0000644000000000000000000000002112256221437010211 0ustar jansi-native.jar debian/javadoc0000644000000000000000000000001112256221437010514 0ustar internal debian/clean0000644000000000000000000000002112256221437010170 0ustar jansi-native.jar debian/watch0000644000000000000000000000016612256221437010226 0ustar version=3 http://repo1.maven.org/maven2/org/fusesource/jansi/jansi-native/ \ (1[0-9\.]*)/ \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000064412256221437010256 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/hawtjni-runtime.jar %: dh --with javahelper --with maven-repo-helper $@ override_dh_auto_build: jh_build jansi-native.jar src/main/java get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/changelog0000644000000000000000000000167612256221437011056 0ustar jansi-native (1.0-4) unstable; urgency=medium * Team upload. * debian/control: - update Description (Closes: #708291) - remove DMUA flag - bump Standards-Version to 3.9.5 (no changes) - update Vcs- fields to canonical URLs -- tony mancill Mon, 23 Dec 2013 21:56:06 -0800 jansi-native (1.0-3) unstable; urgency=low * Team upload. * Add Maven artifacts. Thanks to James Page for supplying the patch. (Closes: #635027) -- Torsten Werner Sat, 30 Jul 2011 19:07:15 +0200 jansi-native (1.0-2) unstable; urgency=low * Update watch file. * Remove dependency on default-jre-headless in order to comply with Debian Java policy. (Closes: #618298). -- Miguel Landaeta Mon, 21 Mar 2011 19:23:31 -0430 jansi-native (1.0-1) unstable; urgency=low * Initial release. (Closes: #591727), -- Miguel Landaeta Thu, 05 Aug 2010 20:43:19 -0430 debian/orig-tar.sh0000755000000000000000000000074112256221437011257 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 tarball=$3 REPO="git://forge.fusesource.com/jansinative.git" TAR=${package}_${version}.orig.tar.gz DIR=${package}-${version}.orig git clone ${REPO} ${DIR} cd ${DIR} && git checkout ${package}-${version} && cd .. GZIP=--best tar --exclude=.git --numeric --group 0 --owner 0 -cvzf ${TAR} ${DIR} rm -rf $tarball $DIR debian/source/0000755000000000000000000000000012256221437010472 5ustar debian/source/format0000644000000000000000000000001412256221437011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212256221437010370 0ustar 7 debian/copyright0000644000000000000000000000060712256221437011130 0ustar The sources where downloaded from http://fusesource.com/forge/gitweb?p=jansinative.git. Files: * Copyright: © 2009, Progress Software, Inc. License: Apache-2.0 Files: debian/* Copyright: © 2010 Miguel Landaeta License: Apache-2.0 License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. debian/control0000644000000000000000000000153512256221437010601 0ustar Source: jansi-native Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper, libhawtjni-runtime-java, maven-repo-helper Standards-Version: 3.9.5 Homepage: http://jansi.fusesource.org/ Vcs-Git: git://anonscm.debian.org/pkg-java/jansi-ansi.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jansi-native.git Package: libjansi-native-java Architecture: all Depends: libhawtjni-runtime-java, ${misc:Depends} Description: Java library for ANSI escape sequences - native component Jansi is a small java library that allows you to use ANSI escape sequences to format console output across all platforms. . jansi-native implements the native libraries used by the Jansi project.