[Python-modules-commits] r24958 - in packages/louie/tags (8 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Jun 25 19:22:22 UTC 2013


    Date: Tuesday, June 25, 2013 @ 19:22:20
  Author: dktrkranz
Revision: 24958

[svn-buildpackage] Tagging louie 1.1-2

Added:
  packages/louie/tags/1.1-2/
  packages/louie/tags/1.1-2/debian/changelog
    (from rev 24957, packages/louie/trunk/debian/changelog)
  packages/louie/tags/1.1-2/debian/control
    (from rev 24954, packages/louie/trunk/debian/control)
  packages/louie/tags/1.1-2/debian/rules
    (from rev 24954, packages/louie/trunk/debian/rules)
Deleted:
  packages/louie/tags/1.1-2/debian/changelog
  packages/louie/tags/1.1-2/debian/control
  packages/louie/tags/1.1-2/debian/pycompat
  packages/louie/tags/1.1-2/debian/rules

Deleted: packages/louie/tags/1.1-2/debian/changelog
===================================================================
--- packages/louie/trunk/debian/changelog	2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/tags/1.1-2/debian/changelog	2013-06-25 19:22:20 UTC (rev 24958)
@@ -1,31 +0,0 @@
-louie (1.1-2) UNRELEASED; urgency=low
-
-  [ Loic Minier ]
-  * Suggest python-twisted and python-qt3; thanks Piotr Ożarowski.
-
-  [ Sandro Tosi ]
-  * debian/control
-    - added Vcs-Svn and Vcs-Browser
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
-
-  [ Carlos Galisteo ]
-  * debian/control
-    - Added Homepage field.
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:12 +0200
-
-louie (1.1-1.1) unstable; urgency=low
-
-  * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490476.
-
- -- Matthias Klose <doko at debian.org>  Fri, 18 Jul 2008 15:53:37 +0000
-
-louie (1.1-1) unstable; urgency=low
-
-  * Initial release; closes: #429524.
-
- -- Loic Minier <lool at dooz.org>  Mon, 18 Jun 2007 20:35:38 +0200

Copied: packages/louie/tags/1.1-2/debian/changelog (from rev 24957, packages/louie/trunk/debian/changelog)
===================================================================
--- packages/louie/tags/1.1-2/debian/changelog	                        (rev 0)
+++ packages/louie/tags/1.1-2/debian/changelog	2013-06-25 19:22:20 UTC (rev 24958)
@@ -0,0 +1,36 @@
+louie (1.1-2) unstable; urgency=low
+
+  * Team upload.
+
+  [ Loic Minier ]
+  * Suggest python-twisted and python-qt3; thanks Piotr Ożarowski.
+
+  [ Sandro Tosi ]
+  * debian/control
+    - added Vcs-Svn and Vcs-Browser
+  * debian/control
+    - switch Vcs-Browser field to viewsvn
+
+  [ Carlos Galisteo ]
+  * debian/control
+    - Added Homepage field.
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Andrea Colangelo ]
+  * Convert to dh_python2 (Closes: #616878).
+
+ -- Andrea Colangelo <warp10 at ubuntu.com>  Tue, 25 Jun 2013 21:05:13 +0200
+
+louie (1.1-1.1) unstable; urgency=low
+
+  * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490476.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 18 Jul 2008 15:53:37 +0000
+
+louie (1.1-1) unstable; urgency=low
+
+  * Initial release; closes: #429524.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 18 Jun 2007 20:35:38 +0200

Deleted: packages/louie/tags/1.1-2/debian/control
===================================================================
--- packages/louie/trunk/debian/control	2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/tags/1.1-2/debian/control	2013-06-25 19:22:20 UTC (rev 24958)
@@ -1,27 +0,0 @@
-Source: louie
-Section: python
-Priority: optional
-Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.47),
-               debhelper (>= 5.0.37.2),
-               python-central (>= 0.5.6),
-               python-dev (>= 2.3),
-               python-setuptools
-Standards-Version: 3.7.2
-XS-Python-Version: >= 2.3
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/louie/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/louie/trunk/
-Homepage: http://pylouie.org/
-
-Package: python-louie
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends}
-Suggests: python-twisted, python-qt3
-XB-Python-Version: ${python:Versions}
-Description: Python signal dispatching mechanism
- Louie provides Python programmers with a straightforward way to
- dispatch signals between objects in a wide variety of contexts. It is
- based on PyDispatcher, which in turn was based on a highly-rated recipe
- in the Python Cookbook.

Copied: packages/louie/tags/1.1-2/debian/control (from rev 24954, packages/louie/trunk/debian/control)
===================================================================
--- packages/louie/tags/1.1-2/debian/control	                        (rev 0)
+++ packages/louie/tags/1.1-2/debian/control	2013-06-25 19:22:20 UTC (rev 24958)
@@ -0,0 +1,25 @@
+Source: louie
+Section: python
+Priority: optional
+Maintainer: Loic Minier <lool at dooz.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.90~),
+               debhelper (>= 5.0.37.2),
+               python-dev (>= 2.6.6-3~),
+               python-setuptools
+Standards-Version: 3.7.2
+X-Python-Version: >= 2.3
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/louie/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/louie/trunk/
+Homepage: http://pylouie.org/
+
+Package: python-louie
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Suggests: python-twisted, python-qt3
+Description: Python signal dispatching mechanism
+ Louie provides Python programmers with a straightforward way to
+ dispatch signals between objects in a wide variety of contexts. It is
+ based on PyDispatcher, which in turn was based on a highly-rated recipe
+ in the Python Cookbook.

Deleted: packages/louie/tags/1.1-2/debian/pycompat
===================================================================
--- packages/louie/trunk/debian/pycompat	2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/tags/1.1-2/debian/pycompat	2013-06-25 19:22:20 UTC (rev 24958)
@@ -1 +0,0 @@
-2

Deleted: packages/louie/tags/1.1-2/debian/rules
===================================================================
--- packages/louie/trunk/debian/rules	2013-06-25 18:01:18 UTC (rev 24953)
+++ packages/louie/tags/1.1-2/debian/rules	2013-06-25 19:22:20 UTC (rev 24958)
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_PYTHON_SYSTEM := pycentral
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/utils.mk
-
-# No idea whether this is useful
-#DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-

Copied: packages/louie/tags/1.1-2/debian/rules (from rev 24954, packages/louie/trunk/debian/rules)
===================================================================
--- packages/louie/tags/1.1-2/debian/rules	                        (rev 0)
+++ packages/louie/tags/1.1-2/debian/rules	2013-06-25 19:22:20 UTC (rev 24958)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+# No idea whether this is useful
+#DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+




More information about the Python-modules-commits mailing list