--- mktorrent-1.0.orig/debian/compat +++ mktorrent-1.0/debian/compat @@ -0,0 +1 @@ +7 --- mktorrent-1.0.orig/debian/copyright +++ mktorrent-1.0/debian/copyright @@ -0,0 +1,37 @@ +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'. --- mktorrent-1.0.orig/debian/README.Debian +++ mktorrent-1.0/debian/README.Debian @@ -0,0 +1,6 @@ +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 --- mktorrent-1.0.orig/debian/mktorrent.1 +++ mktorrent-1.0/debian/mktorrent.1 @@ -0,0 +1,63 @@ +.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 --- mktorrent-1.0.orig/debian/watch +++ mktorrent-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/mktorrent/mktorrent-(.+)\.tar\.gz debian uupdate --- mktorrent-1.0.orig/debian/rules +++ mktorrent-1.0/debian/rules @@ -0,0 +1,4 @@ +#!/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 $@ --- mktorrent-1.0.orig/debian/manpages +++ mktorrent-1.0/debian/manpages @@ -0,0 +1 @@ +debian/mktorrent.1 --- mktorrent-1.0.orig/debian/control +++ mktorrent-1.0/debian/control @@ -0,0 +1,21 @@ +Source: mktorrent +Section: net +Priority: extra +Maintainer: Nico Golde +Build-Depends: debhelper (>= 7.0.8), libssl-dev +Standards-Version: 3.8.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 + - embed custom comments into the file + - dissalow DHT and Peer Exchange + - support for multi-threaded hashing --- mktorrent-1.0.orig/debian/dirs +++ mktorrent-1.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- mktorrent-1.0.orig/debian/docs +++ mktorrent-1.0/debian/docs @@ -0,0 +1 @@ +README --- mktorrent-1.0.orig/debian/changelog +++ mktorrent-1.0/debian/changelog @@ -0,0 +1,18 @@ +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 +