[Python-apps-commits] r8912 - in packages/trac-privateticketsplugin/trunk/debian (4 files)

francisco at users.alioth.debian.org francisco at users.alioth.debian.org
Thu Jun 28 19:59:43 UTC 2012


    Date: Thursday, June 28, 2012 @ 19:59:42
  Author: francisco
Revision: 8912

New debian revision 2.0.3-3

Modified:
  packages/trac-privateticketsplugin/trunk/debian/changelog
  packages/trac-privateticketsplugin/trunk/debian/compat
  packages/trac-privateticketsplugin/trunk/debian/control
  packages/trac-privateticketsplugin/trunk/debian/rules

Modified: packages/trac-privateticketsplugin/trunk/debian/changelog
===================================================================
--- packages/trac-privateticketsplugin/trunk/debian/changelog	2012-06-28 14:14:47 UTC (rev 8911)
+++ packages/trac-privateticketsplugin/trunk/debian/changelog	2012-06-28 19:59:42 UTC (rev 8912)
@@ -1,3 +1,10 @@
+trac-privateticketsplugin (2.0.3-3) unstable; urgency=low
+
+  * Renamed binary package to trac-privatetickets (Closes: #655531)
+  * Updated Debian policy to 3.9.3 and debhelper to 9.
+
+ -- Francisco Manuel Garcia Claramonte <francisco at debian.org>  Wed, 06 Jun 2012 09:26:17 +0200
+
 trac-privateticketsplugin (2.0.3-2) unstable; urgency=low
 
   * Removed XB-Python-Version control field. (Closes: #622584)

Modified: packages/trac-privateticketsplugin/trunk/debian/compat
===================================================================
--- packages/trac-privateticketsplugin/trunk/debian/compat	2012-06-28 14:14:47 UTC (rev 8911)
+++ packages/trac-privateticketsplugin/trunk/debian/compat	2012-06-28 19:59:42 UTC (rev 8912)
@@ -1 +1 @@
-7
+9

Modified: packages/trac-privateticketsplugin/trunk/debian/control
===================================================================
--- packages/trac-privateticketsplugin/trunk/debian/control	2012-06-28 14:14:47 UTC (rev 8911)
+++ packages/trac-privateticketsplugin/trunk/debian/control	2012-06-28 19:59:42 UTC (rev 8912)
@@ -2,21 +2,34 @@
 Section: web
 Priority: optional
 Build-Depends-Indep: python-setuptools (>= 0.5)
-Build-Depends: python-support, python-all, cdbs, debhelper (>= 7.0)
+Build-Depends: python-support, python-all, cdbs, debhelper (>= 9.0)
 Maintainer: Francisco Manuel Garcia Claramonte <francisco at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-privateticketsplugin/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-privateticketsplugin/trunk/
 XS-Python-Version: all
 Homepage: http://trac-hacks.org/wiki/PrivateTicketsPlugin
 
-Package: trac-privateticketsplugin
+Package: trac-privatetickets
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, trac
+Replaces: trac-privateticketsplugin (<< 2.0.3-3)
+Breaks: trac-privateticketsplugin (<< 2.0.3-3)
 Description: Allows Trac users to only see tickets they are associated with
  Privateticketsplugin allows to config Trac in order to each user only may
  be able to see the tickets if (s)he is the person who appears as the owner,
  reporter or (s)he is included in the CC list.
  .
- This plugin manages Trac users and groups permissions. 
+ This plugin manages Trac users and groups permissions.
+
+Package: trac-privateticketsplugin
+Architecture: all
+Priority: extra
+Section: oldlibs
+Depends: trac-privatetickets
+Description: transitional dummy package for trac-privatetickets
+ The package `trac-privateticketsplugin` has been renamed to 
+ `trac-prievatetickets`.
+ .
+ This is a dummy, transitional package which can be safely removed.

Modified: packages/trac-privateticketsplugin/trunk/debian/rules
===================================================================
--- packages/trac-privateticketsplugin/trunk/debian/rules	2012-06-28 14:14:47 UTC (rev 8911)
+++ packages/trac-privateticketsplugin/trunk/debian/rules	2012-06-28 19:59:42 UTC (rev 8912)
@@ -3,5 +3,7 @@
 DEB_PYTHON_SYSTEM=pysupport
 DEB_SRCDIR=0.11
 
+DEB_PYTHON_DESTDIR=$(CURDIR)/debian/trac-privatetickets
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-apps-commits mailing list