debian/0000775000000000000000000000000012305742655007201 5ustar debian/rules0000775000000000000000000000100612305742602010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/autoreconf.mk # Reduce the number of unneeded dependencies with --as-needed. LDFLAGS += "-Wl,--as-needed" post-patches:: @# Copy udev rules file into debian/ so that dh_installudev finds it. cp contrib/z60_libsigrok.rules debian/libsigrok.udev clean:: rm -f debian/libsigrok.udev common-binary-post-install-arch:: list-missing debian/libsigrok-dev.dirs0000664000000000000000000000002412151100715012601 0ustar usr/lib usr/include debian/watch0000664000000000000000000000011612151102435010211 0ustar version=3 http://sigrok.org/download/source/libsigrok/libsigrok-(.*)\.tar\.gz debian/changelog0000664000000000000000000000375112305742655011061 0ustar libsigrok (0.2.0-2.1ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). -- Logan Rosen Wed, 05 Mar 2014 19:47:18 -0500 libsigrok (0.2.0-2.1) unstable; urgency=medium * Non-maintainer upload. * Add libasound2-dev as a build-dependency, and as a dependency to libsigrok-dev. Closes: #724126 -- David Prévot Thu, 26 Dec 2013 17:22:48 -0400 libsigrok (0.2.0-2) unstable; urgency=low * Fixed upload for 0.2.0-1 (which never left the NEW queue). * The upstream SONAME bumped to 1, so change the lib package name to libsigrok1. However, only use one libsigrok-dev always, i.e. don't encode the SONAME in the -dev package name (as per FTP Master recommendation). Since the old name was libsigrok0-dev, add a transitional package to nicely handle the transition. -- Uwe Hermann Mon, 26 Aug 2013 08:54:15 +0200 libsigrok (0.2.0-1) unstable; urgency=low * New upstream release. + Bump version of libglib2.0-dev build-dep to >= 2.32.0. + Bump version of libusb-1.0-0-dev build-dep to >= 1.0.9. + API and ABI changed, so change package name to libsigrok1*. * Standards-Version: 3.9.4 (no changes required). * debian/watch: Update to new download URLs. * debian/libsigrok1.docs: Add file (installs README.devices). -- Uwe Hermann Tue, 28 May 2013 12:10:07 +0200 libsigrok (0.1.1-1) unstable; urgency=low * New upstream release. * Drop zlib dependency, no longer needed upstream. -- Uwe Hermann Sun, 08 Jul 2012 21:53:18 +0200 libsigrok (0.1.0-2) unstable; urgency=low * libsigrok0-dev: Add missing dependencies on -dev libs. -- Uwe Hermann Wed, 23 May 2012 13:39:32 +0200 libsigrok (0.1.0-1) unstable; urgency=low * Initial release (Closes: #669070). -- Uwe Hermann Sat, 21 Apr 2012 20:03:56 +0200 debian/compat0000664000000000000000000000000212151100715010357 0ustar 8 debian/libsigrok1.docs0000664000000000000000000000001712151102662012102 0ustar README.devices debian/libsigrok-dev.install0000664000000000000000000000010112151100715013302 0ustar usr/include/* usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* debian/copyright0000664000000000000000000001136512151100715011122 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: libsigrok Upstream-Contact: Source: https://sourceforge.net/projects/sigrok/files/source/libsigrok/ Files: * Copyright: 2010-2012 Bert Vermeulen License: GPL-3.0+ Files: log.c strutil.c version.c contrib/* hardware/chronovu-la8/chronovu-la8.c input/chronovu_la8.c output/binary.c output/chronovu_la8.c output/csv.c output/gnuplot.c Copyright: 2010-2012 Uwe Hermann License: GPL-2.0+ Files: hardware/alsa/*.[ch] Copyright: 2011 Daniel Ribeiro License: GPL-2.0+ Files: hardware/asix-sigma/*.[ch] Copyright: 2010 Håvard Espeland 2010 Martin Stensgård 2010 Carl Henrik Lunde License: GPL-3.0+ Files: hardware/demo/*.[ch] Copyright: 2010 Uwe Hermann 2010 Olivier Fauchon License: GPL-2.0+ Files: hardware/fx2lafw/*.[ch] Copyright: 2012 Joel Holdsworth License: GPL-3.0+ Files: hardware/link-mso19/*.[ch] Copyright: 2011 Daniel Ribeiro 2012 Renato Caldas License: GPL-3.0+ Files: hardware/zeroplus-logic-cube/analyzer.[ch] hardware/zeroplus-logic-cube/gl_usb.[ch] Copyright: 2010 Sven Peter 2010 Haxx Enterprises License: BSD-2-clause Files: output/ols.c output/vcd.c Copyright: 2011 Uwe Hermann 2010-2012 Bert Vermeulen License: GPL-2.0+ Files: output/text/ascii.c output/text/bits.c output/text/hex.c output/text/text.c Copyright: 2011 Uwe Hermann 2010-2012 Bert Vermeulen License: GPL-3.0+ Files: debian/* Copyright: 2012 Uwe Hermann License: GPL-2.0+ License: GPL-2.0+ 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. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-3.0+ 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 3 of the License, or (at your option) any later version. . This package 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * 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. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT HOLDER OR CONTRIBUTORS 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/source/0000775000000000000000000000000012152675507010502 5ustar debian/source/format0000664000000000000000000000001412151100715011667 0ustar 3.0 (quilt) debian/libsigrok1.install0000664000000000000000000000002212151100715012611 0ustar usr/lib/lib*.so.* debian/libsigrok1.dirs0000664000000000000000000000001012151100715012101 0ustar usr/lib debian/control0000664000000000000000000000337212305742656010612 0ustar Source: libsigrok Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Uwe Hermann Build-Depends: cdbs, debhelper (>= 8.0.0), dh-autoreconf, pkg-config (>= 0.22), libglib2.0-dev (>= 2.32.0), libusb-1.0-0-dev (>= 1.0.9), libzip-dev (>= 0.8), libftdi-dev (>= 0.16), libudev-dev (>= 151), libasound2-dev Standards-Version: 3.9.4 Section: libs Homepage: http://sigrok.org/wiki/Libsigrok Package: libsigrok-dev Section: libdevel Conflicts: libsigrok-dev (<< 0.2.0-2), libsigrok0-dev (<< 0.2.0-2) Replaces: libsigrok0-dev Architecture: any Depends: libsigrok1 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev (>= 2.32.0), libusb-1.0-0-dev (>= 1.0.9), libzip-dev (>= 0.8), libftdi-dev (>= 0.16), libudev-dev (>= 151), libasound2-dev Description: sigrok hardware driver library - development files libsigrok is a shared library which provides basic hardware access drivers for logic analyzers, as well as input/output file format support. . This package contains the header files and other development files. Package: libsigrok1 Section: libs Conflicts: libsigrok0 (<< 0.2.0-2) Replaces: libsigrok0 (<< 0.2.0-2) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: sigrok hardware driver library - shared library libsigrok is a shared library which provides basic hardware access drivers for logic analyzers, as well as input/output file format support. . This package contains the shared library. Package: libsigrok0-dev Section: oldlibs Architecture: all Depends: libsigrok-dev (>= 0.2.0-2), ${misc:Depends} Description: sigrok hardware driver library (transitional dummy package) This is a dummy transitional package that can be safely removed if no packages depend on it.