parent
406bbcfe9b
commit
e5c733ff10
@ -0,0 +1,5 @@
|
||||
lximage-qt (0.0.1-1~ppa1) raring; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 11 Nov 2012 00:24:51 +0100
|
@ -0,0 +1 @@
|
||||
9
|
@ -0,0 +1,29 @@
|
||||
Source: lximage-qt
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Julien Lavergne <gilir@ubuntu.com>
|
||||
Build-Depends: debhelper (>= 9~)
|
||||
, cmake
|
||||
, libqt4-dev
|
||||
, libx11-dev
|
||||
, libglib2.0-dev
|
||||
, libexif-dev
|
||||
, libfm-qt-dev
|
||||
, libfm-dev
|
||||
Standards-Version: 3.9.3
|
||||
|
||||
Package: lximage-qt
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Description: Image viewer in Qt for LXDE
|
||||
lximage-qt is a simple image viewer in Qt for LXDE.
|
||||
|
||||
Package: lximage-qt-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Depends: lximage-qt (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: Debug package for lximage-qt
|
||||
This package containes debug symbols.
|
@ -0,0 +1 @@
|
||||
usr/
|
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
configure_flags += \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr"
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- $(configure_flags)
|
||||
|
||||
override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lximage-qt-dbg
|
@ -0,0 +1 @@
|
||||
3.0 (native)
|
@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue