new relaese 0.9.0

fixed debian $foo
added source/options
ubuntu/cosmic
Alf Gaida 9 years ago committed by Andrew Lee (李健秋)
parent e20445f5fd
commit d71f3235f3

1
.gitignore vendored

@ -0,0 +1 @@
/test

14
debian/changelog vendored

@ -1,15 +1,5 @@
lxqt-openssh-askpass (0.8.0-1) unstable; urgency=medium
* Upstream version 0.8.0
* Min liblxqt-qt5-0-dev version 0.8.0
* Min Qt version 5.3.2
* bump standards to 3.9.6
* lintian-override for manpage warning added
-- Alf Gaida <agaida@siduction.org> Sun, 19 Oct 2014 01:26:02 +0200
lxqt-openssh-askpass (0.7.96-1) unstable; urgency=low
lxqt-openssh-askpass (0.9.0-1) experimental; urgency=low
* Initial release (Closes: #747603)
-- Alf Gaida <agaida@siduction.org> Wed, 10 Sep 2014 01:40:58 +0200
-- Alf Gaida <agaida@siduction.org> Sun, 15 Feb 2015 03:43:35 +0100

40
debian/control vendored

@ -1,13 +1,16 @@
Source: lxqt-openssh-askpass
Section: x11
Priority: optional
Maintainer: Alf Gaida <agaida@siduction.org>
Maintainer: Debian LXQt Maintainers <lxqt-debian@lists.lxde.org>
Uploaders:
Alf Gaida <agaida@siduction.org>
Build-Depends:
cmake,
cmake (>= 3.0.2),
debhelper (>= 9),
libx11-dev,
pkg-config,
liblxqt-qt5-0-dev (>= 0.8.0),
libkf5windowsystem-dev (>= 5.4.0),
liblxqt0-dev (>= 0.9.0),
libqt5x11extras5-dev (>= 5.3.2),
libqt5xdg-dev (>= 1.0.0),
qttools5-dev (>= 5.3.2),
@ -17,12 +20,9 @@ Homepage: https://github.com/lxde/lxqt-openssh-askpass
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-openssh-askpass.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-openssh-askpass.git;a=summary
Package: lxqt-openssh-askpass-qt5
Package: lxqt-openssh-askpass
Architecture: any
Breaks:
lxqt-openssh-askpass,
Replaces:
lxqt-openssh-askpass,
Replaces: lxqt-openssh-askpass-qt5
Depends:
${misc:Depends},
${shlibs:Depends},
@ -31,14 +31,34 @@ Description: OpenSSH user/password GUI dialog for LXQt (app)
.
This package contain OpenSSH user/password GUI dialog for LXQt.
Package: lxqt-openssh-askpass-qt5-dbg
Package: lxqt-openssh-askpass-dbg
Architecture: any
Section: debug
Priority: extra
Replaces: lxqt-openssh-askpass-qt5-dbg
Depends:
${misc:Depends},
lxqt-openssh-askpass-qt5 (= ${binary:Version}),
lxqt-openssh-askpass (= ${binary:Version}),
Description: OpenSSH user/password GUI dialog for LXQt (debug symbols)
OpenSSH user/password GUI dialog for LXQt
.
This package contain the debugging symbols.
# ---- to be removed in 2016 ----
Package: lxqt-openssh-askpass-qt5
Depends: lxqt-openssh-askpass, ${misc:Depends}
Priority: extra
Section: oldlibs
Architecture: all
Description: lxqt-openssh-askpass transitional package
Empty package to facilitate upgrades, can be safely removed.
Package: lxqt-openssh-askpass-qt5-dbg
Depends: lxqt-openssh-askpass-dbg, , ${misc:Depends}
Priority: extra
Section: oldlibs
Architecture: all
Description: lxqt-openssh-askpass transitional package (dbg)
Empty package to facilitate upgrades, can be safely removed.

4
debian/copyright vendored

@ -3,12 +3,12 @@ Upstream-Name: lxqt-openssh-askpass
Source: https://github.com/lxde/lxqt-openssh-askpass
Files: *
Copyright: 2012-2014 LXQt team
Copyright: 2012-2015 LXQt team
2010-2012 Razor team
License: GPL-2.0+ and LGPL-2.1+
Files: debian/*
Copyright: 2014 Alf Gaida <agaida@siduction.org>
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+
License: GPL-2.0+

@ -1,3 +1,3 @@
# there will be no manpage in foreseable future
lxqt-openssh-askpass-qt5: binary-without-manpage usr/bin/lxqt-openssh-askpass
lxqt-openssh-askpass: binary-without-manpage usr/bin/lxqt-openssh-askpass

6
debian/rules vendored

@ -1,7 +1,5 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
export USE_QT5=1
%:
@ -9,8 +7,8 @@ export USE_QT5=1
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-openssh-askpass-qt5
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-openssh-askpass
override_dh_strip:
dh_strip --dbg-package=lxqt-openssh-askpass-qt5-dbg
dh_strip --dbg-package=lxqt-openssh-askpass-dbg

@ -0,0 +1,2 @@
tar-ignore=.gitignore
Loading…
Cancel
Save