debian/0000755000000000000000000000000011767345753007210 5ustar debian/compat0000644000000000000000000000000211767345115010376 0ustar 7 debian/source/0000755000000000000000000000000011767345752010507 5ustar debian/source/format0000644000000000000000000000001411767345752011715 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000262511767345115011140 0ustar This package was debianized by Nico Golde on Tue, 25 Aug 2009 22:43:14 +0200. It was downloaded from http://mktorrent.sourceforge.net/ Upstream Author: Emil Renner Berthing Copyright: Copyright (C) 2007-2009 Emil Renner Berthing License: This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. In addition: Permission is granted to link the code in this release with the OpenSSL project's 'OpenSSL' library and to distribute the linked executables. Works derived from mktorrent may, at their authors' discretion, keep or delete this exception. The Debian packaging is Copyright (C) 2009, Nico Golde and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/README.Debian0000644000000000000000000000035511767345115011244 0ustar mktorrent for Debian -------------------- No explicit support for multibyte characters or UTF-8. Reads and writes file names and comments exactly as reported by the OS. -- Nico Golde Tue, 25 Aug 2009 22:43:14 +0200 debian/mktorrent.10000644000000000000000000000325511767345115011314 0ustar .TH MKTORRENT "1" "mktorrent" .SH NAME mktorrent \- simple BitTorrent metainfo file creator .SH SYNOPSIS .B mktorrent [\fIOPTIONS\fR] \fI\fR .SH DESCRIPTION mktorrent is a text-based utility to create BitTorrent metainfo files used by trackers and torrent clients. It can create metainfo files for single files or complete directories in a fast way. .SH OPTIONS \fB\-a\fR [,]* .IP specify the full tracker announce URLs. At least one is required and additional \fB\-a\fR add backup trackers .PP \fB\-c\fR .IP add a comment to the metainfo .PP \fB\-d\fR .IP don't write the creation date .PP \fB\-h\fR .IP show help screen .PP \fB\-l\fR .IP set the piece length to 2^n bytes, default is 18, that is 2^18 = 256kb .PP \fB\-n\fR .IP set the name of the torrent, default is the basename of the target .PP .PP \fB\-o\fR .IP set the path and filename of the created file, default is .torrent .PP \fB\-p\fR .IP set the private flag (dissalow DHT and Peer Exchange) .PP \fB\-v\fR .IP verbose output .PP \fB\-w\fR [,]* .IP add web seed URLs, additional \fB\-w\fR add more URLs .SH "COPYRIGH" .PP This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. .SH "AUTHORS" Emil Renner Berthing .PP This manpage was written for the Debian GNU/Linux distribution by Nico Golde .SH "BUGS" Please send bug reports, patches, feature requests, praise and general gossip about the program to: esmil@users.sourceforge.net debian/watch0000644000000000000000000000011111767345115010222 0ustar version=3 http://sf.net/mktorrent/mktorrent-(.+)\.tar\.gz debian uupdate debian/rules0000755000000000000000000000021711767345115010260 0ustar #!/usr/bin/make -f %: DESTDIR=$(CURDIR)/debian/mktorrent PREFIX=/usr USE_PTHREADS=1 USE_OPENSSL=1 USE_LARGE_FILES=1 USE_LONG_OPTIONS=1 dh $@ debian/manpages0000644000000000000000000000002311767345115010711 0ustar debian/mktorrent.1 debian/control0000644000000000000000000000131611767345272010610 0ustar Source: mktorrent Section: net Priority: extra Maintainer: Nico Golde Build-Depends: debhelper (>= 7.0.8), libssl-dev Standards-Version: 3.9.3 Homepage: http://mktorrent.sourceforge.net/ Package: mktorrent Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: simple command line utility to create BitTorrent metainfo files mktorrent is a text-based utility to create BitTorrent metainfo files used by trackers and torrent clients. It can create metainfo files for single files or complete directories in a fast way. . It also supports: - multiple trackers - embedding custom comments into torrent files - disallowing DHT and Peer Exchange - multi-threaded hashing debian/dirs0000644000000000000000000000001011767345115010053 0ustar usr/bin debian/docs0000644000000000000000000000000711767345115010050 0ustar README debian/changelog0000644000000000000000000000135211767345753011063 0ustar mktorrent (1.0-4) unstable; urgency=low * Fix spelling in long description (Closes: #636637). * Bump policy version, no changes required. * Switch to dpkg-source 3.0 (quilt) format -- Nico Golde Sun, 17 Jun 2012 14:22:03 +0200 mktorrent (1.0-3) unstable; urgency=low * Fix typo in compile flags that broke large file support (Closes: #556423). -- Nico Golde Mon, 16 Nov 2009 00:57:51 +0100 mktorrent (1.0-2) unstable; urgency=low * Enable building with large file support. -- Nico Golde Fri, 06 Nov 2009 17:47:59 +0100 mktorrent (1.0-1) unstable; urgency=low * Initial release (Closes: #542839). -- Nico Golde Tue, 25 Aug 2009 22:43:14 +0200