[Python-apps-commits] r8011 - in packages/trac-customfieldadmin/trunk/debian (7 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Dec 31 20:43:40 UTC 2011


    Date: Saturday, December 31, 2011 @ 20:43:35
  Author: debacle
Revision: 8011

New version.

Added:
  packages/trac-customfieldadmin/trunk/debian/watch
Modified:
  packages/trac-customfieldadmin/trunk/debian/changelog
  packages/trac-customfieldadmin/trunk/debian/control
  packages/trac-customfieldadmin/trunk/debian/copyright
  packages/trac-customfieldadmin/trunk/debian/rules
  packages/trac-customfieldadmin/trunk/debian/source/format
Deleted:
  packages/trac-customfieldadmin/trunk/debian/pycompat

Modified: packages/trac-customfieldadmin/trunk/debian/changelog
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/changelog	2011-12-31 19:06:07 UTC (rev 8010)
+++ packages/trac-customfieldadmin/trunk/debian/changelog	2011-12-31 20:43:35 UTC (rev 8011)
@@ -1,8 +1,11 @@
-trac-customfieldadmin (0.2.2+r6485-2) UNRELEASED; urgency=low
+trac-customfieldadmin (0.2.6+r10460-1) unstable; urgency=low
 
+  * New upstream version (Closes: #653735). Works with Trac 0.12.
+  * Fixed lintians.
+    [Jakub Wilk <jwilk at debian.org>]
   * Replace deprecated > operator with >=.
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 18 Dec 2009 12:16:44 +0100
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 31 Dec 2011 20:37:37 +0000
 
 trac-customfieldadmin (0.2.2+r6485-1) unstable; urgency=low
 

Modified: packages/trac-customfieldadmin/trunk/debian/control
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/control	2011-12-31 19:06:07 UTC (rev 8010)
+++ packages/trac-customfieldadmin/trunk/debian/control	2011-12-31 20:43:35 UTC (rev 8011)
@@ -1,14 +1,12 @@
 Source: trac-customfieldadmin
 Section: web
 Priority: optional
-Build-Depends-Indep: python-setuptools (>= 0.5)
-Build-Depends: python-support, python-all-dev, cdbs, debhelper
+Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~)
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-customfieldadmin/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-customfieldadmin/trunk/
-XS-Python-Version: all
 Homepage: http://trac-hacks.org/wiki/CustomFieldAdminPlugin
 
 Package: trac-customfieldadmin
@@ -18,4 +16,3 @@
  This Trac plugin is a web admin panel for administrating custom
  fields - adding, modifying and deleting them without editing
  the trac.ini file directly.
-XB-Python-Version: ${python:Versions}

Modified: packages/trac-customfieldadmin/trunk/debian/copyright
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/copyright	2011-12-31 19:06:07 UTC (rev 8010)
+++ packages/trac-customfieldadmin/trunk/debian/copyright	2011-12-31 20:43:35 UTC (rev 8011)
@@ -16,8 +16,20 @@
 
 License:
 
+    Copyright (c) The Regents of the University of California.
+    All rights reserved.
+
     Redistribution and use in source and binary forms, with or without
-    modification, are permitted under the terms of the BSD License.
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
 
     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -30,6 +42,3 @@
     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
-
-On Debian systems, the complete text of the BSD License can be found
-in `/usr/share/common-licenses/BSD'.

Deleted: packages/trac-customfieldadmin/trunk/debian/pycompat
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/pycompat	2011-12-31 19:06:07 UTC (rev 8010)
+++ packages/trac-customfieldadmin/trunk/debian/pycompat	2011-12-31 20:43:35 UTC (rev 8011)
@@ -1 +0,0 @@
-2

Modified: packages/trac-customfieldadmin/trunk/debian/rules
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/rules	2011-12-31 19:06:07 UTC (rev 8010)
+++ packages/trac-customfieldadmin/trunk/debian/rules	2011-12-31 20:43:35 UTC (rev 8011)
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-DEB_SRCDIR=0.11
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+%:
+	dh $@ --sourcedir=0.11 --with python2 --buildsystem=python_distutils

Modified: packages/trac-customfieldadmin/trunk/debian/source/format
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/source/format	2011-12-31 19:06:07 UTC (rev 8010)
+++ packages/trac-customfieldadmin/trunk/debian/source/format	2011-12-31 20:43:35 UTC (rev 8011)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Added: packages/trac-customfieldadmin/trunk/debian/watch
===================================================================
--- packages/trac-customfieldadmin/trunk/debian/watch	                        (rev 0)
+++ packages/trac-customfieldadmin/trunk/debian/watch	2011-12-31 20:43:35 UTC (rev 8011)
@@ -0,0 +1,6 @@
+version=3
+
+opts=downloadurlmangle=s/$/\/customfieldadminplugin\/0\.2\.6\?old_path=\/&format=zip/,uversionmangle=s/^/0.2.6+r/ \
+ http://trac-hacks.org/log/customfieldadminplugin/0.11 \
+ /changeset/(\d+) \
+ debian uupdate




More information about the Python-apps-commits mailing list