[Python-modules-commits] r7421 - in packages/python-avc/tags (9 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Jan 30 20:13:06 UTC 2009


    Date: Friday, January 30, 2009 @ 20:13:06
  Author: piotr
Revision: 7421

tag 0.6.1-1

Added:
  packages/python-avc/tags/0.6.1-1/
  packages/python-avc/tags/0.6.1-1/debian/
  packages/python-avc/tags/0.6.1-1/debian/changelog
  packages/python-avc/tags/0.6.1-1/debian/compat
  packages/python-avc/tags/0.6.1-1/debian/control
  packages/python-avc/tags/0.6.1-1/debian/copyright
  packages/python-avc/tags/0.6.1-1/debian/docs
  packages/python-avc/tags/0.6.1-1/debian/rules
  packages/python-avc/tags/0.6.1-1/debian/watch

Added: packages/python-avc/tags/0.6.1-1/debian/changelog
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/changelog	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/changelog	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1,40 @@
+python-avc (0.6.1-1) unstable; urgency=medium
+
+  * New upstream release:
+    + added PDF documentation sources (ODT file and images)
+
+ -- Fabrizio Pollastri <f.pollastri at inrim.it>  Thu, 29 Jan 2009 19:59:38 +0100
+
+python-avc (0.6.0-1) unstable; urgency=low
+
+  * New upstream
+  * Standards-Version bumped to 3.8.0 (no changes needed)
+
+ -- Fabrizio Pollastri <f.pollastri at inrim.it>  Tue, 10 Jun 2008 12:00:00 +0100
+
+python-avc (0.5.0-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Fabrizio Pollastri <pollastri at inrim.it>  Tue, 4 Feb 2008 12:00:00 +0100
+
+python-avc (0.4.0-2) UNRELEASED; urgency=low
+
+  * debian/control
+    - uniforming Vcs-Browser field
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 03 Jan 2008 11:58:52 +0100
+
+python-avc (0.4.0-1) unstable; urgency=low
+
+  * New upstream
+  * "python-wxgtk2.6 | python-wxgtk2.8" added to Suggests
+  * Standards-Version bumped to 3.7.3 (no changes needed)
+
+ -- Fabrizio Pollastri <pollastri at inrim.it>  Tue, 15 Dec 2007 12:00:00 +0100
+
+python-avc (0.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #448646)
+
+ -- Fabrizio Pollastri <pollastri at inrim.it>  Tue, 30 Oct 2007 12:07:23 +0100

Added: packages/python-avc/tags/0.6.1-1/debian/compat
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/compat	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/compat	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1 @@
+5

Added: packages/python-avc/tags/0.6.1-1/debian/control
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/control	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/control	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1,25 @@
+Source: python-avc
+Section: python
+Priority: optional
+Maintainer: Fabrizio Pollastri <f.pollastri at inrim.it>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), python-setuptools (>= 0.5),
+ python-support (>= 0.5), python (>=2.2)
+Standards-Version: 3.8.0
+Homepage: http://avc.inrim.it/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-avc/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-avc/trunk/
+
+Package: python-avc
+Architecture: all
+Depends: ${python:Depends}
+Suggests: python-gtk2 (>=2.0), python-qt3 (>=3.0), python-qt4 (>=4.0),
+ python-tk (>=2.0), python-wxgtk2.6 | python-wxgtk2.8
+Description: live connection among widgets and application variables
+ AVC, the Application View Controller  is a multiplatform, fully automatic,
+ live connection among the values displayed by graphical interface widgets and
+ application variables. AVC supports in a uniform way the most popular
+ widget toolkits: GTK+, Qt3, Qt4, Tk, wxWidgets.
+ .
+ The connections are autogenerated by looking for matching names between
+ widget names and variable names.

Added: packages/python-avc/tags/0.6.1-1/debian/copyright
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/copyright	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/copyright	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1,18 @@
+This is "AVC, Application View Controller", written and maintained
+by Fabrizio Pollastri <f.pollastri at inrim.it>
+
+The original source can always be found at: http://avc.inrim.it/
+
+Copyright (C) 2006,2007,2008,2009 Fabrizio Pollastri
+
+* program files (src/*.py) and example files (examples/*)
+  are licensed under the GNU General Public License
+
+* documentation files (doc/*) are licensed under the
+  GNU Free Documentation License
+
+You should have received a copy of each license mentioned above
+along with AVC. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of GNU licenses can be found
+in '/usr/share/common-licenses'.

Added: packages/python-avc/tags/0.6.1-1/debian/docs
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/docs	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/docs	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1,3 @@
+README
+doc
+examples

Added: packages/python-avc/tags/0.6.1-1/debian/rules
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/rules	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/rules	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+	dh_testdir
+	python setup.py build
+	touch $@
+
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	python setup.py -q clean -a
+	dh_clean
+
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	python setup.py install --no-compile \
+		--root=$(CURDIR)/debian/python-avc \
+		--install-lib=/usr/share/python-support/python-avc
+
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs changes
+	dh_installdocs -Xlicense.odt
+	dh_installexamples
+	dh_pysupport
+	dh_compress -X.glade -X.py -X.tcl -X.ui -X.xrc
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+binary-arch:
+.PHONY: build clean binary-indep binary binary-arch install


Property changes on: packages/python-avc/tags/0.6.1-1/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-avc/tags/0.6.1-1/debian/watch
===================================================================
--- packages/python-avc/tags/0.6.1-1/debian/watch	                        (rev 0)
+++ packages/python-avc/tags/0.6.1-1/debian/watch	2009-01-30 20:13:06 UTC (rev 7421)
@@ -0,0 +1,2 @@
+version=3
+http://avc.inrim.it/dist/avc-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list