[med-svn] r9253 - trunk/packages/vista/trunk/debian
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Wed Jan 11 18:37:05 UTC 2012
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 <tille at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
Uploaders: David Paleino <d.paleino at gmail.com>, Andreas Tille <tille at debian.org>
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
+
More information about the debian-med-commit
mailing list