--- flush-0.9.10.orig/debian/rules +++ flush-0.9.10/debian/rules @@ -0,0 +1,111 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + + + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure $(CROSS) \ + --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="-Wl,-z,defs" \ + --with-boost-filesystem=boost_filesystem-mt --with-boost-thread=boost_thread-mt + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/flush.sgml > flush.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/flush. + $(MAKE) DESTDIR=$(CURDIR)/debian/flush install + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: install + dh_desktop + dh_icons + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb +# dh_shlibdeps -- --ignore-missing-info + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- flush-0.9.10.orig/debian/compat +++ flush-0.9.10/debian/compat @@ -0,0 +1 @@ +7 --- flush-0.9.10.orig/debian/copyright +++ flush-0.9.10/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Dmitry Konishchev on +Sat, 04 Apr 2009 22:55:24 +0400. + +It was downloaded from http://sourceforge.net/projects/flush + +Upstream Author: + + Dmitry Konishchev + +Copyright: + + Copyright (C) 2009 Dmitry Konishchev + +License: + + 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 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, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + + In addition, as a special exception, Dmitry Konishchev + gives permission to link the code of this + program with the OpenSSL library (or with modified versions of OpenSSL + that use the same license as OpenSSL), and distribute linked + combinations including the two. You must obey the GNU General Public + License in all respects for all of the code used other than OpenSSL. + If you modify this file, you may extend this exception to your version + of the file, but you are not obligated to do so. If you do not wish + to do so, delete this exception statement from your version. + +On Debian systems, the complete text of the GNU General Public License +version 3 can be found in /usr/share/common-licenses/GPL-3 file. + --- flush-0.9.10.orig/debian/docs +++ flush-0.9.10/debian/docs @@ -0,0 +1 @@ +AUTHORS --- flush-0.9.10.orig/debian/control +++ flush-0.9.10/debian/control @@ -0,0 +1,41 @@ +Source: flush +Section: net +Priority: optional +Maintainer: Dmitry Konishchev +Build-Depends: debhelper (>= 7), + libboost-dev (>= 1.34.0), + libboost-filesystem-dev (>= 1.34.0), + libboost-signals-dev (>= 1.34.0), + libboost-thread-dev (>= 1.34.0), + libconfig++8-dev (>= 1.3), + libconfig8-dev (>= 1.3), + libdbus-1-dev, + libgtkmm-2.4-dev, + libglademm-2.4-dev, + libnotify-dev, + libtorrent-rasterbar-dev (>= 0.14) +Standards-Version: 3.8.0 +Homepage: http://sourceforge.net/projects/flush + +Package: flush +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GTK-based BitTorrent client + Flush is a GTK-based BitTorrent client. You can use it to download + files from the BitTorrent network. + . + Features: + * Controlling running instance by command line interface. + * Running many instances with different configs from the same user. + * Automatic copying finished downloads to specified directory. + * Setting custom download path for each file of the torrent. + * Ability to choose torrent file's character set encoding. + * Automatic torrents loading from specified directory. + * Automatic pausing and removing old torrents. + * Temporary pausing and resuming torrents. + * Overall and current session statistics. + * Creating your own torrent files. + * IP filter. + . + Flush uses Rasterbar's version of libtorrent. + --- flush-0.9.10.orig/debian/changelog +++ flush-0.9.10/debian/changelog @@ -0,0 +1,102 @@ +flush (0.9.10-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Sat, 05 Mar 2011 17:56:33 +0300 + +flush (0.9.9-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Thu, 21 Oct 2010 23:12:50 +0400 + +flush (0.9.8-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Sun, 10 Oct 2010 11:17:11 +0400 + +flush (0.9.7-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Sat, 03 Jul 2010 12:43:34 +0400 + +flush (0.9.5-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Fri, 30 Apr 2010 16:53:09 +0400 + +flush (0.9.2-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Wed, 10 Mar 2010 18:17:10 +0300 + +flush (0.9.1-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Sun, 07 Feb 2010 16:59:02 +0300 + +flush (0.9-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Sun, 31 Jan 2010 14:05:58 +0300 + +flush (0.8-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Wed, 21 Oct 2009 23:13:38 +0400 + +flush (0.7.2-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Fri, 02 Oct 2009 15:36:18 +0400 + +flush (0.7.1-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Tue, 22 Sep 2009 22:02:48 +0400 + +flush (0.7-0ubuntu1~ppa1~karmic1) karmic; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Thu, 09 Jul 2009 17:19:59 +0400 + +flush (0.6-0ubuntu1~ppa1~jaunty1) jaunty; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Fri, 12 Jun 2009 12:44:17 +0400 + +flush (0.5.1-0ubuntu1~ppa2~jaunty1) jaunty; urgency=low + + * Build with libtorrent-rasterbar 0.14.4. + + -- Dmitry Konishchev Mon, 01 Jun 2009 18:55:13 +0400 + +flush (0.5.1-0ubuntu1~ppa1~jaunty1) jaunty; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Mon, 25 May 2009 20:49:07 +0400 + +flush (0.5-0ubuntu1~ppa1~jaunty1) jaunty; urgency=low + + * New upstream release. + + -- Dmitry Konishchev Thu, 14 May 2009 22:04:20 +0400 + +flush (0.4.1-1~ppa1~jaunty1) jaunty; urgency=low + + * Initial release. + * Added --with-boost-* flags to configure command in debian/rules. + + -- Dmitry Konishchev Sat, 04 Apr 2009 22:55:24 +0400