debian/0000755000000000000000000000000012170003174007161 5ustar debian/rules0000755000000000000000000000072012170003105010232 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden export DEB_LDFLAGS_MAINT_APPEND = -Wl,-as-needed %: dh $@ --dbg-package=libqextserialport-dbg --parallel --with=pkgkde-symbolshelper override_dh_install: dh_install --fail-missing override_dh_auto_clean: rm -f extserialport.prf rm -f libqextserialport.prl dh_auto_clean debian/libqextserialport-dev.install0000644000000000000000000000014012153143237015103 0ustar usr/lib/*/libqextserialport.so usr/include/qt4/* usr/include/ /usr/share/qt4/mkspecs/features/* debian/patches/0000755000000000000000000000000012170002153010604 5ustar debian/patches/series0000644000000000000000000000003412170001727012024 0ustar enable_debug_and_udev.patch debian/patches/enable_debug_and_udev.patch0000644000000000000000000000121712170002153016067 0ustar Description: use a debug build and build udev. Configures the build system to build in debug mode and build the udev support. Author: Lisandro Damián Nicanor Pérez Meyer Forwarded: not-needed Last-Update: 2013-07-12 --- a/qextserialport.pro +++ b/qextserialport.pro @@ -7,7 +7,10 @@ # macx:CONFIG += qesp_mac_framework # Uncomment following line if you want to enable udev for linux -# linux*:CONFIG += qesp_linux_udev +linux*:CONFIG += qesp_linux_udev + +# Set a debug build +CONFIG += debug # Note: you can create a ".qmake.cache" file, then copy these lines to it. # If so, you can avoid to change this project file. debian/control0000644000000000000000000000335412170002532010566 0ustar Source: qextserialport Priority: extra Maintainer: Lisandro Damián Nicanor Pérez Meyer Build-Depends: debhelper (>= 9), libqt4-dev, pkg-kde-tools (>= 0.15), libudev-dev [linux-any] Standards-Version: 3.9.4 Section: libs Homepage: http://code.google.com/p/qextserialport/ Vcs-Git: git://dumbledore.com.ar/debian-package-qextserialport.git Vcs-Browser: http://dumbledore.com.ar/gitweb/?p=debian-package-qextserialport.git;a=summary Package: libqextserialport1 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: interface to serial ports for Qt-based apps - development files QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. . It allows one to use the serial port in a multi-platform way, much as Qt does. Package: libqextserialport-dev Section: libdevel Architecture: any Depends: libqextserialport1 (= ${binary:Version}), ${misc:Depends}, libqt4-dev Multi-Arch: same Description: interface to serial ports for Qt-based applications QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. . It allows one to use the serial port in a multi-platform way, much as Qt does. . These are the development files. Package: libqextserialport-dbg Section: debug Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, libqextserialport1 (= ${binary:Version}) Recommends: libqt4-dbg Description: interface to serial ports for Qt-based applications, debug info QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. . It allows one to use the serial port in a multi-platform way, much as Qt does. . This is the debug info. debian/compat0000644000000000000000000000000212153143237010365 0ustar 9 debian/copyright0000644000000000000000000000300512153143237011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qextserialport Source: http://code.google.com/p/qextserialport/ Files: * Copyright: 2000-2003 Wayne Roth 2004-2007 Stefan Sander 2007 Michal Policht 2008 Brandon Fosdick 2009-2010 Liam Staskawicz 2011 Debao Zhang License: Expat Files: debian/* Copyright: 2011 Lisandro Damián Nicanor Pérez Meyer License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/changelog0000644000000000000000000000246212170003126011034 0ustar qextserialport (1.2.0~rc1+git7-g3be3fbf-1) unstable; urgency=low * Remove the override for dh_makeshlibs. We have our symbols. * Override dh_install to pass --fail-missing. - Install usr/lib/*/libqextserialport.prl. * Repack the current HEAD. Mostly bugfixes for Windows, but one important for us. * Refresh enable_debug_and_udev.patch. * Make the debug package M-A: same to allow coinstallation of debugging symbols. * Bump Standards-Version to 3.9.4, no changes needed. * Upload to unstable. -- Lisandro Damián Nicanor Pérez Meyer Fri, 12 Jul 2013 10:36:19 -0300 qextserialport (1.2.0~rc1-2) experimental; urgency=low * Restrict the libudev-dev Build-Dependency to linux-any. Thanks Pino! -- Lisandro Damián Nicanor Pérez Meyer Thu, 13 Dec 2012 19:31:36 -0300 qextserialport (1.2.0~rc1-1) experimental; urgency=low * New upstream release. * Remove use_debug_build.patch and add enable_debug_and_udev.patch. * Add udev support. -- Lisandro Damián Nicanor Pérez Meyer Thu, 13 Dec 2012 18:39:31 -0300 qextserialport (1.2.0~beta2+git12-ge279110-1) experimental; urgency=low * Initial release (Closes: #681238) -- Lisandro Damián Nicanor Pérez Meyer Wed, 15 Aug 2012 14:57:31 -0300 debian/libqextserialport1.install0000644000000000000000000000010112153144310014376 0ustar usr/lib/*/libqextserialport.so.* usr/lib/*/libqextserialport.prl debian/source/0000755000000000000000000000000012153143237010467 5ustar debian/source/format0000644000000000000000000000001412153143237011675 0ustar 3.0 (quilt) debian/libqextserialport1.symbols0000644000000000000000000000730012153143237014437 0ustar # SymbolsHelper-Confirmed: 1.2.0~beta2 amd64 libqextserialport.so.1 libqextserialport1 #MINVER# _ZN14QextSerialPort10dsrChangedEb@Base 1.2.0~beta2 _ZN14QextSerialPort10lineStatusEv@Base 1.2.0~beta2 _ZN14QextSerialPort10setTimeoutEl@Base 1.2.0~beta2 _ZN14QextSerialPort11errorStringEv@Base 1.2.0~beta2 _ZN14QextSerialPort11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.0~beta2 _ZN14QextSerialPort11qt_metacastEPKc@Base 1.2.0~beta2 _ZN14QextSerialPort11setBaudRateE12BaudRateType@Base 1.2.0~beta2 _ZN14QextSerialPort11setDataBitsE12DataBitsType@Base 1.2.0~beta2 _ZN14QextSerialPort11setPortNameERK7QString@Base 1.2.0~beta2 _ZN14QextSerialPort11setStopBitsE12StopBitsType@Base 1.2.0~beta2 _ZN14QextSerialPort12setQueryModeENS_9QueryModeE@Base 1.2.0~beta2 _ZN14QextSerialPort14setFlowControlE8FlowType@Base 1.2.0~beta2 _ZN14QextSerialPort16staticMetaObjectE@Base 1.2.0~beta2 _ZN14QextSerialPort4openE6QFlagsIN9QIODevice12OpenModeFlagEE@Base 1.2.0~beta2 _ZN14QextSerialPort5closeEv@Base 1.2.0~beta2 _ZN14QextSerialPort5flushEv@Base 1.2.0~beta2 _ZN14QextSerialPort6setDtrEb@Base 1.2.0~beta2 _ZN14QextSerialPort6setRtsEb@Base 1.2.0~beta2 _ZN14QextSerialPort7readAllEv@Base 1.2.0~beta2 _ZN14QextSerialPort8readDataEPcx@Base 1.2.0~beta2 _ZN14QextSerialPort9setParityE10ParityType@Base 1.2.0~beta2 _ZN14QextSerialPort9writeDataEPKcx@Base 1.2.0~beta2 _ZN14QextSerialPortC1ENS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC1ERK12PortSettingsNS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC1ERK7QStringNS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC1ERK7QStringRK12PortSettingsNS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC2ENS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC2ERK12PortSettingsNS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC2ERK7QStringNS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortC2ERK7QStringRK12PortSettingsNS_9QueryModeEP7QObject@Base 1.2.0~beta2 _ZN14QextSerialPortD0Ev@Base 1.2.0~beta2 _ZN14QextSerialPortD1Ev@Base 1.2.0~beta2 _ZN14QextSerialPortD2Ev@Base 1.2.0~beta2 _ZN20QextSerialEnumerator11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.0~beta2 _ZN20QextSerialEnumerator11qt_metacastEPKc@Base 1.2.0~beta2 _ZN20QextSerialEnumerator13deviceRemovedERK12QextPortInfo@Base 1.2.0~beta2 _ZN20QextSerialEnumerator16deviceDiscoveredERK12QextPortInfo@Base 1.2.0~beta2 _ZN20QextSerialEnumerator16staticMetaObjectE@Base 1.2.0~beta2 _ZN20QextSerialEnumerator18setUpNotificationsEv@Base 1.2.0~beta2 _ZN20QextSerialEnumerator8getPortsEv@Base 1.2.0~beta2 _ZN20QextSerialEnumeratorC1EP7QObject@Base 1.2.0~beta2 _ZN20QextSerialEnumeratorC2EP7QObject@Base 1.2.0~beta2 _ZN20QextSerialEnumeratorD0Ev@Base 1.2.0~beta2 _ZN20QextSerialEnumeratorD1Ev@Base 1.2.0~beta2 _ZN20QextSerialEnumeratorD2Ev@Base 1.2.0~beta2 _ZNK14QextSerialPort10metaObjectEv@Base 1.2.0~beta2 _ZNK14QextSerialPort11canReadLineEv@Base 1.2.0~beta2 _ZNK14QextSerialPort11flowControlEv@Base 1.2.0~beta2 _ZNK14QextSerialPort12isSequentialEv@Base 1.2.0~beta2 _ZNK14QextSerialPort14bytesAvailableEv@Base 1.2.0~beta2 _ZNK14QextSerialPort6parityEv@Base 1.2.0~beta2 _ZNK14QextSerialPort8baudRateEv@Base 1.2.0~beta2 _ZNK14QextSerialPort8dataBitsEv@Base 1.2.0~beta2 _ZNK14QextSerialPort8portNameEv@Base 1.2.0~beta2 _ZNK14QextSerialPort8stopBitsEv@Base 1.2.0~beta2 _ZNK14QextSerialPort9lastErrorEv@Base 1.2.0~beta2 _ZNK14QextSerialPort9queryModeEv@Base 1.2.0~beta2 _ZNK20QextSerialEnumerator10metaObjectEv@Base 1.2.0~beta2 _ZTI14QextSerialPort@Base 1.2.0~beta2 _ZTI20QextSerialEnumerator@Base 1.2.0~beta2 _ZTS14QextSerialPort@Base 1.2.0~beta2 _ZTS20QextSerialEnumerator@Base 1.2.0~beta2 _ZTV14QextSerialPort@Base 1.2.0~beta2 _ZTV20QextSerialEnumerator@Base 1.2.0~beta2 debian/watch0000644000000000000000000000025712153143237010224 0ustar # Compulsory line, this is a version 3 file version=3 # Uncomment to examine a Webpage http://code.google.com/p/qextserialport/downloads/list qextserialport-(.*)\.tar\.gz