debian/0000755000000000000000000000000012144530331007162 5ustar debian/source/0000755000000000000000000000000012144427601010467 5ustar debian/source/format0000644000000000000000000000001412144427601011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000114012144530303010235 0ustar #!/usr/bin/make -f include /usr/share/ocaml/ocamlvars.mk DESTDIR := $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) %: dh $@ override_dh_auto_build: $(MAKE) all doc override_dh_auto_install: mkdir -p $(DESTDIR) $(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore -rm debian/tmp/usr/lib/ocaml/fdkaac/fdkaac_loader.cmx dh_install --fail-missing override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) clean dh_clean config.status config.log src/META src/Makefile Makefile rm -rf doc src/*.o src/*.cm* .pc config.h Makefile src/Makefile src/META doc config.log config.status dh_ocamlinit debian/compat0000644000000000000000000000000212144427601010365 0ustar 7 debian/libfdkaac-ocaml-dev.docs0000644000000000000000000000002012144427601013576 0ustar README doc/html debian/watch0000644000000000000000000000007312144427652010226 0ustar version=3 http://sf.net/savonet/ocaml-fdkaac-(.+)\.tar\.gz debian/libfdkaac-ocaml-dev.doc-base0000644000000000000000000000043712144430327014336 0ustar Document: libfdkaac-ocaml-dev Title: OCaml Fdkaac module documentation Author: Romain Beauxis Abstract: Documentation of the Fdkaac module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libfdkaac-ocaml-dev/html/index.html Files: /usr/share/doc/libfdkaac-ocaml-dev/html/* debian/changelog0000644000000000000000000000074712144527111011046 0ustar ocaml-fdkaac (0.2.0-1) unstable; urgency=low * New upstream release. * Added libfdkaac-dynlink to dynamically load the module. * Switch to dh * Disable dh_ocaml automatic dependencies as it does not fit with the -dynlink package. -- Romain Beauxis Tue, 14 May 2013 16:08:54 -0500 ocaml-fdkaac (0.1.0-1) unstable; urgency=low * Initial release. (Closes: #708474) -- Romain Beauxis Tue, 14 May 2013 07:38:35 -0500 debian/control0000644000000000000000000000405512144530101010564 0ustar Source: ocaml-fdkaac Section: contrib/ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: debhelper (>= 9), dh-buildinfo, ocaml-nox, dh-ocaml (>= 0.9), libfdk-aac-dev (>= 0.1.1), ocaml-findlib (>= 1.2.4), pkg-config Standards-Version: 3.9.4 Homepage: http://savonet.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-fdkaac.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-fdkaac.git Package: libfdkaac-ocaml Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: OCaml interface to the fdkaac library -- runtime files This package provides an interface to the fdkaac library for OCaml programmers. . The FDK AAC Codec Library For Android contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec. . This package contains only the shared runtime stub libraries. Package: libfdkaac-ocaml-dynlink Architecture: any Depends: libfdkaac-ocaml (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: OCaml interface to the fdkaac library -- runtime files This package provides an interface to the fdkaac library for OCaml programmers. . The FDK AAC Codec Library For Android contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec. . This package contains the modules needed to dynamically load ocaml-fdkaac in a program. Package: libfdkaac-ocaml-dev Architecture: any Depends: libfdk-aac-dev, libfdkaac-ocaml-dynlink (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Description: OCaml interface to the fdkaac library -- developpement files This package provides an interface to the fdkaac library for OCaml programmers. . The FDK AAC Codec Library For Android contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec. . This package contains all the development stuff you need to develop OCaml programs which use ocaml-fdkaac. debian/copyright0000644000000000000000000000200112144440405011110 0ustar This package was debianized by Romain Beauxis on Tue, 14 May 2013 07:38:35 -0500. It was downloaded from Upstream Author: The Savonet Team Copyright 2013 The Savonet Team. License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 203, Romain Beauxis and is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. debian/libfdkaac-ocaml.install0000644000000000000000000000010112144530331013533 0ustar /usr/lib/ocaml/fdkaac/dllfdkaac_stubs.so /usr/lib/ocaml/stublibs debian/libfdkaac-ocaml-dev.install.in0000644000000000000000000000027412144523647014743 0ustar @OCamlStdlibDir@/fdkaac/META @OCamlStdlibDir@/fdkaac/*.cmi @OCamlStdlibDir@/fdkaac/*.ml* @OCamlStdlibDir@/fdkaac/*.a OPT: @OCamlStdlibDir@/fdkaac/*.cmxa OPT: @OCamlStdlibDir@/fdkaac/*.cmx debian/libfdkaac-ocaml-dynlink.install.in0000644000000000000000000000010212144525340015613 0ustar @OCamlStdlibDir@/fdkaac/*.cma DYN: @OCamlStdlibDir@/fdkaac/*.cmxs debian/libfdkaac-ocaml-dynlink.install0000644000000000000000000000007112144530331015207 0ustar /usr/lib/ocaml/fdkaac/*.cma /usr/lib/ocaml/fdkaac/*.cmxs debian/libfdkaac-ocaml.install.in0000644000000000000000000000007112144427652014161 0ustar @OCamlStdlibDir@/fdkaac/dllfdkaac_stubs.so @OCamlDllDir@ debian/libfdkaac-ocaml-dev.install0000644000000000000000000000024612144530331014321 0ustar /usr/lib/ocaml/fdkaac/META /usr/lib/ocaml/fdkaac/*.cmi /usr/lib/ocaml/fdkaac/*.ml* /usr/lib/ocaml/fdkaac/*.a /usr/lib/ocaml/fdkaac/*.cmxa /usr/lib/ocaml/fdkaac/*.cmx