set linker flags in rules -Wl,--as-needed
clean up control watchfile fixed
This commit is contained in:
parent
d8b765d6b1
commit
15f6ac5ba9
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
lximage-qt (0.4.0-1) experimental; urgency=low
|
lximage-qt (0.4.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
55
debian/control
vendored
55
debian/control
vendored
@ -1,36 +1,31 @@
|
|||||||
Source: lximage-qt
|
Source: lximage-qt
|
||||||
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
|
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
||||||
|
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
Build-Depends: debhelper (>= 9),
|
||||||
Uploaders:
|
cmake (>= 3.0.2),
|
||||||
Alf Gaida <agaida@siduction.org>,
|
libexif-dev,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
libglib2.0-dev,
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
libfm-dev,
|
||||||
Build-Depends:
|
libfm-qt5-dev (>= 0.9.0),
|
||||||
cmake (>= 3.0.2),
|
libqt5x11extras5-dev (>= 5.3),
|
||||||
debhelper (>= 9),
|
libx11-dev,
|
||||||
libexif-dev,
|
libxfixes-dev,
|
||||||
libglib2.0-dev,
|
pkg-config,
|
||||||
libfm-dev,
|
qttools5-dev (>= 5.3),
|
||||||
libfm-qt5-dev (>= 0.9.0),
|
qttools5-dev-tools (>= 5.3),
|
||||||
libqt5x11extras5-dev (>= 5.3),
|
|
||||||
libx11-dev,
|
|
||||||
libxfixes-dev,
|
|
||||||
pkg-config,
|
|
||||||
qttools5-dev (>= 5.3),
|
|
||||||
qttools5-dev-tools (>= 5.3),
|
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/lxde/lximage-qt
|
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lximage-qt.git
|
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lximage-qt.git
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lximage-qt.git
|
||||||
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lximage-qt.git
|
||||||
|
Homepage: https://github.com/lxde/lximage-qt
|
||||||
|
|
||||||
Package: lximage-qt
|
Package: lximage-qt
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Breaks:lximage-qt5 (<< 0.4.0)
|
Depends: ${misc:Depends},
|
||||||
Replaces: lximage-qt5 (<< 0.4.0)
|
${shlibs:Depends},
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
|
||||||
Description: Image viewer for LXQt
|
Description: Image viewer for LXQt
|
||||||
lximage-qt is a simple image viewer for LXQt.
|
lximage-qt is a simple image viewer for LXQt.
|
||||||
.
|
.
|
||||||
@ -40,14 +35,10 @@ Package: lximage-qt-dbg
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Breaks: lximage-qt5-dbg (<< 0.4.0)
|
Depends: ${shlibs:Depends},
|
||||||
Replaces: lximage-qt5-dbg (<< 0.4.0)
|
${misc:Depends},
|
||||||
Depends:
|
lximage-qt (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
lximage-qt (= ${binary:Version}),
|
|
||||||
Description: Debug package for lximage-qt
|
Description: Debug package for lximage-qt
|
||||||
lximage-qt is a simple image viewer for LXQt.
|
lximage-qt is a simple image viewer for LXQt.
|
||||||
.
|
.
|
||||||
This package contain debugging symbols.
|
This package contain debugging symbols.
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -0,0 +1,2 @@
|
|||||||
|
version=3
|
||||||
|
https://github.com/lxde/lximage-qt/releases .*/([\d\.]+).tar.gz
|
Loading…
x
Reference in New Issue
Block a user