[Pkg-privacy-commits] [torbrowser-launcher] 05/476: making changes so building into a deb works better
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:17 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 7396c069a1e667eaf5a271916da6548f4b20e388
Author: Micah Lee <micahflee at riseup.net>
Date: Wed Feb 6 23:33:20 2013 -0800
making changes so building into a deb works better
---
.gitignore | 4 ++++
setup.py | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index d2d6f36..990f40d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
*.egg
*.egg-info
dist
+deb_dist
build
eggs
parts
@@ -33,3 +34,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
+
+# vim
+*.swp
diff --git a/setup.py b/setup.py
index a0f841e..d4bbf46 100644
--- a/setup.py
+++ b/setup.py
@@ -19,5 +19,5 @@ Tor Browser Launcher will get updated each time a new version of TBB is released
scripts=['torbrowser-launcher'],
data_files=[('/usr/share/applications', ['misc/torbrowser.desktop']),
- ('/usr/share/pixmaps', ['misc/*.xpm'])]
+ ('/usr/share/pixmaps', ['misc/torbrowser32.xpm', 'misc/torbrowser80.xpm'])]
)
--
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