[Python-modules-commits] r22654 - in packages/pyrad/trunk/debian (5 files)

sharky at users.alioth.debian.org sharky at users.alioth.debian.org
Fri Sep 7 10:49:50 UTC 2012


    Date: Friday, September 7, 2012 @ 10:49:49
  Author: sharky
Revision: 22654

update pyrad packaging

Modified:
  packages/pyrad/trunk/debian/changelog
  packages/pyrad/trunk/debian/compat
  packages/pyrad/trunk/debian/control
  packages/pyrad/trunk/debian/rules
Deleted:
  packages/pyrad/trunk/debian/pycompat

Modified: packages/pyrad/trunk/debian/changelog
===================================================================
--- packages/pyrad/trunk/debian/changelog	2012-09-06 06:56:15 UTC (rev 22653)
+++ packages/pyrad/trunk/debian/changelog	2012-09-07 10:49:49 UTC (rev 22654)
@@ -1,3 +1,12 @@
+pyrad (1.2-2) UNRELEASED; urgency=low
+
+  * Convert packaging to use debhelper 9 and dh_python2.
+  * Remove Conflicts/Replaces on antique pyrad package.
+  * Update Standards-Version to 3.9.3 (no changes).
+  * Update Homepage.
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Fri, 07 Sep 2012 12:35:13 +0200
+
 pyrad (1.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #532843).

Modified: packages/pyrad/trunk/debian/compat
===================================================================
--- packages/pyrad/trunk/debian/compat	2012-09-06 06:56:15 UTC (rev 22653)
+++ packages/pyrad/trunk/debian/compat	2012-09-07 10:49:49 UTC (rev 22654)
@@ -1 +1 @@
-5
+9

Modified: packages/pyrad/trunk/debian/control
===================================================================
--- packages/pyrad/trunk/debian/control	2012-09-06 06:56:15 UTC (rev 22653)
+++ packages/pyrad/trunk/debian/control	2012-09-07 10:49:49 UTC (rev 22654)
@@ -3,18 +3,16 @@
 Priority: optional
 Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Bjorn Ove Grotan <bgrotan at grotan.com> 
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python (>= 2.3.5-11), python-support (>= 0.4), python-setuptools
-Standards-Version: 3.8.4
-Homepage: http://www.wiggy.net/code/pyrad/
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.3
+Homepage: http://pypi.python.org/pypi/pyrad
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyrad/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyrad/trunk/
 
 Package: python-pyrad
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}, pyrad
-Conflicts: pyrad (<< 0.8-1.1)
-Replaces: pyrad (<< 0.8-1.1)
+Provides: ${python:Provides}
 Description: Python module for creating and decoding RADIUS packets
  It takes care of all the details like building RADIUS 
  packets, sending them and decoding responses.

Deleted: packages/pyrad/trunk/debian/pycompat
===================================================================
--- packages/pyrad/trunk/debian/pycompat	2012-09-06 06:56:15 UTC (rev 22653)
+++ packages/pyrad/trunk/debian/pycompat	2012-09-07 10:49:49 UTC (rev 22654)
@@ -1 +0,0 @@
-2

Modified: packages/pyrad/trunk/debian/rules
===================================================================
--- packages/pyrad/trunk/debian/rules	2012-09-06 06:56:15 UTC (rev 22653)
+++ packages/pyrad/trunk/debian/rules	2012-09-07 10:49:49 UTC (rev 22654)
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-#  # Copyright © 2002,2003 Colin Walters <walters at debian.org>
 
-DEB_PYTHON_SYSTEM=pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
+%:
+	dh $@ --with python2




More information about the Python-modules-commits mailing list