r366 - in /debtorrent/trunk: debian/rules setup.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Mon Jan 28 04:39:22 UTC 2008


Author: camrdale-guest
Date: Mon Jan 28 04:39:22 2008
New Revision: 366

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=366
Log:
Add uniquely to the provided scripts.

Modified:
    debtorrent/trunk/debian/rules
    debtorrent/trunk/setup.py

Modified: debtorrent/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/rules?rev=366&op=diff
==============================================================================
--- debtorrent/trunk/debian/rules (original)
+++ debtorrent/trunk/debian/rules Mon Jan 28 04:39:22 2008
@@ -50,7 +50,7 @@
 	
 	# Remove the .py from the end of each of these and move them out of
 	# the path
-	for i in test hippy split_cache_for_all \
+	for i in test hippy uniquely split_cache_for_all \
 		btmakemetafile btcompletedir btreannounce \
 		btrename btshowmetainfo btcopyannounce btsetdebmirrors; \
 	do mv debian/debtorrent/usr/bin/$$i.py debian/debtorrent/usr/share/debtorrent/$$i || exit 1; done

Modified: debtorrent/trunk/setup.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/setup.py?rev=366&op=diff
==============================================================================
--- debtorrent/trunk/setup.py (original)
+++ debtorrent/trunk/setup.py Mon Jan 28 04:39:22 2008
@@ -31,7 +31,7 @@
 
     scripts = ["btmakemetafile.py", "btcompletedir.py", "btreannounce.py", 
                "btrename.py", "btshowmetainfo.py", 'btcopyannounce.py',
-               'btsetdebmirrors.py', 'test.py', 'hippy.py',
+               'btsetdebmirrors.py', 'test.py', 'hippy.py', 'uniquely.py',
                'debtorrent-client.py', 'debtorrent-tracker.py',
                'split_cache_for_all.py'
         ]




More information about the Debtorrent-commits mailing list