[Python-apps-commits] r7288 - in packages/trac/trunk/debian (changelog control rules)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Sun Jul 10 09:01:48 UTC 2011
Date: Sunday, July 10, 2011 @ 09:01:46
Author: adejong
Revision: 7288
* Moved packaging from python-central to dh_python2.
* Dropped conflicts on libapache2-mod-python2.3 because that package was
removed before the lenny release.
Modified:
packages/trac/trunk/debian/changelog
packages/trac/trunk/debian/control
packages/trac/trunk/debian/rules
Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog 2011-07-10 08:35:51 UTC (rev 7287)
+++ packages/trac/trunk/debian/changelog 2011-07-10 09:01:46 UTC (rev 7288)
@@ -12,8 +12,11 @@
probably also fixes the original issue.
* Switch to 3.0 (quilt) source format.
* Update Vcs-Browser field (Closes: #629651).
+ * Moved packaging from python-central to dh_python2.
+ * Dropped conflicts on libapache2-mod-python2.3 because that package was
+ removed before the lenny release.
- -- Arthur de Jong <adejong at debian.org> Sat, 09 Jul 2011 12:08:04 +0200
+ -- Arthur de Jong <adejong at debian.org> Sun, 10 Jul 2011 11:00:00 +0200
trac (0.11.7-4) unstable; urgency=low
Modified: packages/trac/trunk/debian/control
===================================================================
--- packages/trac/trunk/debian/control 2011-07-10 08:35:51 UTC (rev 7287)
+++ packages/trac/trunk/debian/control 2011-07-10 09:01:46 UTC (rev 7288)
@@ -1,22 +1,21 @@
Source: trac
Section: web
Priority: optional
-Build-Depends-Indep: python-setuptools (>= 0.5)
-Build-Depends: python-genshi (>= 0.6), python-central, python-all (>= 2.5.4), debhelper (>= 7)
+Build-Depends: python-genshi (>= 0.6), debhelper (>= 7)
+Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools (>= 0.6)
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Otavio Salvador <otavio at debian.org>, W. Martin Borgert <debacle at debian.org>
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/trac/trunk/
-XS-Python-Version: all
+X-Python-Version: >= 2.5
Homepage: http://trac.edgewall.com
Package: trac
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-setuptools, python (>= 2.5) | python-pysqlite2 (>= 2.3.2) | python-psycopg2 (>= 1.2.1) | python-mysqldb, python-genshi (>= 0.6)
+Depends: ${misc:Depends}, ${python:Depends}, python-setuptools (>= 0.6), python-genshi (>= 0.6)
Recommends: apache2 | httpd, python-subversion, python-pygments (>= 0.6) | enscript, python-tz
Suggests: python-docutils, libapache2-mod-wsgi | libapache2-mod-python, python-textile (>= 2.0), trac-git, trac-spamfilter, trac-bzr (>= 0.2+bzr45), trac-mercurial (>= 0.11.0.4), trac-accountmanager, trac-email2trac, trac-xmlrpc, trac-wysiwyg, trac-mastertickets, trac-customfieldadmin, trac-bitten, trac-authopenid, trac-graphviz, trac-wikirename, trac-wikiprint, trac-ja-resource
-Conflicts: libapache2-mod-python2.3 (<< 3.2.8-3)
Description: Enhanced wiki and issue tracking system for software development projects
Trac uses a minimalistic approach to web-based software project management.
Its mission is to help developers write great software while staying out of
@@ -29,4 +28,3 @@
wiki pages. A timeline shows all current and past project events in order,
making the acquisition of an overview of the project and tracking progress
very easy. The roadmap shows the road ahead, listing the upcoming milestones.
-XB-Python-Version: ${python:Versions}
Modified: packages/trac/trunk/debian/rules
===================================================================
--- packages/trac/trunk/debian/rules 2011-07-10 08:35:51 UTC (rev 7287)
+++ packages/trac/trunk/debian/rules 2011-07-10 09:01:46 UTC (rev 7288)
@@ -39,7 +39,7 @@
dh_installman
dh_link
dh_lintian
- dh_pycentral
+ dh_python2
dh_compress -X.py -X-hook
dh_fixperms
dh_installdeb
More information about the Python-apps-commits
mailing list