[Python-apps-commits] r8023 - in packages/trac-mastertickets/trunk/debian (6 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Mon Jan 2 23:54:10 UTC 2012


    Date: Monday, January 2, 2012 @ 23:54:08
  Author: debacle
Revision: 8023

Latest package.

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

Modified: packages/trac-mastertickets/trunk/debian/changelog
===================================================================
--- packages/trac-mastertickets/trunk/debian/changelog	2012-01-02 11:16:45 UTC (rev 8022)
+++ packages/trac-mastertickets/trunk/debian/changelog	2012-01-02 23:54:08 UTC (rev 8023)
@@ -1,8 +1,13 @@
-trac-mastertickets (2.1.3+r4179-2) UNRELEASED; urgency=low
+trac-mastertickets (3.0.2+20111224-1) unstable; urgency=low
 
+  * New upstream version (Closes: #653733). Works with Trac 0.12.
+  * This Closes: #626798, too.
+  * Fix recommend: trac-graphviz -> graphviz (Closes: #588139).
+  * Fixed lintians.
+    [Jakub Wilk <jwilk at debian.org>]
   * Replace deprecated > operator with >=.
 
- -- Jakub Wilk <jwilk at debian.org>  Fri, 18 Dec 2009 12:16:11 +0100
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 31 Dec 2011 19:23:24 +0000
 
 trac-mastertickets (2.1.3+r4179-1) unstable; urgency=low
 

Modified: packages/trac-mastertickets/trunk/debian/control
===================================================================
--- packages/trac-mastertickets/trunk/debian/control	2012-01-02 11:16:45 UTC (rev 8022)
+++ packages/trac-mastertickets/trunk/debian/control	2012-01-02 23:54:08 UTC (rev 8023)
@@ -1,24 +1,21 @@
 Source: trac-mastertickets
 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-mastertickets/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-mastertickets/trunk/
-XS-Python-Version: all
 Homepage: http://trac-hacks.org/wiki/MasterTicketsPlugin
 
 Package: trac-mastertickets
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, trac
-Recommends: libjs-jquery, trac-graphviz
+Recommends: libjs-jquery, graphviz
 Description: adds inter-ticket dependencies to Trac
  This Trac plugin adds "blocks" and "blocked by" fields to each
  ticket, enabling you to express dependencies between tickets. It
  also provides a GraphvizPlugin-based dependency-graph feature
  for those tickets having dependencies specified, allowing you to
  visually understand the dependency tree.
-XB-Python-Version: ${python:Versions}

Modified: packages/trac-mastertickets/trunk/debian/copyright
===================================================================
--- packages/trac-mastertickets/trunk/debian/copyright	2012-01-02 11:16:45 UTC (rev 8022)
+++ packages/trac-mastertickets/trunk/debian/copyright	2012-01-02 23:54:08 UTC (rev 8023)
@@ -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-mastertickets/trunk/debian/pycompat
===================================================================
--- packages/trac-mastertickets/trunk/debian/pycompat	2012-01-02 11:16:45 UTC (rev 8022)
+++ packages/trac-mastertickets/trunk/debian/pycompat	2012-01-02 23:54:08 UTC (rev 8023)
@@ -1 +0,0 @@
-2

Modified: packages/trac-mastertickets/trunk/debian/rules
===================================================================
--- packages/trac-mastertickets/trunk/debian/rules	2012-01-02 11:16:45 UTC (rev 8022)
+++ packages/trac-mastertickets/trunk/debian/rules	2012-01-02 23:54:08 UTC (rev 8023)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-DEB_SRCDIR=0.11
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+override_dh_install:
+	dh_install --buildsystem=python_distutils
+# don't use embedded copies, use Debian packages instead
+	rm $(CURDIR)/debian/trac-mastertickets/usr/lib/python*/dist-packages/mastertickets/htdocs/jquery.js

Modified: packages/trac-mastertickets/trunk/debian/source/format
===================================================================
--- packages/trac-mastertickets/trunk/debian/source/format	2012-01-02 11:16:45 UTC (rev 8022)
+++ packages/trac-mastertickets/trunk/debian/source/format	2012-01-02 23:54:08 UTC (rev 8023)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-apps-commits mailing list