debian/0000755000000000000000000000000012256412627007175 5ustar debian/watch0000644000000000000000000000012212256412627010221 0ustar version=3 http://www.catb.org/~esr/freecode-submit/ freecode-submit-(.*)\.tar\.gz debian/rules0000755000000000000000000000030212256412627010250 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_install: make install PREFIX=$(CURDIR)/debian/freecode-submit/usr override_dh_installchangelogs: dh_installchangelogs NEWS debian/control0000644000000000000000000000153112256412627010600 0ustar Source: freecode-submit Section: devel Priority: extra Maintainer: Francois Marier Build-Depends: debhelper (>= 9), xmlto Standards-Version: 3.9.5 Homepage: http://www.catb.org/~esr/freecode-submit/ Vcs-Git: git://anonscm.debian.org/collab-maint/freecode-submit.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/freecode-submit.git;a=summary Package: freecode-submit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python Description: remote submission of release updates to Freecode.com freecode-submit is a script that supports remote submission of release updates to Freecode (formerly Freshmeat.net) via its JSON API. . It is intended for use in project release scripts. It reads the metadata from an RFC-2822-like message on standard input, possibly with overrides by command-line switches. debian/changelog0000644000000000000000000000311612256412627011050 0ustar freecode-submit (2.7-1) unstable; urgency=medium * New upstream release: - fixes a minor bug when the script is called without data input * Bump Standards-Version up to 3.9.5 * Add upstream changelog -- Francois Marier Wed, 25 Dec 2013 12:04:14 +1300 freecode-submit (2.6-1) unstable; urgency=low * New upstream release - documentation fixes * Bump Standards-Version up to 3.9.4 * Use canonical VCS URLs in debian/control -- Francois Marier Sun, 20 Oct 2013 10:23:48 +1300 freecode-submit (2.5-1) unstable; urgency=low * New upstream release -- Francois Marier Tue, 14 May 2013 20:09:01 +1200 freecode-submit (2.4-1) unstable; urgency=low * New upstream release - drop manpage_netrc_syntax.patch (applied upstream) - drop makefile_destdir.patch (kinda applied upstream) -- Francois Marier Wed, 20 Jun 2012 22:39:11 +1200 freecode-submit (2.3-3) unstable; urgency=low * Drop python:Depends and XB-Python-Version (closes: #674939) * Add upstream contact to debian/copyright * Specify the new copyright format in debian/copyright -- Francois Marier Tue, 29 May 2012 19:16:21 +1200 freecode-submit (2.3-2) unstable; urgency=low * Bump debhelper compatibility to 9 * Bump Standards-Version up to 3.9.3 -- Francois Marier Mon, 28 May 2012 15:53:35 +1200 freecode-submit (2.3-1) unstable; urgency=low * Initial release (Closes: #649342) -- Francois Marier Sun, 20 Nov 2011 16:46:37 +1300 debian/dirs0000644000000000000000000000001012256412627010050 0ustar usr/bin debian/copyright0000644000000000000000000000345112256412627011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: freecode-submit Upstream-Contact: Eric S. Raymond Source: http://www.catb.org/~esr/freecode-submit/ Files: * Copyright: 2003-2011 Eric S, Raymond License: BSD-3-Clause Files: debian/* Copyright: 2011 Francois Marier License: BSD-3-Clause 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: . 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. . Neither name of the this project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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 REGENTS 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/0000755000000000000000000000000012256412627010475 5ustar debian/source/format0000644000000000000000000000001412256412627011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012256412627010624 5ustar debian/patches/series0000644000000000000000000000003412256412627012036 0ustar 01_upstream_changelog.patch debian/patches/01_upstream_changelog.patch0000644000000000000000000000332612256412627016020 0ustar Description: Include upstream changelog in the package The upstream changelog is not part of the tarball but is available from: http://www.catb.org/~esr/freecode-submit/NEWS Forwarded: not-needed Author: Francois Marier Last-Update: 2013-12-25 --- /dev/null +++ b/NEWS @@ -0,0 +1,51 @@ + freecode-submit project release news + +2.7 @ 2013-12-24 + Fix a minor bug when the script is called without data input. + +2.6 @ 2013-09-27 + Documentation fixes. + Automatically generate an md5 file when shipping this code. + +2.5 @ 2013-04-20 + Remove the obsolete Release-Focus field. + +2.4 @ 2012-06-19: + Freecode JSON connections have changed from http to https. + +2.3 @ 2011-11-03: + Deal with the Freshmeat to Freecode name change. + Means the name of this tool has to change. + +2.2 @ 2010-11-24: + Release withdrawal, previously broken, now works. + (This required a site API change.) + +2.1 @ 2010-10-21: + Now has a query mode that can retrieve project metadata in editable form. + Properly deletes URLs not present in your update list. + Request withdrawal is implemented. + License changed to BSD. + +2.0 @ 2010-10-17: + Updated to work with the JSON-based 3.0 API. + Major rewrite and simplification of the code. + +1.6 @ 2004-08- 2: + Documentation and packaging fixes. + +1.5 @ 2004-04-30: + Fix documentation bug, add note about .netrc. + +1.4 @ 2003-12-31: + Fix bug in processing of text foci indicators. + +1.3 @ 2003-12-29: + Fix typo affecting the RPM field. + +1.2 @ 2003-12-24: + Add validation using the new server methods for fetching foci and license + types. + +1.1 @ 2003-12-22: + Fix typos in documentation and some untested methods. debian/compat0000644000000000000000000000000212256412627010373 0ustar 9