r252 - in /apt-transport-debtorrent/trunk/debian: ./ changelog compat control copyright dirs install rules

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Wed Aug 15 07:30:23 UTC 2007


Author: camrdale-guest
Date: Wed Aug 15 07:30:23 2007
New Revision: 252

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=252
Log:
Add the debian directory for packaging.

Added:
    apt-transport-debtorrent/trunk/debian/
    apt-transport-debtorrent/trunk/debian/changelog
    apt-transport-debtorrent/trunk/debian/compat
    apt-transport-debtorrent/trunk/debian/control
    apt-transport-debtorrent/trunk/debian/copyright
    apt-transport-debtorrent/trunk/debian/dirs
    apt-transport-debtorrent/trunk/debian/install
    apt-transport-debtorrent/trunk/debian/rules   (with props)

Added: apt-transport-debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/changelog?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/changelog (added)
+++ apt-transport-debtorrent/trunk/debian/changelog Wed Aug 15 07:30:23 2007
@@ -1,0 +1,5 @@
+apt-transport-debtorrent (0.1.0) unstable; urgency=low
+
+  * Initial release, based on APT's HTTP method
+
+ -- Cameron Dale <camrdale at gmail.com>  Wed, 14 Aug 2007 20:59:00 -0700

Added: apt-transport-debtorrent/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/compat?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/compat (added)
+++ apt-transport-debtorrent/trunk/debian/compat Wed Aug 15 07:30:23 2007
@@ -1,0 +1,1 @@
+5

Added: apt-transport-debtorrent/trunk/debian/control
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/control?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/control (added)
+++ apt-transport-debtorrent/trunk/debian/control Wed Aug 15 07:30:23 2007
@@ -1,0 +1,33 @@
+Source: apt-transport-debtorrent
+Section: admin
+Priority: optional
+Maintainer: Cameron Dale <camrdale at gmail.com>
+Standards-Version: 3.7.2.2
+Build-Depends: debhelper (>= 5.0), gettext (>= 0.12), libapt-pkg-dev
+XS-Vcs-Svn: svn://svn.debian.org/debtorrent/apt-transport-debtorrent/trunk
+XS-Vcs-Browser: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/
+
+Package: apt-transport-debtorrent
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: debtorrent (>= 0.1.4)
+Description: APT debtorrent transport
+ This package contains the APT debtorrent transport. It makes it possible to
+ use 'deb debtorrent://localhost:9988/foo distro main' lines in your
+ sources.list file.
+ .
+ For an overview of the DebTorrent program, see the debtorrent package.
+ .
+ You don't actually need this package to use the DebTorrent program, it will
+ work fine using the regular http:// transport.
+ .
+ However, using this method has some advantages over HTTP. This method uses
+ a very similar method to HTTP, and so can be used to access a DebTorrent
+ client running on another host. Unlike traditional HTTP, this transport
+ will send all possible requests to DebTorrent as soon as it receieves them,
+ which will speed up the download as peers can be contacted in parallel.
+ And finally, this method allows the DebTorrent client to return files to
+ APT in any order, which is important since BitTorrent downloads proceed
+ in a random order.
+ .
+ http://debtorrent.alioth.debian.org/

Added: apt-transport-debtorrent/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/copyright?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/copyright (added)
+++ apt-transport-debtorrent/trunk/debian/copyright Wed Aug 15 07:30:23 2007
@@ -1,0 +1,26 @@
+apt-transport-debtorrent is based on the http method from Apt.
+
+Apt is copyright 1997, 1998, 1999 Jason Gunthorpe and others.
+
+The modifications are copyright 2007 Cameron Dale.
+
+The original http method from Apt, and the modifications made to it are
+licened under the terms of the GNU General Public License (GPL),
+version 2.0 or later, as published by the Free Software Foundation:
+
+   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
+
+On Debian systems, the complete text of the GNU General Public License can
+be found in `/usr/share/common-licenses/GPL'.

Added: apt-transport-debtorrent/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/dirs?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/dirs (added)
+++ apt-transport-debtorrent/trunk/debian/dirs Wed Aug 15 07:30:23 2007
@@ -1,0 +1,1 @@
+usr/lib/apt/methods

Added: apt-transport-debtorrent/trunk/debian/install
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/install?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/install (added)
+++ apt-transport-debtorrent/trunk/debian/install Wed Aug 15 07:30:23 2007
@@ -1,0 +1,1 @@
+debtorrent /usr/lib/apt/methods

Added: apt-transport-debtorrent/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/rules?rev=252&op=file
==============================================================================
--- apt-transport-debtorrent/trunk/debian/rules (added)
+++ apt-transport-debtorrent/trunk/debian/rules Wed Aug 15 07:30:23 2007
@@ -1,0 +1,66 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+build: build-stamp
+
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch $@
+
+clean:
+	dh_testdir
+#	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	-$(MAKE) clean-deps
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/apt-transport-debtorrent.
+	dh_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 
+	dh_installdocs
+#	dh_install
+	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 configure

Propchange: apt-transport-debtorrent/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Debtorrent-commits mailing list