[Pkg-privacy-commits] [torbrowser-launcher] 50/476: reflow text to meet vim gq standards for 2013

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit 0b2de412fceef0376396708d3ea594da1e35481e
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Mon Feb 18 01:27:21 2013 -0800

    reflow text to meet vim gq standards for 2013
---
 README | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 0e13685..787f488 100644
--- a/README
+++ b/README
@@ -1,11 +1,20 @@
 Tor Browser Launcher
 ====================
 
-Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles downloading the most recent version of TBB for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu.
+Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to
+maintain and use for GNU/Linux users. You install torbrowser-launcher from your
+distribution's package manager and it handles downloading the most recent
+version of TBB for you, in your language and for your architecture. It also
+adds a "Tor Browser" application launcher to your operating system's menu.
 
-When you first launch Tor Browser Launcher, it will download TBB from https://www.torproject.org/ and extract it in ~/.torproject, and then execute it. When you run it after that it will just execute TBB.
+When you first launch Tor Browser Launcher, it will download TBB from
+https://www.torproject.org/ and extract it in ~/.torproject, and then execute
+it. When you run it after that it will just execute TBB.
 
-Tor Browser Launcher will get updated each time a new version of TBB is released. When you open Tor Browser after an update, it will download the newer version of TBB for you and extract it over your old TBB directory in ~/.torproject, so you will maintain your TBB bookmarks. 
+Tor Browser Launcher will get updated each time a new version of TBB is
+released. When you open Tor Browser after an update, it will download the newer
+version of TBB for you and extract it over your old TBB directory in
+~/.torproject, so you will maintain your TBB bookmarks.
 
 Building a Debian package
 =========================
@@ -13,13 +22,15 @@ Building a Debian package
 Dependencies
 ------------
 
-You need to have stdeb installed. If you're using Debian or Ubuntu you can install it like this:
+You need to have stdeb installed. If you're using Debian or Ubuntu you can
+install it like this:
 
   sudo apt-get install python-stdeb
 
 Here are other things you might need:
 
-  sudo apt-get install build-essential dpkg-dev debhelper devscripts fakeroot cdbs
+  sudo apt-get install build-essential dpkg-dev debhelper devscripts fakeroot \
+                       cdbs
 
 Building
 --------
@@ -38,9 +49,11 @@ Turn it into a Debian binary package:
   cd deb_dist/torbrowser-launcher-0.1
   dpkg-buildpackage -rfakeroot -uc -us
 
-Or, to combine all those in one line:
+Or, to combine all those in one command:
 
-  python setup.py sdist; cd dist; py2dsc torbrowser-launcher-0.1.tar.gz; cd deb_dist/torbrowser-launcher-0.1; dpkg-buildpackage -rfakeroot -uc -us; cd ..
+  python setup.py sdist; cd dist; py2dsc torbrowser-launcher-0.1.tar.gz; \
+  cddeb_dist/torbrowser-launcher-0.1; dpkg-buildpackage -rfakeroot -uc -us; \
+  cd ..
 
 Installing
 ----------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list