Author: alteholz-guest Date: 2012-01-23 19:02:21 +0000 (Mon, 23 Jan 2012) New Revision: 9395
Added: trunk/packages/treeview/trunk/debian/watch Modified: trunk/packages/treeview/trunk/debian/changelog trunk/packages/treeview/trunk/debian/compat trunk/packages/treeview/trunk/debian/control trunk/packages/treeview/trunk/debian/rules Log: some updates here, new version available Modified: trunk/packages/treeview/trunk/debian/changelog =================================================================== --- trunk/packages/treeview/trunk/debian/changelog 2012-01-23 18:54:11 UTC (rev 9394) +++ trunk/packages/treeview/trunk/debian/changelog 2012-01-23 19:02:21 UTC (rev 9395) @@ -1,11 +1,21 @@ -treeview (1.0.10-1) UNRELEASED; urgency=low +treeview (1.1.6.2-1) UNRELEASED; urgency=low * TODO: ITP #243771 has to be reopened in case of upload + * TODO: remove lintian complaints + [ Thorsten Alteholz ] + * debian/watch: watch file added + * debian/rules: target get-orig-source added + * debian/control: debhelper 8 + * debian/control: standards version 3.9.2 (no other changes) + * debian/control: vcs fields added + * debian/control: team maintenance + * new upstream release: 1.1.6.2 + [ Steffen Moeller ] * New upstream release. - -- DMPT <[email protected]> Thu, 6 Jan 2005 02:14:07 +0200 + -- DMPT <[email protected]> Mon, 23 Jan 2012 18:00:00 +0100 treeview (1.0.5-0.3) unstable; urgency=low Modified: trunk/packages/treeview/trunk/debian/compat =================================================================== --- trunk/packages/treeview/trunk/debian/compat 2012-01-23 18:54:11 UTC (rev 9394) +++ trunk/packages/treeview/trunk/debian/compat 2012-01-23 19:02:21 UTC (rev 9395) @@ -1 +1 @@ -4 +8 Modified: trunk/packages/treeview/trunk/debian/control =================================================================== --- trunk/packages/treeview/trunk/debian/control 2012-01-23 18:54:11 UTC (rev 9394) +++ trunk/packages/treeview/trunk/debian/control 2012-01-23 19:02:21 UTC (rev 9395) @@ -1,9 +1,13 @@ Source: treeview Section: contrib/science Priority: optional -Maintainer: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 4.0.0), ant, java2-compiler -Standards-Version: 3.6.0 +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]> +Build-Depends: debhelper (>= 8.0.0), ant, java2-compiler +Standards-Version: 3.9.2 +Homepage: http://jtreeview.sourceforge.net +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/treeview/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/treeview/trunk/ Package: treeview Architecture: all @@ -17,5 +21,3 @@ referred to as jTreeView, was rewritten in Java under a free license, the original implementation also comes with the source code, but controls commercial distribution. And it did not run on Unix. - . - Homepage: http://jtreeview.sourceforge.net Modified: trunk/packages/treeview/trunk/debian/rules =================================================================== --- trunk/packages/treeview/trunk/debian/rules 2012-01-23 18:54:11 UTC (rev 9394) +++ trunk/packages/treeview/trunk/debian/rules 2012-01-23 19:02:21 UTC (rev 9395) @@ -90,5 +90,9 @@ binary-arch: build install # We have nothing to do by default. +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure Added: trunk/packages/treeview/trunk/debian/watch =================================================================== --- trunk/packages/treeview/trunk/debian/watch (rev 0) +++ trunk/packages/treeview/trunk/debian/watch 2012-01-23 19:02:21 UTC (rev 9395) @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/r/\./" \ + http://sf.net/jtreeview/TreeView-([\d\.]+.*)-src\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
