[Debian-hebrew-package] [svn] r469 - pkg/libhdate/trunk/debian

Lior Kaplan kaplan at costa.debian.org
Sat Jul 8 19:04:12 UTC 2006


Author: kaplan
Date: Sat Jul  8 19:04:11 2006
New Revision: 469

Added:
   pkg/libhdate/trunk/debian/pycompat
Removed:
   pkg/libhdate/trunk/debian/libhdate-python.dirs
Modified:
   pkg/libhdate/trunk/debian/changelog
   pkg/libhdate/trunk/debian/control
   pkg/libhdate/trunk/debian/libhdate-python.files
   pkg/libhdate/trunk/debian/rules
Log:
* Remove hardcoded python version (2.3), as preparation for the Python
  transition.
* Comply with the new Python policy.
* debian/control: upgrade Standards-Version to 3.7.2 (no changes needed)

Modified: pkg/libhdate/trunk/debian/changelog
==============================================================================
--- pkg/libhdate/trunk/debian/changelog	(original)
+++ pkg/libhdate/trunk/debian/changelog	Sat Jul  8 19:04:11 2006
@@ -1,7 +1,15 @@
+libhdate (1.4.6-2) unstable; urgency=low
+
+  * Remove hardcoded python version (2.3), as preparation for the Python
+    transition.
+  * Comply with the new Python policy.
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat,  8 Jul 2006 21:54:55 +0300
+
 libhdate (1.4.6-1) unstable; urgency=low
 
   * New upstream release
-  * debian/control: upgrade Standards-Version to 3.7.2.0 (no changes needed)
+  * debian/control: upgrade Standards-Version to 3.7.2 (no changes needed)
 
  -- Lior Kaplan <kaplan at debian.org>  Mon, 15 May 2006 19:05:45 -0500
 

Modified: pkg/libhdate/trunk/debian/control
==============================================================================
--- pkg/libhdate/trunk/debian/control	(original)
+++ pkg/libhdate/trunk/debian/control	Sat Jul  8 19:04:11 2006
@@ -3,8 +3,9 @@
 Section: libdevel
 Maintainer:  Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>
-Build-Depends: swig, debhelper (>= 5.0.0), python-dev, fp-compiler (>= 2.0.0) [i386 powerpc sparc amd64]
+Build-Depends: debhelper (>= 5.0.37.2), swig, python-all-dev (>= 2.3.5-11), python-central (>= 0.4.17), fp-compiler (>= 2.0.0) [i386 powerpc sparc amd64]
 Standards-Version: 3.7.2
+XS-Python-Version: current
 
 Package: libhdate-dev
 Architecture: any
@@ -24,6 +25,8 @@
 Package: libhdate-python
 Section: python
 Architecture: any
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
 Depends: libhdate1 (= ${Source-Version}), ${python:Depends}
 Description: A library that help use hebrew dates
  LibHdate is a small C,C++ library for Hebrew dates,

Modified: pkg/libhdate/trunk/debian/libhdate-python.files
==============================================================================
--- pkg/libhdate/trunk/debian/libhdate-python.files	(original)
+++ pkg/libhdate/trunk/debian/libhdate-python.files	Sat Jul  8 19:04:11 2006
@@ -1 +1 @@
-usr/lib/python2.3/*
+usr/lib/python*/*

Modified: pkg/libhdate/trunk/debian/rules
==============================================================================
--- pkg/libhdate/trunk/debian/rules	(original)
+++ pkg/libhdate/trunk/debian/rules	Sat Jul  8 19:04:11 2006
@@ -99,6 +99,7 @@
 	dh_compress -s
 	dh_fixperms -s
 	dh_perl -s
+	dh_pycentral -
 	dh_python -s
 	dh_makeshlibs -s -V
 	dh_installdeb -s



More information about the Debian-hebrew-package mailing list