Codebase list teckit / 94d35ce
sil packaging Daniel Glassey 8 years ago
10 changed file(s) with 149 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 teckit (2.5.4~beta1) stable; urgency=medium
1
2 * Update Unicode character names and normalization data to 7.0.0
3 * Fix data normalization bug
4 * Update tests
5
6 -- Neil Mayhew <neil_mayhew@sil.org> Mon, 30 Jun 2014 17:17:45 -0600
7
8 teckit (2.5.3) maverick; urgency=low
9
10 * Update Unicode character names and normalization data to 6.0.0
11 * Update copyright dates and contact details
12
13 -- Neil Mayhew <neil_mayhew@sil.org> Wed, 12 Jan 2011 21:26:48 -0700
14
15 teckit (2.5.2) intrepid; urgency=low
16
17 * Fix Perl handling 0 length return strings
18
19 -- Martin Hosken <martin_hosken@sil.org> Fri, 30 Jan 2009 19:14:38 +0700
20
21 teckit (2.5.1-1ubuntu1~hardy) hardy; urgency=low
22
23 * Package v2.5.1
24
25 -- Martin Hosken <martin_hosken@sil.org> Thu, 03 Apr 2008 15:11:04 +0700
26
27 Local variables:
28 mode: debian-changelog
29 End:
0 Source: teckit
1 Build-Depends: autotools-dev, cdbs (>= 0.4.27-1), perl (>= 5.8.0), debhelper (>= 4.2.21), pkg-config, zlib1g-dev, libexpat1-dev
2 Section: devel
3 Priority: optional
4 Maintainer: Daniel Glassey <wdg@debian.org>
5 Standards-Version: 3.7.2
6
7 Package: teckit
8 Architecture: any
9 Section: devel
10 Depends: ${shlibs:Depends}
11 Description: Encoding conversion library
12 Provides a generic library for converting data too and from Unicode
13 And also from Unicode <> Unicode.
14 .
15 It also includes a compiler for a description language that allows
16 for bidirectional conversion description (the same description is
17 used for conversion too and from Unicode, for example).
18
19 Package: libteckit-dev
20 Architecture: any
21 Section: libdevel
22 Depends: libteckit (= ${Source-Version})
23 Description: Development files for TECkit
24 Development files to allow linking to libteckit for data conversion
25
26 Package: libteckit-perl
27 Architecture: any
28 Section: perl
29 Depends: perl (>= 5.8.0)
30 Description: Perl module to access TECkit converter
31 This Perl module is a statically linked teckit engine
32
0 TECKit Licensing
1
2 Copyright 2002-2014, SIL International
3 All rights reserved.
4
5 This library is free software; you can redistribute it and/or modify
6 it under the terms of either:
7
8 a) the Common Public License as published by the "Agreement
9 Steward" for that license (currently IBM); either version 0.5
10 of the License, or (at your option) any later version,
11
12 or
13
14 b) the GNU Lesser General Public License as published by the
15 Free Software Foundation; either version 2.1 of License, or
16 (at your option) any later version.
17
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
21 the Common Public License or the GNU Lesser General Public License
22 for more details.
23
24 You should have received a plain text copy of the Common Public License
25 Version 0.5 with this distribution in the file named "License_CPLv05.txt".
26 That text came from http://www.opensource.org/licenses/cpl.html. The
27 initial "Agreement Steward" for the CPL displays currently the license at
28 http://www-124.ibm.com/developerworks/oss/license-cpl.html.
29
30 You should also have received a copy of the GNU Lesser General Public
31 License along with this library in the file named "License_LGPLv21.txt".
32 If not, write to the Free Software Foundation, Inc., 59 Temple Place,
33 Suite 330, Boston, MA 02111-1307, USA or visit their web page on the
34 internet at http://www.fsf.org/licenses/lgpl.html.
35
36 The GNU General Public License to which the GNU Lesser General Public
37 License refers can be found at http://www.gnu.org/copyleft/gpl.html.
38 For convenient reference, a text version has been included with this
39 distribution in the file named "License_GPLv2.txt". All of the licenses
40 mentioned above can also be found at http://www.opensource.org/licenses/.
41
42 --------------------------------------------------------------------------
0 usr/include
1 usr/lib/libTECkit.*a
2 usr/lib/libTECkit_Compiler.*a
3 usr/lib/pkgconfig
0 usr/lib/*/perl5
1 usr/share/man/man3
0 usr/lib/perl5
1 usr/share/man/man3
0 #!/usr/bin/make -f
1
2 #DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes
3
4 DEB_TAR_SRCDIR := teckit-2.5.4
5
6 include /usr/share/cdbs/1/rules/tarball.mk
7
8 #include /usr/share/cdbs/1/rules/patchsys-quilt.mk
9
10 common-configure-arch common-configure-indep::
11 @PERLVER=$$(dpkg-query -W -f '$${Version}' perl); \
12 echo "Perl version is $$PERLVER"; \
13 if dpkg --compare-versions $$PERLVER lt 5.20; then \
14 echo "Using an old (non-multiarch) perl"; \
15 cp debian/libteckit-perl.install.oldperl \
16 debian/libteckit-perl.install; \
17 fi
18
19 include /usr/share/cdbs/1/rules/debhelper.mk
20 include /usr/share/cdbs/1/class/autotools.mk
21
22 DEB_DH_SHLIBDEPS_ARGS_teckit := -lteckit
23
24 build/libteckit-perl ::
25 cd $(DEB_SRCDIR)/source/Perl ; perl Makefile.PL INSTALLDIRS=vendor
26 cd $(DEB_SRCDIR)/source/Perl ; $(MAKE) OPTIMIZE="-O2 -g -Wall"
27
28 install/libteckit-perl ::
29 cd $(DEB_SRCDIR)/source/Perl ; $(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
30
0 3.0 (native)
0 usr/bin
1 usr/lib/lib*.so*