pull 1.22.2 packaging changes
This commit is contained in:
parent
97da304ea8
commit
af4e4fc90d
6 changed files with 34 additions and 12 deletions
|
@ -4,10 +4,10 @@
|
|||
# For the kio: (and kdesdk?)
|
||||
# sudo apt-get install pkg-kde-tools cdbs
|
||||
|
||||
RCLVERS=1.22.0
|
||||
RCLVERS=1.22.2
|
||||
LENSVERS=1.19.10.3543
|
||||
SCOPEVERS=1.20.2.4
|
||||
PPAVERS=3
|
||||
PPAVERS=1
|
||||
|
||||
#
|
||||
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
||||
|
@ -38,11 +38,13 @@ check_recoll_orig()
|
|||
fi
|
||||
}
|
||||
|
||||
####### QT4
|
||||
# Note: recoll 1.22+ builds on precise fail. precise stays at 1.21
|
||||
|
||||
####### QT
|
||||
debdir=debian
|
||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
||||
series="precise trusty utopic vivid wily xenial"
|
||||
series=
|
||||
series="trusty vivid wily xenial"
|
||||
#series=trusty
|
||||
|
||||
if test "X$series" != X ; then
|
||||
check_recoll_orig
|
||||
|
@ -70,7 +72,7 @@ for series in $series ; do
|
|||
done
|
||||
|
||||
### KIO
|
||||
series="precise trusty utopic vivid wily xenial"
|
||||
series="trusty vivid wily xenial"
|
||||
series=
|
||||
|
||||
debdir=debiankio
|
||||
|
@ -140,8 +142,8 @@ for series in $series ; do
|
|||
done
|
||||
|
||||
### Unity Scope
|
||||
series="trusty utopic vivid wily xenial"
|
||||
series=xenial
|
||||
series="trusty vivid wily xenial"
|
||||
series=
|
||||
|
||||
debdir=debianunityscope
|
||||
if test ! -d ${debdir}/ ; then
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
recoll (1.22.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Packaging fixes.
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Tue, 16 Jun 2016 09:11:00 +0200
|
||||
|
||||
recoll (1.22.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Fixed two GUI crashes
|
||||
* Small other fixes
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Tue, 14 Jun 2016 17:31:00 +0200
|
||||
|
||||
recoll (1.22.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* New build based on autotools
|
||||
|
|
|
@ -22,9 +22,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/recoll.git;a=summa
|
|||
Package: recoll
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, python
|
||||
Recommends: python-recoll, aspell, xdg-utils, xsltproc
|
||||
Recommends: python-recoll, aspell, xdg-utils, xsltproc,
|
||||
python-libxml2, python-libxslt1
|
||||
Suggests: antiword,
|
||||
catdoc,
|
||||
ghostscript,
|
||||
libimage-exiftool-perl,
|
||||
poppler-utils,
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
kio-recoll (1.22.2-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* No changes specific to the KIO, just use the 1.22 lib.
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Tue, 15 Jun 2016 09:57:00 +0200
|
||||
|
||||
kio-recoll (1.21.0-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* No changes specific to the KIO, just use the 1.21 lib.
|
||||
|
|
|
@ -4,6 +4,7 @@ Priority: extra
|
|||
Maintainer: Jean-Francois Dockes <jfd@recoll.org>
|
||||
Build-Depends: cdbs,
|
||||
cmake,
|
||||
libtool,
|
||||
debhelper (>= 7),
|
||||
bison,
|
||||
kdelibs5-dev (>= 4:4.2.2),
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
|
||||
|
||||
DEB_SRCDIR = kde/kioslave/kio_recoll
|
||||
DEB_SRCDIR = kde/kioslave/kio_recoll-kde4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue