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

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Dec 31 18:14:43 UTC 2011


    Date: Saturday, December 31, 2011 @ 18:14:41
  Author: debacle
Revision: 8008

New version.

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

Modified: packages/trac-wysiwyg/trunk/debian/changelog
===================================================================
--- packages/trac-wysiwyg/trunk/debian/changelog	2011-12-30 22:29:35 UTC (rev 8007)
+++ packages/trac-wysiwyg/trunk/debian/changelog	2011-12-31 18:14:41 UTC (rev 8008)
@@ -1,8 +1,11 @@
-trac-wysiwyg (0.2+svn5931-2) UNRELEASED; urgency=low
+trac-wysiwyg (0.12.0.3+r10725-1) unstable; urgency=low
 
+  * New upstream version (Closes: #653730). 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:15:24 +0100
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 31 Dec 2011 17:10:46 +0000
 
 trac-wysiwyg (0.2+svn5931-1) unstable; urgency=low
 

Modified: packages/trac-wysiwyg/trunk/debian/control
===================================================================
--- packages/trac-wysiwyg/trunk/debian/control	2011-12-30 22:29:35 UTC (rev 8007)
+++ packages/trac-wysiwyg/trunk/debian/control	2011-12-31 18:14:41 UTC (rev 8008)
@@ -1,14 +1,12 @@
 Source: trac-wysiwyg
 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-wysiwyg/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-wysiwyg/trunk/
-XS-Python-Version: all
 Homepage: http://trac-hacks.org/wiki/TracWysiwygPlugin
 
 Package: trac-wysiwyg
@@ -20,4 +18,3 @@
  comments and so on. Users may freely switch between the traditional
  and WYSIWYG editing mode during editing. Especially the aid in
  editing tables justifies the installation of this plugin.
-XB-Python-Version: ${python:Versions}

Modified: packages/trac-wysiwyg/trunk/debian/copyright
===================================================================
--- packages/trac-wysiwyg/trunk/debian/copyright	2011-12-30 22:29:35 UTC (rev 8007)
+++ packages/trac-wysiwyg/trunk/debian/copyright	2011-12-31 18:14:41 UTC (rev 8008)
@@ -16,9 +16,21 @@
 
 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
     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -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-wysiwyg/trunk/debian/pycompat
===================================================================
--- packages/trac-wysiwyg/trunk/debian/pycompat	2011-12-30 22:29:35 UTC (rev 8007)
+++ packages/trac-wysiwyg/trunk/debian/pycompat	2011-12-31 18:14:41 UTC (rev 8008)
@@ -1 +0,0 @@
-2

Modified: packages/trac-wysiwyg/trunk/debian/rules
===================================================================
--- packages/trac-wysiwyg/trunk/debian/rules	2011-12-30 22:29:35 UTC (rev 8007)
+++ packages/trac-wysiwyg/trunk/debian/rules	2011-12-31 18:14:41 UTC (rev 8008)
@@ -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.12 --with python2 --buildsystem=python_distutils

Modified: packages/trac-wysiwyg/trunk/debian/source/format
===================================================================
--- packages/trac-wysiwyg/trunk/debian/source/format	2011-12-30 22:29:35 UTC (rev 8007)
+++ packages/trac-wysiwyg/trunk/debian/source/format	2011-12-31 18:14:41 UTC (rev 8008)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Added: packages/trac-wysiwyg/trunk/debian/watch
===================================================================
--- packages/trac-wysiwyg/trunk/debian/watch	                        (rev 0)
+++ packages/trac-wysiwyg/trunk/debian/watch	2011-12-31 18:14:41 UTC (rev 8008)
@@ -0,0 +1,6 @@
+version=3
+
+opts=downloadurlmangle=s/$/\/tracwysiwygplugin\/0\.12\.0\.3\?old_path=\/&format=zip/,uversionmangle=s/^/0.12.0.3+r/ \
+ http://trac-hacks.org/log/tracwysiwygplugin/0.12 \
+ /changeset/(\d+) \
+ debian uupdate




More information about the Python-apps-commits mailing list