tags 380915 + patch
thank
Hi,
Attached is a patch for update pyrad to the last python policy.
Ana
diff -Nrua pyrad-0.8.orig/debian/changelog pyrad-0.8/debian/changelog
--- pyrad-0.8.orig/debian/changelog 2006-08-12 22:23:41.000000000 +0200
+++ pyrad-0.8/debian/changelog 2006-08-12 22:09:58.000000000 +0200
@@ -1,3 +1,13 @@
+pyrad (0.8-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to the last python policy (Closes: #380915),
+ this includes renaming from pyrad to python-pyrad.
+ * Bumped compat to 5.
+ * Bumped Standards-Version to 3.7.2, no changes required.
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Sat, 12 Aug 2006 22:07:42
+0200
+
pyrad (0.8-1) unstable; urgency=low
* Initial packaging
diff -Nrua pyrad-0.8.orig/debian/compat pyrad-0.8/debian/compat
--- pyrad-0.8.orig/debian/compat 2006-08-12 22:23:41.000000000 +0200
+++ pyrad-0.8/debian/compat 2006-08-12 22:07:48.000000000 +0200
@@ -1 +1 @@
-4
+5
diff -Nrua pyrad-0.8.orig/debian/control pyrad-0.8/debian/control
--- pyrad-0.8.orig/debian/control 2006-08-12 22:23:41.000000000 +0200
+++ pyrad-0.8/debian/control 2006-08-13 14:34:03.000000000 +0200
@@ -2,12 +2,16 @@
Section: python
Priority: optional
Maintainer: Bjorn Ove Grotan <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.67), python-dev (>= 2.3), python (>=
2.3), cdbs (>= 0.4.5)
-Standards-Version: 3.6.1.1
+Build-Depends-Indep: python-support (>= 0.4)
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>=
2.3.5-11)
+Standards-Version: 3.7.2
-Package: pyrad
+Package: python-pyrad
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${python:Depends}
+Provides: ${python:Provides}, pyrad
+Conflicts: pyrad (<< 0.8-1.1)
+Replaces: pyrad (<< 0.8-1.1)
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.
diff -Nrua pyrad-0.8.orig/debian/rules pyrad-0.8/debian/rules
--- pyrad-0.8.orig/debian/rules 2006-08-12 22:23:41.000000000 +0200
+++ pyrad-0.8/debian/rules 2006-08-13 14:25:18.000000000 +0200
@@ -2,6 +2,9 @@
# -*- mode: makefile; coding: utf-8 -*-
# # Copyright é 2002,2003 Colin Walters <[EMAIL PROTECTED]>
+DEB_PYTHON_SYSTEM=pysupport
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
+