[Python-modules-commits] r3565 - in /packages/python-avc: tags/0.3.0-1/ trunk/debian/changelog trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Nov 6 21:16:30 UTC 2007
Author: piotr
Date: Tue Nov 6 21:16:30 2007
New Revision: 3565
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3565
Log:
* add debian/watch file
* don't compress *.py, *.glade, *.ui, and *.tcl example files
* update debian/copyright file (it's GPL3, not GPL2)
* add Vcs-Svn and Vcs-Browser fields
* mark as UNRELEASED (licence problems: COPYING file contains GPL2 license)
* remove tags/0.3.0-1 (not uploaded yet)
Added:
packages/python-avc/trunk/debian/watch
Removed:
packages/python-avc/tags/0.3.0-1/
Modified:
packages/python-avc/trunk/debian/changelog
packages/python-avc/trunk/debian/control
packages/python-avc/trunk/debian/copyright
packages/python-avc/trunk/debian/rules
Modified: packages/python-avc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/trunk/debian/changelog?rev=3565&op=diff
==============================================================================
--- packages/python-avc/trunk/debian/changelog (original)
+++ packages/python-avc/trunk/debian/changelog Tue Nov 6 21:16:30 2007
@@ -1,4 +1,4 @@
-python-avc (0.3.0-1) unstable; urgency=low
+python-avc (0.3.0-1) UNRELEASED; urgency=low
* Initial release (Closes: #448646)
Modified: packages/python-avc/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/trunk/debian/control?rev=3565&op=diff
==============================================================================
--- packages/python-avc/trunk/debian/control (original)
+++ packages/python-avc/trunk/debian/control Tue Nov 6 21:16:30 2007
@@ -6,13 +6,15 @@
Build-Depends: debhelper (>= 5), python-setuptools (>= 0.5),
python-support (>= 0.5), python (>=2.2)
Standards-Version: 3.7.2
+Homepage: http://avc.inrim.it/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-avc/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-avc/?op=log
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
Modified: packages/python-avc/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/trunk/debian/copyright?rev=3565&op=diff
==============================================================================
--- packages/python-avc/trunk/debian/copyright (original)
+++ packages/python-avc/trunk/debian/copyright Tue Nov 6 21:16:30 2007
@@ -7,19 +7,18 @@
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.
+ AVC 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 3 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.
+ AVC 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
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License can be found in '/usr/share/common-licenses/GPL'.
Modified: packages/python-avc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/trunk/debian/rules?rev=3565&op=diff
==============================================================================
--- packages/python-avc/trunk/debian/rules (original)
+++ packages/python-avc/trunk/debian/rules Tue Nov 6 21:16:30 2007
@@ -42,7 +42,7 @@
dh_installdocs
dh_installexamples
dh_pysupport
- dh_compress
+ dh_compress -X.py -X.glade -X.ui -X.tcl
dh_fixperms
dh_installdeb
dh_gencontrol
Added: packages/python-avc/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-avc/trunk/debian/watch?rev=3565&op=file
==============================================================================
--- packages/python-avc/trunk/debian/watch (added)
+++ packages/python-avc/trunk/debian/watch Tue Nov 6 21:16:30 2007
@@ -1,0 +1,2 @@
+version=3
+http://avc.inrim.it/dist/avc-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list