debian/0000755000000000000000000000000012262501236007165 5ustar debian/libsratom-0-0.install0000644000000000000000000000002112262500600013026 0ustar usr/lib/*/*.so.* debian/copyright0000644000000000000000000000504112262500600011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sratom Upstream-Contact: David Robillard Source: http://download.drobilla.net/ Copyright: 2012 David Robillard License: ISC Files: * Copyright: 2012 David Robillard License: ISC Files: waf Copyright: 2005-2011 Thomas Nagy License: BSD-3-clause Files: debian/* Copyright: 2012 Alessio Treglia License: ISC License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/gbp.conf0000644000000000000000000000005712262500600010600 0ustar [DEFAULT] pristine-tar = True compression = xz debian/changelog0000644000000000000000000000233612262501124011037 0ustar sratom (0.4.4~dfsg0-1) unstable; urgency=low [ Jaromír Mikeš ] * Added myself as uploader [ Alessio Treglia ] * Imported Upstream version 0.4.4~dfsg0 * Bump Standards. * Refresh patches. -- Alessio Treglia Mon, 06 Jan 2014 10:15:42 +0000 sratom (0.4.2~dfsg0-2) unstable; urgency=low * Upload to unstable. -- Alessio Treglia Wed, 08 May 2013 08:39:36 +0200 sratom (0.4.2~dfsg0-1) experimental; urgency=low * New upstream release. * Needs sord >= 0.12.0. * Tigthen build-dep on libserd-dev (>= 0.18.0~) * Aill -dev's Depends field up properly by adding libsord-dev, libserd-dev and lv2-dev. * Fix libsratom-doc.install file. * Bump Standards. -- Alessio Treglia Tue, 12 Mar 2013 17:18:50 +0000 sratom (0.4.0~dfsg0-1) experimental; urgency=low * New upstream release. * Implement mechanism to automatically repack the upstream tarball. * Install NEWS as upstream changelog. * Refresh patches. -- Alessio Treglia Sun, 02 Sep 2012 18:17:28 +0200 sratom (0.2.0~dfsg0-1) unstable; urgency=low * Initial release. (Closes: #669343) -- Alessio Treglia Fri, 20 Apr 2012 10:47:31 +0200 debian/watch0000644000000000000000000000016712262500600010214 0ustar version=3 opts="uversionmangle=s/-/./,dversionmangle=s/~dfsg.*//" \ http://download.drobilla.net/sratom-(.*)\.tar\.bz2 debian/source/0000755000000000000000000000000012262500600010457 5ustar debian/source/format0000644000000000000000000000001412262500600011665 0ustar 3.0 (quilt) debian/libsratom-doc.doc-base0000644000000000000000000000041512262500600013315 0ustar Document: libsratom-doc Title: Sratom Manual Author: David Robillard Abstract: This is a programming manual for the Sratom library. Section: Programming Format: HTML Index: /usr/share/doc/libsratom-dev/index.html Files: /usr/share/doc/libsratom-dev/* debian/patches/0000755000000000000000000000000012262501074010614 5ustar debian/patches/series0000644000000000000000000000003512262500600012021 0ustar 1001-dont_run_ldconfig.patch debian/patches/1001-dont_run_ldconfig.patch0000644000000000000000000000074112262501074015713 0ustar Description: Don't run ldconfig after calling the install target and save a bit of time. Author: Alessio Treglia Forwarded: not-needed --- wscript | 1 - 1 file changed, 1 deletion(-) --- sratom.orig/wscript +++ sratom/wscript @@ -142,7 +142,6 @@ def build(bld): # Documentation autowaf.build_dox(bld, 'SRATOM', SRATOM_VERSION, top, out) - bld.add_post_fun(autowaf.run_ldconfig) if bld.env.DOCS: bld.add_post_fun(fix_docs) debian/clean0000644000000000000000000000004212262500600010160 0ustar autowaf/autowaf.pyc .lock-wscript debian/control0000644000000000000000000000571112262501063010572 0ustar Source: sratom Section: libs Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš Build-Depends: debhelper (>= 9), libserd-dev (>= 0.18.0~), libsord-dev (>= 0.12.0~dfsg0), lv2-dev, pkg-config, python Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.5 Homepage: http://drobilla.net/software/sratom/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/sratom.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/sratom.git Package: libsratom-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libserd-dev (>= 0.18.0~), libsord-dev (>= 0.12.0~dfsg0), libsratom-0-0 (= ${binary:Version}), lv2-dev, ${misc:Depends} Recommends: pkg-config Suggests: libsratom-doc Description: library for serialising LV2 atoms to/from Turtle - development files Sratom is a new C library for serialising LV2 atoms to/from Turtle. It is intended to be a full serialisation solution for LV2 atoms, allowing implementations to serialise binary atoms to strings and read them back again. This is particularly useful for saving plugin state, or implementing plugin control with network transparency. Sratom uses Serd and Sord to do the work, it is a small library implemented in a single source file, suitable for direct inclusion in projects if avoiding a dependency is desired. . This package provides the development files for Sratom. Package: libsratom-0-0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for serialising LV2 atoms to/from Turtle Sratom is a new C library for serialising LV2 atoms to/from Turtle. It is intended to be a full serialisation solution for LV2 atoms, allowing implementations to serialise binary atoms to strings and read them back again. This is particularly useful for saving plugin state, or implementing plugin control with network transparency. Sratom uses Serd and Sord to do the work, it is a small library implemented in a single source file, suitable for direct inclusion in projects if avoiding a dependency is desired. Package: libsratom-doc Section: doc Architecture: all Enhances: libsratom-dev Depends: ${misc:Depends} Description: library for serialising LV2 atoms to/from Turtle - documentation Sratom is a new C library for serialising LV2 atoms to/from Turtle. It is intended to be a full serialisation solution for LV2 atoms, allowing implementations to serialise binary atoms to strings and read them back again. This is particularly useful for saving plugin state, or implementing plugin control with network transparency. Sratom uses Serd and Sord to do the work, it is a small library implemented in a single source file, suitable for direct inclusion in projects if avoiding a dependency is desired. . This package provides the developer's reference for sratom. debian/libsratom-dev.install0000644000000000000000000000005712262500600013321 0ustar usr/include usr/lib/*/*.so usr/lib/*/pkgconfig debian/compat0000644000000000000000000000000212262500600010355 0ustar 9 debian/libsratom-doc.install0000644000000000000000000000011612262500600013304 0ustar usr/share/doc/sratom-0/html/* usr/share/doc/libsratom-dev/ usr/share/man/man3 debian/rules0000755000000000000000000000302612262500600010240 0ustar #!/usr/bin/make -f upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p') dfsg_version = $(upstream_version)~dfsg0 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) LDFLAGS+=-Wl,--as-needed WAF = ./waf ifeq ($(shell dpkg-query -s doxygen graphviz 1>/dev/null 2>&1 && echo yes),yes) CONFIGURE_EXTRA_FLAGS += --docs endif %: dh $@ override_dh_auto_configure: $(WAF) configure \ --prefix=/usr \ --mandir=/usr/share/man \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --strict \ --debug \ $(CONFIGURE_EXTRA_FLAGS) override_dh_auto_build: $(WAF) override_dh_auto_clean: $(WAF) clean || true find -name "*.pyc" -delete rm -rf build .waf* dh_auto_clean override_dh_auto_install: $(WAF) install --destdir=$(CURDIR)/debian/tmp override_dh_installchangelogs: dh_installchangelogs NEWS # get-orig-source to drop waf get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=. tar -xf $(pkg)_$(upstream_version).orig.tar.bz2 mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) cd $(pkg)-$(dfsg_version) ; python waf --help > /dev/null mv $(pkg)-$(dfsg_version)/.waf-*/* $(pkg)-$(dfsg_version) sed -i '/^#==>$$/,$$d' $(pkg)-$(dfsg_version)/waf rmdir $(pkg)-$(dfsg_version)/.waf-* find $(pkg)-$(dfsg_version)/ -name '*.pyc' -delete tar cf $(pkg)_$(dfsg_version).orig.tar $(pkg)-$(dfsg_version) xz -9fz $(pkg)_$(dfsg_version).orig.tar rm -rf $(pkg)-$(dfsg_version)