r253 - in /apt-transport-debtorrent/trunk: Makefile debian/control debian/rules
camrdale-guest at users.alioth.debian.org
camrdale-guest at users.alioth.debian.org
Wed Aug 15 07:47:01 UTC 2007
Author: camrdale-guest
Date: Wed Aug 15 07:47:01 2007
New Revision: 253
URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=253
Log:
Cleanup various things.
Modified:
apt-transport-debtorrent/trunk/Makefile
apt-transport-debtorrent/trunk/debian/control
apt-transport-debtorrent/trunk/debian/rules
Modified: apt-transport-debtorrent/trunk/Makefile
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/Makefile?rev=253&op=diff
==============================================================================
--- apt-transport-debtorrent/trunk/Makefile (original)
+++ apt-transport-debtorrent/trunk/Makefile Wed Aug 15 07:47:01 2007
@@ -2,7 +2,7 @@
all: debtorrent
-CXXFLAGS = -g -O2 -Wall -D_DEBUG_
+CXXFLAGS = -g -O2 -Wall
LDLIBS = -lapt-pkg
debtorrent_SRCS = debtorrent.cc connect.cc rfc2553emu.cc
@@ -23,9 +23,9 @@
.PHONY : clean clean-deps dist
clean:
- rm -f *.o *~ core debtorrent *.dump *.tar
+ rm -f *.o *~ core debtorrent *.dump
clean-deps:
rm -f .*.d
-.PHONY: all clean
+.PHONY: all clean clean-deps
Modified: apt-transport-debtorrent/trunk/debian/control
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/control?rev=253&op=diff
==============================================================================
--- apt-transport-debtorrent/trunk/debian/control (original)
+++ apt-transport-debtorrent/trunk/debian/control Wed Aug 15 07:47:01 2007
@@ -11,23 +11,23 @@
Architecture: any
Depends: ${shlibs:Depends}
Recommends: debtorrent (>= 0.1.4)
-Description: APT debtorrent transport
+Description: an APT transport for communicating with DebTorrent
This package contains the APT debtorrent transport. It makes it possible to
- use 'deb debtorrent://localhost:9988/foo distro main' lines in your
+ use 'deb debtorrent://localhost:9988/foo distro main' type lines in your
sources.list file.
.
- For an overview of the DebTorrent program, see the debtorrent package.
+ 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.
+ However, using this method has some advantages over HTTP. Unlike the
+ traditional HTTP method, 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. This method also allows the
+ DebTorrent client to return files to APT in any order, which is important
+ since BitTorrent downloads proceed in a random order. Additionally, this
+ method uses a very similar protocol to HTTP, and so can easily be used to
+ access a DebTorrent client running on another host.
.
- http://debtorrent.alioth.debian.org/
+ Homepage: http://debtorrent.alioth.debian.org/
Modified: apt-transport-debtorrent/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debtorrent/apt-transport-debtorrent/trunk/debian/rules?rev=253&op=diff
==============================================================================
--- apt-transport-debtorrent/trunk/debian/rules (original)
+++ apt-transport-debtorrent/trunk/debian/rules Wed Aug 15 07:47:01 2007
@@ -27,8 +27,8 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
- -$(MAKE) clean-deps
+ $(MAKE) clean
+ $(MAKE) clean-deps
dh_clean
More information about the Debtorrent-commits
mailing list