debian/0000755000000000000000000000000011732660142007170 5ustar debian/clean0000644000000000000000000000003011732660142010166 0ustar config.guess config.sub debian/source/0000755000000000000000000000000011732660142010470 5ustar debian/source/format0000644000000000000000000000001411732660142011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000576611732660142011060 0ustar buildtorrent (0.8-4) unstable; urgency=low * debian/control - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9. - (standards-Version): Update to 3.9.3.1. * debian/copyright - Update to format 1.0. * debian/rules - Enable all hardening flags. - Use DEB_*_MAINT_* variables. -- Jari Aalto Thu, 22 Mar 2012 13:20:18 -0400 buildtorrent (0.8-3) unstable; urgency=low * debian/compat - Update to 9 * debian/control - (Build-Depends): Update to debhelper 9, dpkg-dev 1.16.1 - (Standards-Version): Update to 3.9.2. * debian/copyright - Update to latest DEP5 format. * debian/rules - Remove unnecessary rules. - Use hardened CFLAGS (release goal). http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags -- Jari Aalto Sat, 11 Feb 2012 15:21:15 -0500 buildtorrent (0.8-2) unstable; urgency=low * NOT RELEASED * debian/watch - Activate. Upstream provides new URL. -- Jari Aalto Tue, 09 Nov 2010 06:56:55 +0200 buildtorrent (0.8-1) unstable; urgency=low * New upstream release (Closes: #589927). * debian/compat - Update to 8. * debian/control - (Build-Depends): update to debhelper 8. - (Homepage): Update URL. - (Standards-Version): Update to 3.9.1. * debian/copyright - (Download): update URL. - (X-Upstream-Vcs-Homepage): New field. * debian/patches - (0001): Fix manual page problem: 'cannot adjust line'. * debian/watch - New file. -- Jari Aalto Mon, 11 Oct 2010 11:35:57 +0300 buildtorrent (0.7.2-5) unstable; urgency=low * New maintainer (Closes: #543834). - Move to packaging format "3.0 (quilt)". * debian/clean - New file. * debian/control - (Build-Depends): update to debhelper 7.1. - (Standards-Version): update to 3.8.4 - (Vcs-*): new fields. * debian/copyright - (debian/*): Use FSF URL. * debian/rules - (override_dh_auto_clean): remove, not needed. * debian/source/format - New file. * debian/watch - New file. -- Jari Aalto Thu, 11 Mar 2010 18:31:54 +0200 buildtorrent (0.7.2-4) unstable; urgency=low * Updating to standards version 3.8.3. * Removing vcs fields. * Orphaning package. -- Daniel Baumann Thu, 27 Aug 2009 07:04:36 +0200 buildtorrent (0.7.2-3) unstable; urgency=low * Sorting depends. * Minimizing rules file. -- Daniel Baumann Mon, 03 Aug 2009 02:05:50 +0200 buildtorrent (0.7.2-2) unstable; urgency=low * Replacing obsolete dh_clean -k with dh_prep. * Updating year in copyright file. * Upgrading package to standards version 3.8.2. * Updating rules file to current state of the art. * Prefixing debhelper files with package name. -- Daniel Baumann Fri, 17 Jul 2009 00:25:33 +0200 buildtorrent (0.7.2-1) unstable; urgency=low * Initial release. -- Daniel Baumann Tue, 14 Oct 2008 10:21:00 +0200 debian/copyright0000644000000000000000000000444711732660142011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: buildtorrent Upstream-Contact: Claude Heiland-Allen Source: http://claudiusmaximus.goto10.org/cm/torrent.html X-Upstream-Vcs: http://gitorious.org/buildtorrent Files: * Copyright: 2007-2008 Claude Heiland-Allen License: GPL-2+ Files: md5.* Copyright: 1993 Colin Plumb License: Public-Domain This code is in the public domain; do with it what you wish. Files: sha1.* Copyright: Steve Reid Aaron D. Gifford License: Public-Domain NO COPYRIGHT - THIS IS 100% IN THE PUBLIC DOMAIN . THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) 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 AUTHOR(S) 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. Files: debian/* Copyright: 2010-2012 Jari Aalto 2008-2009 Daniel Baumann 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 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, see . . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. debian/compat0000644000000000000000000000000211732660142010366 0ustar 9 debian/control0000644000000000000000000000126311732660142010575 0ustar Source: buildtorrent Section: net Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9), autotools-dev Standards-Version: 3.9.3.1 Vcs-Browser: http://git.debian.org/?p=collab-maint/buildtorrent.git Vcs-Git: git://git.debian.org/git/collab-maint/buildtorrent.git Homepage: http://claudiusmaximus.goto10.org/cm/torrent.html Package: buildtorrent Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: command line torrent creation program buildtorrent is a torrent file creation program. Given an announce url and an input file or directory, buildtorrent generates an output .torrent file that can be used by torrent clients. debian/rules0000755000000000000000000000047311732660142010254 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: cp -f /usr/share/misc/config.guess . cp -f /usr/share/misc/config.sub . dh_auto_configure %: dh $@ # End of file debian/watch0000644000000000000000000000025711732660142010225 0ustar version=3 # Not currently active, because upstream does not have a proper page http://claudiusmaximus.goto10.org/files/coding/buildtorrent/ .*buildtorrent-([\d.]+).*\.tar\.gz debian/buildtorrent.docs0000644000000000000000000000000511732660142012552 0ustar TODO debian/patches/0000755000000000000000000000000011732660142010617 5ustar debian/patches/series0000644000000000000000000000004111732660142012027 0ustar 0001-Correct-groff-1-error.patch debian/patches/0001-Correct-groff-1-error.patch0000644000000000000000000000164511732660142016213 0ustar From d811172056ff045c3dbb87d4b7dd1ac9952eca04 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 11 Oct 2010 11:17:05 +0300 Subject: [PATCH] Correct groff(1) error Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit torrent.1:40: warning [p 1, 4.7i]: cannot adjust line by adding .nf and .fi around the long path names ( /data/files/linux.iso ...), so that groff does not try to break in words. Signed-off-by: Jari Aalto --- buildtorrent.1 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/buildtorrent.1 b/buildtorrent.1 index 1f98356..aabcf55 100644 --- a/buildtorrent.1 +++ b/buildtorrent.1 @@ -37,8 +37,10 @@ can be used to escape newlines and characters inside names. For example: .P .RS +.nf .I /data/files/linux.iso|bin/linux.iso .I /data/files/linux.txt|doc/linux.txt +.fi .RE .P .RS -- 1.7.1