--- bitstormlite-0.2m.orig/debian/changelog +++ bitstormlite-0.2m/debian/changelog @@ -0,0 +1,24 @@ +bitstormlite (0.2m-1) unstable; urgency=low + + * New upstream release. Fixes the FTBFS if built twice in a row. (Closes: #442509) + - use external gettext library + - change homepage to http://sourceforge.net/projects/bbom/ + - new bitstormlite.desktop file + * installing the provided .desktop file in debian/rules registering it + with calling dh_desktop. + + -- Andrea Veri Thu, 20 Sep 2007 15:54:44 +0200 + +bitstormlite (0.2k-2) unstable; urgency=low + + * Package is no more indirectly linked to libssl, causing license issues. (Closes: #426960) + Changed libcurl3-dev dep to libcurl4-gnutls-dev. + + -- Andrea Veri Fri, 1 Jun 2007 10:53:42 +0200 + +bitstormlite (0.2k-1) unstable; urgency=low + + * First package release (Closes: 390964) + + -- Andrea Veri Tue, 15 May 2007 20:47:24 +0200 + --- bitstormlite-0.2m.orig/debian/compat +++ bitstormlite-0.2m/debian/compat @@ -0,0 +1 @@ +5 --- bitstormlite-0.2m.orig/debian/control +++ bitstormlite-0.2m/debian/control @@ -0,0 +1,17 @@ +Source: bitstormlite +Section: net +Priority: optional +Maintainer: Andrea Veri +Build-Depends: debhelper (>= 5), pkg-config, libgtk2.0-dev, libcurl4-gnutls-dev, docbook-to-man +Standards-Version: 3.7.2 + +Package: bitstormlite +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: BitTorrent Client based on c++/gtk+2.0 + This application based on the c++ language integrated + with a gtk+2.0 gui allows the download of huge amount + of data using .torrent files you can find in trackers. + . + Homepage: http://sourceforge.net/projects/bbom/ + --- bitstormlite-0.2m.orig/debian/rules +++ bitstormlite-0.2m/debian/rules @@ -0,0 +1,88 @@ +#!/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) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + docbook-to-man debian/bitstormlite.sgml > bitstormlite.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + dh_clean + -rm -f $(CURDIR)/bitstormlite.1 + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/bitstormlite. + $(MAKE) DESTDIR=$(CURDIR)/debian/bitstormlite install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman bitstormlite.1 + dh_install bitstormlite.desktop usr/share/applications + dh_desktop + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- bitstormlite-0.2m.orig/debian/docs +++ bitstormlite-0.2m/debian/docs @@ -0,0 +1,3 @@ +NEWS +AUTHORS +ABOUT-NLS --- bitstormlite-0.2m.orig/debian/bitstormlite.sgml +++ bitstormlite-0.2m/debian/bitstormlite.sgml @@ -0,0 +1,108 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Andrea"> + Veri"> + + maggio 15, 2007"> + + 1"> + bluekuja@ubuntu.com"> + + BITSTORMLITE"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2007 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + BitTorrent Client based on c++/gtk+2.0 + + + Bitstormlite is based on the c++ language integrated with a gtk+2.0 gui allows the download of huge amount of data using .torrent files you can find in trackers + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in the &gnu + + &dhpackage; is a program written in c++ integrated with a gtk2 gui that allows you to download .torrent files + + + + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-') + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + + --- bitstormlite-0.2m.orig/debian/copyright +++ bitstormlite-0.2m/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Andrea Veri on +Tue, 15 May 2007 20:47:24 +0200. + +It was downloaded from http://sourceforge.net/projects/bbom/ + +Upstream Author: gaoxianchao + +Copyright Holder: (c) 2006-2004 gaoxianchao +Copyright Holder: (c) 2006-2004 gnap_an +Copyright Holder: (c) 2006-2004 linux_lyb +Copyright Holder: (c) 2006-2004 ahlongxp + +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 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 package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +The Debian packaging is (C) 2007, Andrea Veri and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'..