new release
fixed debian $foo drop patches add source options
This commit is contained in:
parent
2b8ae3a05d
commit
53ecca0580
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ lxqt-panel/panel/lxqt-panel
|
||||
CMakeLists.txt.user*
|
||||
/build
|
||||
nbproject/
|
||||
/test
|
||||
|
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,16 +1,4 @@
|
||||
lxqt-about (0.8.0-1) unstable; urgency=medium
|
||||
|
||||
* Imported Upstream version 0.8.0
|
||||
* Min Qt version 5.3.2
|
||||
* Minliblxqt-qt5-0-dev version 0.8.0
|
||||
* bump standards to 3.9.6
|
||||
* patch desktop file with registered categories
|
||||
* override warning about missed man-page, as lxqt-about will never have
|
||||
a manpage
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Fri, 17 Oct 2014 23:09:28 +0200
|
||||
|
||||
lxqt-about (0.7.96-1) unstable; urgency=medium
|
||||
lxqt-about (0.9.0-1) experimental; urgency=low
|
||||
|
||||
* Initial release (Closes: #747600, #765768)
|
||||
|
||||
|
27
debian/control
vendored
27
debian/control
vendored
@ -1,13 +1,16 @@
|
||||
Source: lxqt-about
|
||||
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.5.0),
|
||||
liblxqt0-dev (>= 0.9.0),
|
||||
libqt5x11extras5-dev (>= 5.3.2),
|
||||
libqt5xdg-dev (>= 1.0.0),
|
||||
qttools5-dev (>= 5.3.2),
|
||||
@ -17,12 +20,10 @@ Homepage: https://github.com/lxde/lxqt-about
|
||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-about.git
|
||||
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-about.git;a=summary
|
||||
|
||||
Package: lxqt-about-qt5
|
||||
Package: lxqt-about
|
||||
Architecture: any
|
||||
Breaks:
|
||||
lxqt-about,
|
||||
Replaces:
|
||||
lxqt-about,
|
||||
Breaks: lxqt-about-qt5 (<< 0.9.0)
|
||||
Replaces: lxqt-about-qt5 (<< 0.9.0)
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
@ -30,3 +31,13 @@ Description: About screen for LXQt
|
||||
The about screen for LXQt
|
||||
.
|
||||
This package contain the LXQt about screen.
|
||||
|
||||
# ---- to be removed in 2016 ----
|
||||
|
||||
Package: lxqt-about-qt5
|
||||
Depends: lxqt-about, ${misc:Depends}
|
||||
Priority: extra
|
||||
Section: oldlibs
|
||||
Architecture: all
|
||||
Description: lxqt-about transitional package
|
||||
Empty package to facilitate upgrades, can be safely removed.
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,13 +3,13 @@ Upstream-Name: lxqt-about
|
||||
Source: https://github.com/lxde/lxqt-about
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2014 LXQt team
|
||||
Copyright: 2012-2015 LXQt team
|
||||
2010-2012 Razor team
|
||||
2010-2014 Petr Vanek <petr@scribus.info>
|
||||
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+
|
||||
|
2
debian/lintian-overrides
vendored
2
debian/lintian-overrides
vendored
@ -1,2 +1,2 @@
|
||||
# lxqt-about will never have a man-page
|
||||
lxqt-about-qt5: binary-without-manpage usr/bin/lxqt-about
|
||||
lxqt-about: binary-without-manpage usr/bin/lxqt-about
|
||||
|
18
debian/patches/lxqt-about.desktop.patch
vendored
18
debian/patches/lxqt-about.desktop.patch
vendored
@ -1,18 +0,0 @@
|
||||
Description: Categories and OnlyShowIn fixed
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
|
||||
---
|
||||
Last-Update: 2014-10-17
|
||||
|
||||
--- lxqt-about-0.8.0.orig/resources/lxqt-about.desktop.in
|
||||
+++ lxqt-about-0.8.0/resources/lxqt-about.desktop.in
|
||||
@@ -5,7 +5,7 @@ GenericName=About LXQt
|
||||
Comment=Learn more about LXQt
|
||||
Exec=lxqt-about
|
||||
Icon=help-about
|
||||
-Categories=Help;LXQt
|
||||
-OnlyShowIn=LXQt;LXDE;
|
||||
+Categories=Settings;Documentation;Qt;
|
||||
+OnlyShowIn=LXQt;
|
||||
|
||||
#TRANSLATIONS_DIR=translations
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
||||
lxqt-about.desktop.patch
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export USE_QT5=1
|
||||
|
||||
|
||||
%:
|
||||
|
2
debian/source/options
vendored
Normal file
2
debian/source/options
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
tar-ignore=.gitignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user