r322 - in /debtorrent/trunk/debian: changelog rules

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sun Nov 18 03:13:23 UTC 2007


Author: camrdale-guest
Date: Sun Nov 18 03:13:22 2007
New Revision: 322

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=322
Log:
* Fix some minor packaging issues

Modified:
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/rules

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=322&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sun Nov 18 03:13:22 2007
@@ -4,8 +4,9 @@
     - send piece downloaded status messages
       (currently disbaled due to apt not liking it)
     - send general status update messages
+  * Fix some minor packaging issues
 
- -- Cameron Dale <camrdale at gmail.com>  Sun, 04 Nov 2007 23:31:20 -0800
+ -- Cameron Dale <camrdale at gmail.com>  Sat, 17 Nov 2007 19:12:15 -0800
 
 debtorrent (0.1.4.4) unstable; urgency=low
 

Modified: debtorrent/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/rules?rev=322&op=diff
==============================================================================
--- debtorrent/trunk/debian/rules (original)
+++ debtorrent/trunk/debian/rules Sun Nov 18 03:13:22 2007
@@ -56,11 +56,11 @@
 	# the path
 	for i in test hippy btmakemetafile btcompletedir btreannounce \
 		btrename btshowmetainfo btcopyannounce btsetdebmirrors; \
-	do mv debian/debtorrent/usr/bin/$$i.py debian/debtorrent/usr/share/debtorrent/$$i; done
+	do mv debian/debtorrent/usr/bin/$$i.py debian/debtorrent/usr/share/debtorrent/$$i || exit 1; done
 
 	# Remove the .py from the end of each of these
 	for i in debtorrent-client debtorrent-tracker; \
-	do mv debian/debtorrent/usr/bin/$$i.py debian/debtorrent/usr/bin/$$i; done
+	do mv debian/debtorrent/usr/bin/$$i.py debian/debtorrent/usr/bin/$$i || exit 1; done
 
 	dh_installchangelogs 
 	dh_install




More information about the Debtorrent-commits mailing list