switch to siduction packaging

ubuntu/disco
Alf Gaida 9 years ago
parent e5c733ff10
commit db05b14235

4
debian/changelog vendored

@ -1,5 +1,5 @@
lximage-qt (0.0.1-1~ppa1) raring; urgency=low
lximage-qt (0.4.0) experimental; urgency=low
* Initial release
-- Julien Lavergne <gilir@ubuntu.com> Sun, 11 Nov 2012 00:24:51 +0100
-- Alf Gaida <agaida@siduction.org> Mon, 24 Feb 2014 23:41:30 +0100

77
debian/control vendored

@ -1,29 +1,70 @@
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
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9),
pkg-config,
libx11-dev,
libglib2.0-dev,
libexif-dev,
libfm-dev,
libxfixes-dev,
libfm-qt5-dev (>= 0.9.0),
libqt5x11extras5-dev (>= 5.3),
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
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
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.
Breaks:lximage-qt5 (<< 0.4.0)
Replaces: lximage-qt5 (<< 0.4.0)
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Image viewer for LXQt
lximage-qt is a simple image viewer for LXQt.
.
This package contain the program files.
Package: lximage-qt-dbg
Architecture: any
Section: debug
Depends: lximage-qt (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Priority: extra
Breaks: lximage-qt5-dbg (<< 0.4.0)
Replaces: lximage-qt5-dbg (<< 0.4.0)
Depends:
${shlibs:Depends},
${misc:Depends},
lximage-qt (= ${binary:Version}),
Description: Debug package for lximage-qt
This package containes debug symbols.
lximage-qt is a simple image viewer for LXQt.
.
This package contain debugging symbols.
# ---- to be removed in 2016 ----
Package: lximage-qt5
Depends: lximage-qt, ${misc:Depends}
Priority: extra
Section: oldlibs
Architecture: all
Description: lximage-qt transitional package
Empty package to facilitate upgrades, can be safely removed.
Package: lximage-qt5-dbg
Depends: lximage-qt-dbg, ${misc:Depends}
Priority: extra
Section: oldlibs
Architecture: all
Description: lximage-qt transitional package (dbg)
Empty package to facilitate upgrades, can be safely removed.

38
debian/copyright vendored

@ -0,0 +1,38 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lximage-qt
Source: https://github.com/lxde/lximage-qt
Files: *
Copyright: 2013-2015 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
License: GPL-2.0 and LGPL-2.1+
Files: debian/*
Copyright: 2014-2015 Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+
License: LGPL-2.1+
This program or library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
On Debian systems, the complete text of the GNU Lesser General
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: GPL-2.0
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 2 of the License.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in "/usr/share/common-licenses/GPL-2".

2
debian/docs vendored

@ -0,0 +1,2 @@
AUTHORS
README.md

@ -1 +0,0 @@
usr/

12
debian/rules vendored

@ -1,17 +1,13 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
%:
dh $@
configure_flags += \
-DCMAKE_INSTALL_PREFIX="/usr"
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_configure:
dh_auto_configure -- $(configure_flags)
override_dh_install:
dh_install --fail-missing
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lximage-qt
override_dh_strip:
dh_strip --dbg-package=lximage-qt-dbg

Loading…
Cancel
Save