[Python-modules-commits] r3555 - in /packages/python-avc/python-avc/trunk/debian: ./ changelog compat control copyright docs rules

fabrizio-guest at users.alioth.debian.org fabrizio-guest at users.alioth.debian.org
Tue Nov 6 10:47:11 UTC 2007


Author: fabrizio-guest
Date: Tue Nov  6 10:47:11 2007
New Revision: 3555

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3555
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-avc/python-avc/trunk/debian/   (with props)
    packages/python-avc/python-avc/trunk/debian/changelog
    packages/python-avc/python-avc/trunk/debian/compat
    packages/python-avc/python-avc/trunk/debian/control
    packages/python-avc/python-avc/trunk/debian/copyright
    packages/python-avc/python-avc/trunk/debian/docs
    packages/python-avc/python-avc/trunk/debian/rules   (with props)

Propchange: packages/python-avc/python-avc/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-avc/python-avc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/python-avc/trunk/debian/changelog?rev=3555&op=file
==============================================================================
--- packages/python-avc/python-avc/trunk/debian/changelog (added)
+++ packages/python-avc/python-avc/trunk/debian/changelog Tue Nov  6 10:47:11 2007
@@ -1,0 +1,6 @@
+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/python-avc/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/python-avc/trunk/debian/compat?rev=3555&op=file
==============================================================================
--- packages/python-avc/python-avc/trunk/debian/compat (added)
+++ packages/python-avc/python-avc/trunk/debian/compat Tue Nov  6 10:47:11 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-avc/python-avc/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/python-avc/trunk/debian/control?rev=3555&op=file
==============================================================================
--- packages/python-avc/python-avc/trunk/debian/control (added)
+++ packages/python-avc/python-avc/trunk/debian/control Tue Nov  6 10:47:11 2007
@@ -1,0 +1,23 @@
+Source: python-avc
+Section: python
+Priority: optional
+Maintainer: Fabrizio Pollastri <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.7.2
+
+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)
+Homepage: http://avc.inrim.it/
+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.
+ .
+ The connections are autogenerated by looking for matching names between
+ widget names and variable names.

Added: packages/python-avc/python-avc/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/python-avc/trunk/debian/copyright?rev=3555&op=file
==============================================================================
--- packages/python-avc/python-avc/trunk/debian/copyright (added)
+++ packages/python-avc/python-avc/trunk/debian/copyright Tue Nov  6 10:47:11 2007
@@ -1,0 +1,25 @@
+This is avc, written and maintained by Fabrizio Pollastri <pollastri at inrim.it>
+
+The original source can always be found at:
+        http://avc.inrim.it/
+
+Copyright (C) 2006,2007 Fabrizio Pollastri
+
+License:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in '/usr/share/common-licenses/GPL'.

Added: packages/python-avc/python-avc/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/python-avc/trunk/debian/docs?rev=3555&op=file
==============================================================================
--- packages/python-avc/python-avc/trunk/debian/docs (added)
+++ packages/python-avc/python-avc/trunk/debian/docs Tue Nov  6 10:47:11 2007
@@ -1,0 +1,3 @@
+README
+doc
+examples

Added: packages/python-avc/python-avc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/python-avc/trunk/debian/rules?rev=3555&op=file
==============================================================================
--- packages/python-avc/python-avc/trunk/debian/rules (added)
+++ packages/python-avc/python-avc/trunk/debian/rules Tue Nov  6 10:47:11 2007
@@ -1,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 
+	dh_installexamples
+	dh_pysupport
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+binary-arch:
+.PHONY: build clean binary-indep binary binary-arch install

Propchange: packages/python-avc/python-avc/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list