[Debian-hebrew-package] r845 - in /pkg/libhdate/trunk/debian: changelog control libhdate-php.files libhdate-python.files python-libhdate.files rules

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Sun Oct 31 23:23:59 UTC 2010


Author: kaplan
Date: Sun Oct 31 23:23:58 2010
New Revision: 845

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=845
Log:
Rename libhdate-python to python-libhdate
Add libhdate-php

Added:
    pkg/libhdate/trunk/debian/libhdate-php.files
    pkg/libhdate/trunk/debian/python-libhdate.files
      - copied unchanged from r842, pkg/libhdate/trunk/debian/libhdate-python.files
Removed:
    pkg/libhdate/trunk/debian/libhdate-python.files
Modified:
    pkg/libhdate/trunk/debian/changelog
    pkg/libhdate/trunk/debian/control
    pkg/libhdate/trunk/debian/rules

Modified: pkg/libhdate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/changelog?rev=845&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/changelog (original)
+++ pkg/libhdate/trunk/debian/changelog Sun Oct 31 23:23:58 2010
@@ -1,3 +1,14 @@
+libhdate (1.4.19-1) unstable; urgency=low
+
+  * New upstream release
+    - Returns null if no parasha is returned (Closes: #583092)
+  * Switch to dpkg-source 3.0 (quilt) format (Closes: #583235)
+  * debian/control:
+    - Rename libhdate-python to python-libhdate (Closes: #497774)
+    - Provide PHP bindings with php-libhdate.
+
+ -- Lior Kaplan <kaplan at debian.org>  Sun, 31 Oct 2010 23:44:16 +0200
+
 libhdate (1.4.12-2) unstable; urgency=low
 
   * Remove libhdate-pascal package as fpc was removed from Lenny

Modified: pkg/libhdate/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/control?rev=845&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/control (original)
+++ pkg/libhdate/trunk/debian/control Sun Oct 31 23:23:58 2010
@@ -5,14 +5,14 @@
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>
 Vcs-Svn: svn://svn.debian.org/svn/debian-hebrew/pkg/libhdate
 Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate
-Build-Depends: debhelper (>= 5.0.37.2), swig, python-all-dev (>= 2.3.5-11), python-central (>= 0.5)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5.0.37.2), swig, python-all-dev (>= 2.3.5-11), python-central (>= 0.5), php5-dev, php5-cli
+Standards-Version: 3.9.1
 XS-Python-Version: current
 Homepage: http://libhdate.sourceforge.net/
 
 Package: libhdate-dev
 Architecture: any
-Depends: libhdate1 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libhdate1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: A library that help use hebrew dates
  LibHdate is a small C,C++ library for Hebrew dates,
  holidays, and reading sequence (parasha). It is using 
@@ -23,12 +23,12 @@
  This package contains headers and support files required
  to build new applications with libhdate.
 
-Package: libhdate-python
+Package: python-libhdate
 Section: python
 Architecture: any
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
-Depends: libhdate1 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}
+Depends: libhdate1 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: A library that help use hebrew dates
  LibHdate is a small C,C++ library for Hebrew dates,
  holidays, and reading sequence (parasha). It is using 
@@ -41,7 +41,7 @@
 Package: libhdate-perl
 Section: perl
 Architecture: any
-Depends: libhdate1 (= ${binary:Version}), ${perl:Depends}, ${shlibs:Depends}
+Depends: libhdate1 (= ${binary:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: A library that help use hebrew dates
  LibHdate is a small C,C++ library for Hebrew dates,
  holidays, and reading sequence (parasha). It is using 
@@ -50,6 +50,19 @@
  is from tables by Zvi Har'El.
  .
  This package contains perl bindings to libhdate
+
+Package: libhdate-php
+Section: php
+Architecture: any
+Depends: libhdate1 (= ${binary:Version}), ${php:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: A library that help use hebrew dates
+ LibHdate is a small C,C++ library for Hebrew dates,
+ holidays, and reading sequence (parasha). It is using 
+ the source code from Amos Shapir's "hdate" package fixed 
+ and patched by Nadav Har'El. The Torah reading sequence
+ is from tables by Zvi Har'El.
+ .
+ This package contains PHP bindings to libhdate
 
 Package: libhdate1
 Section: libs

Added: pkg/libhdate/trunk/debian/libhdate-php.files
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/libhdate-php.files?rev=845&op=file
==============================================================================
--- pkg/libhdate/trunk/debian/libhdate-php.files (added)
+++ pkg/libhdate/trunk/debian/libhdate-php.files Sun Oct 31 23:23:58 2010
@@ -1,0 +1,2 @@
+etc/php5/*
+usr/lib/php5/*

Modified: pkg/libhdate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/rules?rev=845&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/rules (original)
+++ pkg/libhdate/trunk/debian/rules Sun Oct 31 23:23:58 2010
@@ -83,6 +83,8 @@
 	dh_testroot -s
 	dh_installchangelogs ChangeLog -s
 
+	echo "php:Depends=phpapi-"$(shell php-config5 --phpapi) > debian/libhdate-php.substvars 
+
 	dh_installdocs -s
 	dh_installexamples -s -XMakefile -X.libs -X.deps -X.o #don't copy all the files in the example dir
 	dh_movefiles -s




More information about the Debian-hebrew-package mailing list