Skip to content

Commit

Permalink
Merge pull request #12 from kartikm/Debian
Browse files Browse the repository at this point in the history
Debian package fixes
  • Loading branch information
LeoIannacone committed Nov 15, 2014
2 parents 7587302 + 2a1cd7a commit f2a0acd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
25 changes: 12 additions & 13 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@ Source: goopg
Section: python
Priority: extra
Maintainer: Leo Iannacone <[email protected]>
Build-Depends:
debhelper (>= 8)
, dh-buildinfo
Build-Depends: debhelper (>= 8),
dh-buildinfo,
dh-python,
python | python-all | python-dev | python-all-dev
Standards-Version: 3.9.6
Homepage: http://leoiannacone.github.io/goopg/
Vcs-Git: git://github.com/LeoIannacone/goopg.git
Vcs-Browser: https://github.com/LeoIannacone/goopg/

Package: goopg-common
Architecture: all
Depends: ${misc:Depends}
, python
, python-googleapi
, python-gflags
, python-xdg
, python-gnupg
Depends: python,
python-gflags,
python-gnupg,
python-googleapi,
python-xdg,
${misc:Depends}
Description: GPG for Gmail - common files
Goopg is a an extension for Gmail which allows one to verify and sign
emails in Gmail web page.
Expand All @@ -26,8 +27,7 @@ Description: GPG for Gmail - common files

Package: goopg-chrome
Architecture: all
Depends: ${misc:Depends}
, goopg-common (= ${binary:Version})
Depends: goopg-common (= ${binary:Version}), ${misc:Depends}
Description: GPG for Gmail - Chrome browser plugin
Goopg is a an extension for Gmail which allows one to verify and sign
emails in Gmail web page.
Expand All @@ -36,8 +36,7 @@ Description: GPG for Gmail - Chrome browser plugin

Package: goopg-chromium
Architecture: all
Depends: ${misc:Depends}
, goopg-common (= ${binary:Version})
Depends: goopg-common (= ${binary:Version}), ${misc:Depends}
Description: GPG for Gmail - Chromium browser plugin
Goopg is a an extension for Gmail which allows one to verify and sign
emails in Gmail web page.
Expand Down
1 change: 0 additions & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ License: GPL-3+
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#export DH_VERBOSE=1

%:
dh $@
dh $@ --with python2

HOST_PATH := /usr/share/goopg/chrome-main.py
EXT_ID := ifpoaednafmgolabhpjmbimllaoidelg
Expand Down

0 comments on commit f2a0acd

Please sign in to comment.