diff --git a/debian/control b/debian/control index 4af3455..8ebfaa0 100644 --- a/debian/control +++ b/debian/control @@ -63,6 +63,30 @@ . This package contains free pascal bindings to libhdate +Package: libhdate-ruby +Architecture: any +Depends: libhdate1 (= ${binary:Version}), ${ruby: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 ruby bindings to libhdate + +Package: libhdate-php +Architecture: any +Depends: libhdate1 (= ${binary:Version}), ${php: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 Architecture: any diff --git a/debian/libhdate-dev.examples b/debian/libhdate-dev.examples index e39721e..0aeea7f 100644 --- a/debian/libhdate-dev.examples +++ b/debian/libhdate-dev.examples @@ -1 +1,2 @@ examples/* +examples/pascal/* diff --git a/debian/libhdate-php.dirs b/debian/libhdate-php.dirs new file mode 100644 index 0000000..567365c --- /dev/null +++ b/debian/libhdate-php.dirs @@ -0,0 +1,3 @@ +etc/php5/cli +usr/lib/php5/20060613+lfs + diff --git a/debian/libhdate-php.files b/debian/libhdate-php.files new file mode 100644 index 0000000..c5c8289 --- /dev/null +++ b/debian/libhdate-php.files @@ -0,0 +1,3 @@ +etc/php5/cli/* +usr/lib/php5/20060613+lfs/* + diff --git a/debian/libhdate-ruby.dirs b/debian/libhdate-ruby.dirs new file mode 100644 index 0000000..01ec994 --- /dev/null +++ b/debian/libhdate-ruby.dirs @@ -0,0 +1 @@ +usr/lib/ruby diff --git a/debian/libhdate-ruby.files b/debian/libhdate-ruby.files new file mode 100644 index 0000000..59e85d1 --- /dev/null +++ b/debian/libhdate-ruby.files @@ -0,0 +1 @@ +usr/lib/ruby/*