[apt-proxy-devel] r612 - people/halls/rework/debian

Chris Halls halls at costa.debian.org
Thu Aug 3 17:13:50 UTC 2006


Author: halls
Date: Thu Aug  3 17:13:49 2006
New Revision: 612

Modified:
   people/halls/rework/debian/changelog
   people/halls/rework/debian/control
   people/halls/rework/debian/rules

Log:
python transition


Modified: people/halls/rework/debian/changelog
==============================================================================
--- people/halls/rework/debian/changelog	(original)
+++ people/halls/rework/debian/changelog	Thu Aug  3 17:13:49 2006
@@ -37,8 +37,9 @@
     (Closes: #328983)
   * In example apt-proxy.conf, remove references to non-US archive
     (Closes: #329935)
+  * Support updated Python policy, thanks Matthias Klose. (Closes: #377322)
 
- -- Chris Halls <halls at debian.org>  Thu,  3 Aug 2006 18:01:01 +0100
+ -- Chris Halls <halls at debian.org>  Thu,  3 Aug 2006 18:12:27 +0100
 
 apt-proxy (1.9.33-0.1) unstable; urgency=high
 

Modified: people/halls/rework/debian/control
==============================================================================
--- people/halls/rework/debian/control	(original)
+++ people/halls/rework/debian/control	Thu Aug  3 17:13:49 2006
@@ -4,15 +4,17 @@
 Maintainer: Chris Halls <halls at debian.org>
 Uploaders: Otavio Salvador <otavio at debian.org>
 Standards-Version: 3.6.2
+XS-Python-Version: current
 Build-Depends: debhelper
-Build-Depends-Indep: debhelper (>= 4.1.13), po-debconf, help2man, python-twisted (>= 1.0.0), python, python-apt, po4a (>= 0.18.1)
+Build-Depends-Indep: debhelper (>= 4.1.13), po-debconf, help2man, python-twisted (>= 2.4), python (>= 2.3.5-1), python-apt, po4a (>= 0.18.1), python-central (>= 0.5)
 
 Package: apt-proxy
 Architecture: all
-Depends: debconf (>= 0.5.00) | debconf-2.0, ${python:Depends}, python-twisted (>= 1.3.0-7) | python2.3 (<< 2.3.5-1), python-twisted (>= 1.0.0), python-twisted-web | python-twisted (<< 2.1.0), python-apt (>= 0.5.8), bzip2, logrotate, adduser
+Depends: debconf (>= 0.5.00) | debconf-2.0, ${python:Depends}, python-twisted-web (>= 0.6) | python-twisted (<< 2.1.0), python-apt (>= 0.5.8), bzip2, logrotate, adduser
 Conflicts: apt-proxy-v2 (<= 1.9.5)
 Replaces: apt-proxy-v2 (<= 1.9.5)
 Suggests: rsync
+XB-Python-Version: ${python:Versions}
 Description: Debian archive proxy and partial mirror builder
  apt-proxy automatically builds a Debian HTTP mirror based
  on requests which pass through the proxy.  It's great for

Modified: people/halls/rework/debian/rules
==============================================================================
--- people/halls/rework/debian/rules	(original)
+++ people/halls/rework/debian/rules	Thu Aug  3 17:13:49 2006
@@ -34,6 +34,7 @@
 	dh_installman
 	dh_installchangelogs
 	dh_installlogrotate
+	dh_pycentral
 	dh_python
 	dh_installinit
 



More information about the apt-proxy-devel mailing list