[Python-modules-commits] r8675 - in packages/pyfltk/trunk/debian (5 files)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Tue Jun 2 16:34:45 UTC 2009
Date: Tuesday, June 2, 2009 @ 16:34:44
Author: dktrkranz-guest
Revision: 8675
Rename packages to match module name
Added:
packages/pyfltk/trunk/debian/python-fltk-doc.docs
(from rev 8672, packages/pyfltk/trunk/debian/python-pyfltk-doc.docs)
Modified:
packages/pyfltk/trunk/debian/changelog
packages/pyfltk/trunk/debian/control
packages/pyfltk/trunk/debian/rules
Deleted:
packages/pyfltk/trunk/debian/python-pyfltk-doc.docs
Modified: packages/pyfltk/trunk/debian/changelog
===================================================================
--- packages/pyfltk/trunk/debian/changelog 2009-06-02 15:31:18 UTC (rev 8674)
+++ packages/pyfltk/trunk/debian/changelog 2009-06-02 16:34:44 UTC (rev 8675)
@@ -3,8 +3,11 @@
* Switch to debhelper 7.
* Bump python-all-dev and libfltk1.1-dev build-dependencies to match
versions supported upstream.
+ * Rename python-pyfltk and python-pyfltk-doc respectively to python-fltk
+ and python-fltk-doc to match module name, also provide transitional
+ packages to ease upgrades.
- -- Luca Falavigna <dktrkranz at ubuntu.com> Tue, 02 Jun 2009 17:32:05 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com> Tue, 02 Jun 2009 17:39:57 +0200
pyfltk (1.1.4-1) unstable; urgency=low
Modified: packages/pyfltk/trunk/debian/control
===================================================================
--- packages/pyfltk/trunk/debian/control 2009-06-02 15:31:18 UTC (rev 8674)
+++ packages/pyfltk/trunk/debian/control 2009-06-02 16:34:44 UTC (rev 8675)
@@ -10,22 +10,45 @@
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfltk/trunk/
DM-Upload-Allowed: yes
-Package: python-pyfltk
+Package: python-fltk
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
+Conflicts: python-pyfltk (<< 1.1.4-2), python2.4-pyfltk (<< 1.1.4-2), python2.5-pyfltk (<< 1.1.4-2)
+Replaces: python-pyfltk (<< 1.1.4-2), python2.4-pyfltk (<< 1.1.4-2), python2.5-pyfltk (<< 1.1.4-2)
Description: Python wrapper for the Fast Light Toolkit
pyFltk provides a Python wrapper for the Fast Light Tool Kit cross-platform
graphical user-interface library (http://www.fltk.org/).
.
This package contains the wrapper itself.
-Package: python-pyfltk-doc
+Package: python-pyfltk
+Architecture: all
+Depends: python-fltk
+Description: transitional dummy package
+ This is a dummy package to ease transition to new package name
+ (python-fltk).
+ .
+ It can be safely removed from your system.
+
+Package: python-fltk-doc
Section: doc
Architecture: all
-Recommends: python-pyfltk
+Recommends: python-fltk
+Conflicts: python-pyfltk-doc (<< 1.1.4-2)
+Replaces: python-pyfltk-doc (<< 1.1.4-2)
Description: Documentation for pyFltk
pyFltk provides a Python wrapper for the Fast Light Tool Kit cross-platform
graphical user-interface library (http://www.fltk.org/).
.
This package contains pyFltk documentation.
+
+Package: python-pyfltk-doc
+Architecture: all
+Depends: python-fltk-doc
+Description: transitional dummy package
+ This is a dummy package to ease transition to new package name
+ (python-fltk-doc).
+ .
+ It can be safely removed from your system.
+
Copied: packages/pyfltk/trunk/debian/python-fltk-doc.docs (from rev 8672, packages/pyfltk/trunk/debian/python-pyfltk-doc.docs)
===================================================================
--- packages/pyfltk/trunk/debian/python-fltk-doc.docs (rev 0)
+++ packages/pyfltk/trunk/debian/python-fltk-doc.docs 2009-06-02 16:34:44 UTC (rev 8675)
@@ -0,0 +1 @@
+fltk/docs/*
Deleted: packages/pyfltk/trunk/debian/python-pyfltk-doc.docs
===================================================================
--- packages/pyfltk/trunk/debian/python-pyfltk-doc.docs 2009-06-02 15:31:18 UTC (rev 8674)
+++ packages/pyfltk/trunk/debian/python-pyfltk-doc.docs 2009-06-02 16:34:44 UTC (rev 8675)
@@ -1 +0,0 @@
-fltk/docs/*
Modified: packages/pyfltk/trunk/debian/rules
===================================================================
--- packages/pyfltk/trunk/debian/rules 2009-06-02 15:31:18 UTC (rev 8674)
+++ packages/pyfltk/trunk/debian/rules 2009-06-02 16:34:44 UTC (rev 8675)
@@ -17,6 +17,6 @@
override_dh_auto_install:
for pyvers in ${PYTHONS}; do \
- python$$pyvers setup.py install --root=$(CURDIR)/debian/python-pyfltk; \
+ python$$pyvers setup.py install --root=$(CURDIR)/debian/python-fltk; \
done
More information about the Python-modules-commits
mailing list