Author: alteholz-guest Date: 2012-01-11 18:37:05 +0000 (Wed, 11 Jan 2012) New Revision: 9253
Modified: trunk/packages/vista/trunk/debian/changelog trunk/packages/vista/trunk/debian/compat trunk/packages/vista/trunk/debian/control trunk/packages/vista/trunk/debian/rules Log: get-orig-source added, urls fixed and depdendency changed Modified: trunk/packages/vista/trunk/debian/changelog =================================================================== --- trunk/packages/vista/trunk/debian/changelog 2012-01-11 16:11:15 UTC (rev 9252) +++ trunk/packages/vista/trunk/debian/changelog 2012-01-11 18:37:05 UTC (rev 9253) @@ -1,4 +1,4 @@ -vista (2.1.7-1) unstable; urgency=low +vista (2.2.1-1) UNRELEASED; urgency=low [ David Paleino ] * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> @@ -6,4 +6,12 @@ [ Andreas Tille ] * Added information about forks to README.Debian + [ Thorsten Alteholz ] + * new version available + * debian/control: Vcs-Svn fixed + * debian/control: after removing libxaw6 the contents of libxaw-header + has been moved to libxaw7-dev + * debian/control: debhelper changed to version 8 + * debian/rules: target get-orig-source added + -- Andreas Tille <[email protected]> Thu, 31 Jan 2008 18:07:28 +0100 Modified: trunk/packages/vista/trunk/debian/compat =================================================================== --- trunk/packages/vista/trunk/debian/compat 2012-01-11 16:11:15 UTC (rev 9252) +++ trunk/packages/vista/trunk/debian/compat 2012-01-11 18:37:05 UTC (rev 9253) @@ -1 +1 @@ -5 +8 Modified: trunk/packages/vista/trunk/debian/control =================================================================== --- trunk/packages/vista/trunk/debian/control 2012-01-11 16:11:15 UTC (rev 9252) +++ trunk/packages/vista/trunk/debian/control 2012-01-11 18:37:05 UTC (rev 9253) @@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: David Paleino <[email protected]>, Andreas Tille <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5.0.0), autotools-dev, automake1.7, - libxmu-dev, lesstif2-dev | libmotif-dev, libxaw-headers +Build-Depends: debhelper (>= 8.0.0), autotools-dev, automake1.7, + libxmu-dev, lesstif2-dev | libmotif-dev, libxaw7-dev Standards-Version: 3.7.3 Section: libs Homepage: http://mia.sourceforge.net -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vista/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vista/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/vista/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vista/trunk/ Package: libvista-2-dev Section: libdevel Modified: trunk/packages/vista/trunk/debian/rules =================================================================== --- trunk/packages/vista/trunk/debian/rules 2012-01-11 16:11:15 UTC (rev 9252) +++ trunk/packages/vista/trunk/debian/rules 2012-01-11 18:37:05 UTC (rev 9253) @@ -87,3 +87,8 @@ binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install + +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir ../tarballs + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
