Codebase list libhdate / df373e1
Import version 1.6-2.2 Lior Kaplan 8 years ago
8 changed file(s) with 50 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 libhdate (1.6-2.2) unstable; urgency=medium
1
2 * Non-maintainer upload with maintainer's permission
3 * Add dh-autoreconf to fix FTBFS on ppc64el. Closes: #757112, #757136
4 * Add multi-arch. Closes: #757113, #727006
5
6 -- Andreas Barth <aba@ayous.org> Wed, 10 Sep 2014 15:03:37 +0000
7
8 libhdate (1.6-2.1) unstable; urgency=medium
9
10 [ Damyan Ivanov ]
11 * Non-maintainer upload with maintainer's permission
12
13 [ gregor herrmann ]
14 * Fix "hardcodes /usr/lib/perl5"
15 - use $Config{vendorarch} in debian/rules and debian/libhdate-perl.*
16 - make the latter two executable
17 (Closes: #752348)
18
19 -- Damyan Ivanov <dmn@debian.org> Tue, 29 Jul 2014 06:38:35 +0000
20
021 libhdate (1.6-2) unstable; urgency=low
122
223 * Patch fix_3: fix an endless loop with hcal -3 (Closes: #692039).
44 Uploaders: Baruch Even <baruch@debian.org>, Lior Kaplan <kaplan@debian.org>, Shachar Shemesh <shachar@debian.org>, Tzafrir Cohen <tzafrir@debian.org>
55 Vcs-Svn: svn://anonscm.debian.org/debian-hebrew/pkg/libhdate
66 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-hebrew/pkg/libhdate
7 Build-Depends: debhelper (>= 9), swig, python-dev (>= 2.6.6-3~), autotools-dev
7 Build-Depends: debhelper (>= 9), swig, python-dev (>= 2.6.6-3~), dh-autoreconf
88 Standards-Version: 3.9.4
99 Homepage: http://libhdate.sourceforge.net/
1010
1111 Package: libhdate-dev
1212 Architecture: any
13 Multi-Arch: same
1314 Depends: libhdate1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
1415 Description: Provides a library that help use hebrew dates (development files)
1516 LibHdate is a small C,C++ library for Hebrew dates,
2425 Package: python-hdate
2526 Section: python
2627 Architecture: any
28 Multi-Arch: foreign
2729 Provides: ${python:Provides}
2830 Depends: libhdate1 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
2931 Description: Provides a library that help use hebrew dates (python bindings)
5153 Package: libhdate1
5254 Section: libs
5355 Architecture: any
56 Multi-Arch: same
57 Pre-Depends: multiarch-support
5458 Depends: ${shlibs:Depends}, ${misc:Depends}
5559 Conflicts: libhdate0
5660 Replaces: libhdate0
6064 the source code from Amos Shapir's "hdate" package fixed
6165 and patched by Nadav Har'El. The Torah reading sequence
6266 is from tables by Zvi Har'El.
67
68 Package: hdate
69 Section: utils
70 Architecture: any
71 Depends: libhdate1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
72 Replaces: libhdate0 (<< 1.6-1ubuntu1)
73 Description: Provides the hcal and hdate binaries that help use hebrew dates
74 LibHdate is a small C,C++ library for Hebrew dates,
75 holidays, and reading sequence (parasha). It is using
76 the source code from Amos Shapir's "hdate" package fixed
77 and patched by Nadav Har'El. The Torah reading sequence
78 is from tables by Zvi Har'El.
0 usr/bin/*
1 usr/share/man/man1/*
0 usr/lib/perl5
0 #!/usr/bin/perl -w
1 use Config;
2 print substr($Config{vendorarch}, 1) . "\n";
0 usr/lib/perl5/*
0 #!/usr/bin/perl -w
1 use Config;
2 print substr($Config{vendorarch}, 1) . "\n";
00 usr/lib
1 usr/bin
2 usr/share/man
31 usr/share/locale
00 usr/lib/*/lib*.so.*
1 usr/bin/*
2 usr/share/man/man1/*
31 usr/share/locale/*
00 #!/usr/bin/make -f
11
2 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
3
24 %:
3 dh $* --with python2,autotools_dev
5 dh $* --with python2,autoreconf
46
57 override_dh_auto_configure:
6 dh_auto_configure -- --with-perl-sitelib-dir=/usr/lib/perl5
8 dh_auto_configure -- --with-perl-sitelib-dir=$(ARCHLIB)
79
810 override_dh_python2:
911 dh_python2 -s --no-guessing-versions