[Pkg-privacy-commits] [torbrowser-launcher] 214/476: files necessary to build a debian package

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:38 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 717b9f45b331a744b32a59ad5e553764395694f8
Author: u <u at 451f.org>
Date:   Thu Jun 12 19:55:24 2014 +0200

    files necessary to build a debian package
---
 debian/changelog                    | 16 +++++++++++
 debian/compat                       |  1 +
 debian/control                      | 28 +++++++++++++++++++
 debian/copyright                    | 54 +++++++++++++++++++++++++++++++++++++
 debian/rules                        |  9 +++++++
 debian/source/format                |  1 +
 debian/torbrowser-launcher.1        | 13 +++++++++
 debian/torbrowser-launcher.manpages |  1 +
 debian/watch                        |  4 +++
 9 files changed, 127 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9cead4f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,16 @@
+torbrowser-launcher (0.1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload in coordination with maintainer.
+  * New upstream version. (Closes: #751284)
+  * debian/control:
+    - Added homepage, Vcs-Git and Vcs-Browser information.
+    - move to contrib (Closes: #751366)
+  * debian/watch added
+
+ -- Ulrike Uhlig <u at 451f.org>  Thu, 12 Jun 2014 16:07:28 +0200
+
+torbrowser-launcher (0.0.6-1) unstable; urgency=low
+
+  * Initial release. (Closes: #705177)
+
+ -- Jacob Appelbaum <jacob at appelbaum.net>  Sun, 02 Mar 2014 14:08:27 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..43efd86
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: torbrowser-launcher
+Maintainer: Jacob Appelbaum <jacob at appelbaum.net>
+Section: contrib/python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
+Standards-Version: 3.9.5
+Homepage: https://micahflee.com/torbrowser-launcher/
+Vcs-Git: git://github.com/micahflee/torbrowser-launcher.git
+Vcs-Browser: https://github.com/micahflee/torbrowser-launcher.git
+
+Package: torbrowser-launcher
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-psutil, python-twisted, python-lzma, python-pygame, gnupg, wmctrl
+Description: helps download, update and run the Tor Browser Bundle
+ Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier
+ to maintain and use for GNU/Linux users. torbrowser-launcher 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 ~/.torbrowser, and then execute
+ it. Each subsequent execution after installation will simply launch the most
+ recent TBB.  Tor Browser will be fetched, verified and unpacked each time a new
+ version of TBB is released. When you open Tor Browser Launcher after an update,
+ it will download the newer version of TBB for you and extract it over your old
+ TBB directory in ~/.torbrowser, so you will maintain your TBB bookmarks.
+ .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d23512f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: torbrowser-launcher
+Upstream-contact: micah at micahflee.com
+Source: https://github.com/micahflee/torbrowser-launcher
+
+Files: *
+Copyright: Copyright (c) 2013 Micah Lee <micah at micahflee.com>
+License: BSD
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: Copyright 2014 Jacob Appelbaum <jacob at appelbaum.net>
+License: BSD
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e0e64f5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Thu, 02 Jan 2014 16:09:33 -0800
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/torbrowser-launcher.1 b/debian/torbrowser-launcher.1
new file mode 100644
index 0000000..fd6b8d3
--- /dev/null
+++ b/debian/torbrowser-launcher.1
@@ -0,0 +1,13 @@
+.TH TORBROWSER-LAUNCHER 1 "MARCH 2014" Linux "User Manuals"
+.SH NAME
+torbrowser-launcher \- Tor Browser Bundle helper
+.SH SYNOPSIS
+.B torbrowser-launcher 
+.SH DESCRIPTION
+.B torbrowser-launcher
+is a tool for downloading, verifying, updating and launching the Tor Browser
+Bundle.
+.SH AUTHOR
+Manual page by Jacob Appelbaum <jacob at appelbaum dot net>
+.SH "SEE ALSO"
+.B tor(1)
diff --git a/debian/torbrowser-launcher.manpages b/debian/torbrowser-launcher.manpages
new file mode 100644
index 0000000..3592200
--- /dev/null
+++ b/debian/torbrowser-launcher.manpages
@@ -0,0 +1 @@
+debian/torbrowser-launcher.1
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..452b463
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+  https://github.com/micahflee/torbrowser-launcher/tags .*/v?(\d\S*)\.tar\.gz

-- 
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