------------------------------------------------------------ revno: 361 committer: Steven Sheehy <[email protected]> branch nick: trunk timestamp: Mon 2010-03-22 22:42:56 -0500 message: Application now registers as the default magnet URI handler on Debian systems added: debian/gconf-defaults modified: Changelog.txt debian/rules
-- lp:linuxdcpp https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp. To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription.
=== modified file 'Changelog.txt' --- Changelog.txt 2010-03-22 15:56:48 +0000 +++ Changelog.txt 2010-03-23 03:42:56 +0000 @@ -48,6 +48,7 @@ [2010-03-15] lp#494392: Search by TTH should open in a new tab. (Razzloss) [2010-03-16] Added build and version information to terminal output. (Razzloss) [2010-03-22] lp#541548: Bad NMDC validation messes up LinuxDC++ chat formatting. (Razzloss) +[2010-03-22] Application now registers as the default magnet URI handler on Debian systems. (Steven) *** 1.0.3 2009-02-01 *** [2008-08-10] lp#256236: Fixed a crash on startup when using auto-open options. === added file 'debian/gconf-defaults' --- debian/gconf-defaults 1970-01-01 00:00:00 +0000 +++ debian/gconf-defaults 2010-03-23 03:42:56 +0000 @@ -0,0 +1,3 @@ +/desktop/gnome/url-handlers/magnet/command "linuxdcpp -m '%s'" +/desktop/gnome/url-handlers/magnet/enabled true +/desktop/gnome/url-handlers/magnet/needs_terminal false === modified file 'debian/rules' --- debian/rules 2009-10-22 03:11:11 +0000 +++ debian/rules 2010-03-23 03:42:56 +0000 @@ -41,7 +41,6 @@ dh_installexamples dh_install dh_installmenu - dh_desktop # dh_installdebconf # dh_installlogrotate # dh_installemacsen @@ -52,6 +51,7 @@ # dh_installcron # dh_installinfo dh_installman data/$(package).1 + dh_gconf dh_icons dh_link dh_strip
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

