debian/0000755000000000000000000000000012217240166007167 5ustar debian/rules0000755000000000000000000000020112217240166010240 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/compat0000644000000000000000000000000212217240166010365 0ustar 9 debian/gbp.conf0000644000000000000000000000230512217240166010606 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: #cleaner = debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: debian-branch = debian # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s # use pristine-tar: pristine-tar = True # Options only affecting git-buildpackage [git-buildpackage] #upstream-branch = dfsgclean # uncomment this to automatically GPG sign tags #sign-tags = True # keyid to GPG sign tags with #keyid = 0xdeadbeef # push to a remote repository after a successful tag: posttag = git push --mirror # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/tar/ #tarball-dir = ../tarballs/ # Options only affecting git-import-orig [git-import-orig] #upstream-branch = newupstream #debian-branch = dfsgclean #filter = .svn # Options only affecting git-import-dsc [git-import-dsc] #upstream-branch = svn-upstream #filter = [ 'CVS', '.cvsignore' ] # Options only affecting git-dch [git-dch] #git-log = --no-merges #snapshot-number = snapshot + 1 debian/clean0000644000000000000000000000001412217240166010167 0ustar MANIFEST.in debian/copyright0000644000000000000000000000426412217240166011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: chirp Upstream-Contact: Dan Smith Source: http://chirp.danplanet.com/projects/chirp/wiki/Home Copyright: GPL-3+ Files: * Copyright: 2012 Dan Smith License: GPL-3+ Files: debian/* Copyright: 2013 Christopher Knadle 2011 Steve Conklin AI4QR License: GPL-3+ Files: chirp/settings.py template.py thuv1f.py uv5r.py vx3.py Copyright: 2012 Dan Smith License: GPL-2+ Files: chrip/vx3.py Copyright: 2011 Rick Farina License: GPL-2+ License: GPL-2+ 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 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 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-3+ 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". debian/control0000644000000000000000000000147212217240166010576 0ustar Source: chirp Section: hamradio Priority: optional Maintainer: Debian Hamradio Maintainers Uploaders: Steve Conklin , Kamal Mostafa , Bdale Garbee DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), python-support, python (>=2.7), python-libxml2, python-serial Standards-Version: 3.9.4 Homepage: http://chirp.danplanet.com/ Vcs-Git: git://git.debian.org/git/collab-maint/chirp.git Vcs-Browser: http://git.debian.org/?p=collab-maint/chirp.git Package: chirp Architecture: linux-any Depends: ${misc:Depends}, ${python:Depends}, python-libxslt1, python-gtk2, python-libxml2, python-serial Description: Configuration tool for amateur radios Chirp is a tool for saving, restoring, and managing memory and preset data in amateur radios debian/patches/0000755000000000000000000000000012217240166010616 5ustar debian/patches/01-fix-manifest.patch0000644000000000000000000000042512217240166014450 0ustar Description: Add required pieces to MANIFEST.IN file Author: Steve Conklin --- a//dev/null +++ b/MANIFEST.IN @@ -0,0 +1,5 @@ +include *.xsd +include share/*.desktop +include share/chirp.png +include share/*.1 +include stock_configs/* +include COPYING debian/patches/02-fix-setup-py.patch0000644000000000000000000000277312217240166014441 0ustar Description: Remove unneeded bits of the setup.py file which are used to build an entirely different package. Author: Steve Conklin --- a/setup.py +++ b/setup.py @@ -117,44 +117,10 @@ ('share/chirp/stock_configs', stock_configs), ] + locale_files) -def rpttool_build(): - from distutils.core import setup - - setup(name="rpttool", - packages=["chirp"], - version="0.3", - scripts=["rpttool"], - description="A frequency tool for ICOM D-STAR Repeaters", - data_files=[('/usr/sbin', ["tools/icomsio.sh"])], - ) - -def nuke_manifest(*files): - for i in ["MANIFEST", "MANIFEST.in"]: - if os.path.exists(i): - os.remove(i) - - if not files: - return - - f = file("MANIFEST.in", "w") - for fn in files: - print >>f, fn - f.close() - if sys.platform == "darwin": macos_build() elif sys.platform == "win32": win32_build() else: - if os.path.exists("rpttool"): - nuke_manifest("include tools/icomsio.sh", "include README.rpttool") - rpttool_build() - if os.path.exists("chirpui"): - nuke_manifest("include *.xsd", - "include share/*.desktop", - "include share/chirp.png", - "include share/*.1", - "include stock_configs/*", - "include COPYING") - default_build() + default_build() debian/patches/04-remove-redundant-license.patch0000644000000000000000000000116612217240166016763 0ustar Description: The author includes a copy of the Copyright, but it's not needed as it's the same as one we can reference. Author: Steve Conklin --- a/setup.py +++ b/setup.py @@ -111,7 +111,6 @@ data_files=[('share/applications', desktop_files), ('share/chirp/images', image_files), ('share/chirp', xsd_files), - ('share/doc/chirp', ['COPYING']), ('share/pixmaps', ['share/chirp.png']), ('share/man/man1', ["share/chirpw.1"]), ('share/chirp/stock_configs', stock_configs), debian/patches/series0000644000000000000000000000011612217240166012031 0ustar 01-fix-manifest.patch 02-fix-setup-py.patch 04-remove-redundant-license.patch debian/changelog0000644000000000000000000000255412217240166011047 0ustar chirp (0.3.1-3) unstable; urgency=low * change architecture to linux-any in control due to #723873 in python-serial breaking non-linux builds -- Bdale Garbee Sat, 21 Sep 2013 00:44:46 -0600 chirp (0.3.1-2) unstable; urgency=low * move python dependency to >=2.7, hopefully will resolve kfreebsd build failures so we can promote to testing .. thanks to Colin Tuckley for pointing this out. -- Bdale Garbee Sat, 07 Sep 2013 15:41:32 -0600 chirp (0.3.1-1) unstable; urgency=low * new upstream version, closes: #672318 * add myself to the Uploaders list * create a collab-maint git repo to host chirp packaging henceforth -- Bdale Garbee Wed, 07 Aug 2013 22:51:41 -0600 chirp (0.3.0-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream version (Closes: #672318) * updated debian/copyright for 1.0 format * updated to debhelper compat 9 * update Standards-Version to 3.9.4 (no changes required) * add dependencies python-libxml2 and python-serial * update patches for new upstream version -- Christopher Knadle Sun, 24 Mar 2013 16:19:14 -0400 chirp (0.1.12-1) unstable; urgency=low * Latest release from upstream * Ready for initial debian upload (Closes: 612965) -- Steve Conklin Mon, 26 Sep 2011 12:55:16 -0600 debian/source/0000755000000000000000000000000012217240166010467 5ustar debian/source/format0000644000000000000000000000001412217240166011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016712217240166010224 0ustar version=3 http://chirp.danplanet.com/projects/chirp/wiki/Download .*/chirp-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))