--- torbutton-1.2.0/debian/changelog 2009-06-01 10:52:34.000000000 -0400 +++ torbutton-1.2.1/debian/changelog 2009-06-01 10:52:35.000000000 -0400 @@ -1,3 +1,35 @@ +torbutton (1.2.1-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable (LP: #382433), remaining changes: + - debian/control: + + Binary package name becomes 'torbutton-extension' + + Depend on firefox or abrowser, not iceweasel + + Change references in Description to firefox, not iceweasel + - debian/iceweasel-torbutton.dirs, debian/iceweasel-torbutton.install, + debian/iceweasel-torbutton.links: + + Install into firefox extensions directories + + Rename to the new binary package schema (torbutton-extension.*) + + -- Michael Terry Mon, 01 Jun 2009 10:42:21 -0400 + +torbutton (1.2.1-1) unstable; urgency=low + + * New upstream version: + - do not resize window when it's maximized, full screen, + ratpoisioned/evilwmed, or minimized. (Closes: #525177) + * Add a README.privoxy with simple instructions on why and how to use + Privoxy. Most of it has been take from the tor package and was written by + Peter Palfrader. (Closes: #525178) + * As Privoxy in Debian binds on "localhost", defaults Torbutton to use + "localhost" instead of "127.0.0.1"; fixing issues when IPv6 is enabled. + (Closes: #518371) + * Update Homepage. + * Bump Standards-Version to 3.8.1, no changes required. + * Update Vcs-* field and document Git usage in README.source. + * Add pkg-mozext to Uploaders. + + -- Jérémy Bobbio Sat, 16 May 2009 21:32:48 +0200 + torbutton (1.2.0-1ubuntu1) intrepid; urgency=low [ David Futcher and Sveinung Kvilhaugsvik ] @@ -129,3 +161,4 @@ * Initial release. (Closes: #421107) -- Jérémy Bobbio Thu, 26 Apr 2007 16:28:58 +0200 + --- torbutton-1.2.0/debian/control 2009-06-01 10:52:34.000000000 -0400 +++ torbutton-1.2.1/debian/control 2009-06-01 10:52:35.000000000 -0400 @@ -3,11 +3,12 @@ Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Jérémy Bobbio +Uploaders: Debian Mozilla Extension Maintainers Build-Depends: debhelper (>= 5.0.0) -Standards-Version: 3.8.0 -Homepage: https://torbutton.torproject.org/dev/ -XS-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/torbutton/trunk -XS-Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/torbutton/trunk +Standards-Version: 3.8.1 +Homepage: https://www.torproject.org/torbutton/ +Vcs-Git: git://git.debian.org/pkg-mozext/torbutton.git +Vcs-Browser: http://git.debian.org/?p=pkg-mozext/torbutton.git Package: torbutton-extension Architecture: all --- torbutton-1.2.0/debian/README.privoxy 1969-12-31 19:00:00.000000000 -0500 +++ torbutton-1.2.1/debian/README.privoxy 2009-06-01 10:52:35.000000000 -0400 @@ -0,0 +1,17 @@ +Tor only provides TCP layer anonymity. It does not do any protocol +cleaning, so if you are going to browse the web you still give away a +lot of information to servers. + +The privoxy package provides a privacy enhancing HTTP proxy, which +is good at filtering headers, cookies, and much more. To view the +description of the Debian privoxy package just run "apt-cache show +privoxy". Please refer to the privoxy documentation for more details. + +In order to use privoxy over tor, add the following line to your +privoxy configuration file: + forward-socks4a / localhost:9050 . +(the dot is important) + +Torbutton is configured to use Privoxy by default. If you choose to use +Tor directly (which is not recommended), you can uncheck "Use Privoxy" +in the preferences. --- torbutton-1.2.0/debian/README.source 2009-06-01 10:52:34.000000000 -0400 +++ torbutton-1.2.1/debian/README.source 2009-06-01 10:52:35.000000000 -0400 @@ -11,3 +11,8 @@ The tag used to retrieve the release is taken directly from the upstream part of the last debian/changelog entry, with any '~' (tilde) removed in order to play nicely with "rc" releases. + + +torbutton is managed in a Git repository using git-buildpackage (with +pristine-tar). It follows most of the advice provided by Russ Allbery at: +http://www.eyrie.org/~eagle/notes/debian/git.html --- torbutton-1.2.0/debian/rules 2009-06-01 10:52:34.000000000 -0400 +++ torbutton-1.2.1/debian/rules 2009-06-01 10:52:35.000000000 -0400 @@ -27,7 +27,7 @@ dh_testdir dh_testroot dh_installchangelogs src/CHANGELOG - dh_installdocs README + dh_installdocs README debian/README.privoxy dh_compress dh_fixperms dh_installdeb