Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust debian package creating script for launchpad.net #127

Merged
merged 1 commit into from
Aug 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
nitrokey-app (0.4) unstable; urgency=low
nitrokey-app (0.4) xenial; urgency=low

* Update to version 0.4

-- Jan Suhr <jan@nitrokey.com> Fri, 15 Jul 2016 15:22:59 +0200


nitrokey-app (0.3.2) unstable; urgency=low
nitrokey-app (0.3.2) xenial; urgency=low

* Initial release package

Expand Down
8 changes: 3 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ Source: nitrokey-app
Section: utils
Priority: optional
Maintainer: Jan Suhr <jan@nitrokey.com>
Build-Depends: debhelper (>= 9), qtcreator, qt5-default, libusb-1.0-0-dev, libgtk2.0-dev, libappindicator-dev, libnotify-dev, hardening-wrapper
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), qt5-base, libusb-1.0-0-dev, libgtk2.0-dev, libappindicator-dev, libnotify-dev
Standards-Version: 3.9.7
Homepage: https://www.nitrokey.com
#Vcs-Git: git://anonscm.debian.org/collab-maint/nitrokey-app.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/nitrokey-app.git;a=summary

Package: nitrokey-app
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0, libappindicator1, libnotify4
Depends: ${shlibs:Depends}, ${misc:Depends}, qt5-base, libusb-1.0-0, libappindicator1, libnotify4
Description: Nitrokey App for usage with Nitro Key Pro
The Nitrokey App is required for Nitrokey Pro and Nitrokey Storage.
It offers Google Authenticator compatible One-Time-Passwords and
Expand Down
2 changes: 2 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash -e

#DEBHELPER#

12 changes: 11 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export DEB_BUILD_HARDENING=1
clean:
dh_testdir
dh_testroot
qmake
make clean
dh_clean -A

Expand Down Expand Up @@ -45,4 +46,13 @@ binary:
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dh_builddeb


binary-arch: binary
binary-indep: binary

build-arch: build
build-indep: build

build: binary