debian/0000755000000000000000000000000012223174166007172 5ustar debian/watch0000644000000000000000000000043312223035053010212 0ustar version=3 opts=uversionmangle=s/-sources$//,downloadurlmangle=s%^(http:)//code\.google\.com(//gettext-commons\.googlecode\.com/)%$1$2% \ http://code.google.com/p/gettext-commons/downloads/list \ .*/gettext-ant-tasks(?:-|\.|_|_v)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz|jar) debian/rules0000755000000000000000000000166212223035053010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export JAVA_HOME=/usr/lib/jvm/default-java FULLVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d- -f1 ) SVNREV := $(shell echo $(FULLVER) | awk -F"[~+]svn" '{print $$2}' ) %: dh $@ --with javahelper override_dh_auto_build: ant compile jar override_dh_auto_install: dh_install -plibgettext-ant-tasks-java gettext-ant-tasks.jar /usr/share/java/ dh_link -plibgettext-ant-tasks-java usr/share/java/gettext-ant-tasks.jar usr/share/java/gettext-ant-tasks-$(FULLVER).jar override_dh_auto_clean: dh_auto_clean rm -rf target *.jar get-orig-source: svn export -r $(SVNREV) http://gettext-commons.googlecode.com/svn/gettext-ant-tasks/trunk gettext-ant-tasks tar Jcf gettext-ant-tasks_$(FULLVER).orig.tar.xz --exclude .settings --exclude .classpath --exclude .project gettext-ant-tasks/ rm -rf gettext-ant-tasks/ debian/changelog0000644000000000000000000000164112223035053011035 0ustar gettext-ant-tasks (0.9.7+svn206-1) unstable; urgency=low * New upstream release * Package adopted by the Debian Java Maintainers (Closes: #711838) * debian/control: - Updated Standards-Version to 3.9.4 (no changes) - Use canonicals URLs for the Vcs-* fields - Build depend on debhelper >= 9 * debian/copyright: Updated to the Copyright Format 1.0 * Updated debian/watch (contributed by Bart Martens) * Use XZ compression for the upstream tarball * Exclude the Eclipse project files from the upstream tarball -- Emmanuel Bourg Wed, 02 Oct 2013 15:36:46 +0200 gettext-ant-tasks (0.9.7~svn203-2) unstable; urgency=low * debian/watch fixed -- David Paleino Tue, 15 Jun 2010 18:24:21 +0200 gettext-ant-tasks (0.9.7~svn203-1) unstable; urgency=low * Initial release (Closes: #573611) -- David Paleino Fri, 12 Mar 2010 23:05:53 +0100 debian/source/0000755000000000000000000000000012223035053010461 5ustar debian/source/format0000644000000000000000000000001412223035053011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212223035053010357 0ustar 9 debian/copyright0000644000000000000000000000126012223035053011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://code.google.com/p/gettext-commons Files: src/test/resources/org/xnap/commons/ant/gettext/de.po Copyright: 2005, Steffen Pingel License: Apache-2.0 Files: src/test/resources/org/xnap/commons/ant/gettext/fr.po Copyright: 2005, Canonical Ltd, and Rosetta Contributors License: Apache-2.0 Files: * Copyright: 2006, Felix Berger License: Apache-2.0 Files: debian/* Copyright: 2010, David Paleino 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 file '/usr/share/common-licenses/Apache-2.0' debian/control0000644000000000000000000000174712223035053010575 0ustar Source: gettext-ant-tasks Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 9), ant, javahelper (>= 0.20), default-jdk Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/gettext-ant-tasks.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/gettext-ant-tasks.git Homepage: http://code.google.com/p/gettext-commons/ Package: libgettext-ant-tasks-java Architecture: all Depends: ${misc:Depends}, ${java:Depends} Recommends: ant Description: Java classes for internationalization (i18n) - Ant tasks Lightweight library combining the power of the unix-style gettext tools with the widely used Java ResourceBundles. This makes it possible to use the original text instead of arbitrary property keys, which is less cumbersome and makes programs easier to read. . This package contains tasks to be used with the Ant build system.