2007-01-12 comments
This commit is contained in:
parent
70ef9f33a2
commit
5446b0cf54
@ -1,4 +1,4 @@
|
|||||||
recoll (1.7.4-1) unstable; urgency=low
|
recoll (1.7.5-1) feisty; urgency=low
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ Source: recoll
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
|
Maintainer: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
|
||||||
Build-Depends: debhelper (>= 5), autotools-dev, libqt3-mt-dev, qt3-dev-tools, libqt3-headers, libxapian-dev
|
Build-Depends: debhelper (>= 5), libqt3-mt-dev, qt3-dev-tools, libqt3-headers, libxapian-dev
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: recoll
|
Package: recoll
|
||||||
|
|||||||
@ -28,3 +28,86 @@ Public License can be found in `/usr/share/common-licenses/GPL'.
|
|||||||
|
|
||||||
The Debian packaging is (C) 2007, Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> and
|
The Debian packaging is (C) 2007, Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> and
|
||||||
is licensed under the GPL, see above.
|
is licensed under the GPL, see above.
|
||||||
|
|
||||||
|
Portions of the software are:
|
||||||
|
|
||||||
|
Copyright (C) 2001-2002 by Kevin Atkinson under the GNU LGPL:
|
||||||
|
/* This file is part of The New Aspell
|
||||||
|
* Copyright (C) 2001-2002 by Kevin Atkinson under the GNU LGPL
|
||||||
|
* license version 2.0 or 2.1. You should have received a copy of the
|
||||||
|
* LGPL license along with this library if you did not you can find it
|
||||||
|
* at http://www.gnu.org/.
|
||||||
|
|
||||||
|
On Debian systems, the complete text of the GNU LGPL
|
||||||
|
can be found in `/usr/share/common-licenses/LGPL-2'.
|
||||||
|
|
||||||
|
|
||||||
|
Copyright 2002-2005 Andreas Aardal Hanssen
|
||||||
|
Copyright (C) 2000-2004 Mikio Hirabayashi
|
||||||
|
Copyright 1999,2000,2001 BrightStation PLC
|
||||||
|
Copyright 2001 Ananova Ltd
|
||||||
|
Copyright 2002 Olly Betts
|
||||||
|
Copyright (C) 2000, 2001, 2002 Loic Dachary <loic@senga.org>
|
||||||
|
- GPL V2 or later, same license text as above
|
||||||
|
|
||||||
|
Copyright (c) 1991-2004 Unicode, Inc.
|
||||||
|
|
||||||
|
COPYRIGHT AND PERMISSION NOTICE
|
||||||
|
|
||||||
|
Copyright © 1991-2006 Unicode, Inc. All rights reserved. Distributed under
|
||||||
|
the Terms of Use in http://www.unicode.org/copyright.html.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
copy of the Unicode data files and any associated documentation (the "Data
|
||||||
|
Files") or Unicode software and any associated documentation (the
|
||||||
|
"Software") to deal in the Data Files or Software without restriction,
|
||||||
|
including without limitation the rights to use, copy, modify, merge,
|
||||||
|
publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||||
|
to permit persons to whom the Data Files or Software are furnished to do
|
||||||
|
so, provided that (a) the above copyright notice(s) and this permission
|
||||||
|
notice appear with all copies of the Data Files or Software, (b) both the
|
||||||
|
above copyright notice(s) and this permission notice appear in associated
|
||||||
|
documentation, and (c) there is clear notice in each modified Data File or
|
||||||
|
in the Software as well as in the documentation associated with the Data
|
||||||
|
File(s) or Software that the data or software has been modified.
|
||||||
|
|
||||||
|
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||||
|
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||||
|
THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||||
|
INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||||
|
CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
|
||||||
|
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
||||||
|
|
||||||
|
Except as contained in this notice, the name of a copyright holder shall
|
||||||
|
not be used in advertising or otherwise to promote the sale, use or other
|
||||||
|
dealings in these Data Files or Software without prior written
|
||||||
|
authorization of the copyright holder.
|
||||||
|
|
||||||
|
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
|
||||||
|
/*
|
||||||
|
* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
|
||||||
|
*
|
||||||
|
* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
|
||||||
|
* rights reserved.
|
||||||
|
*
|
||||||
|
* License to copy and use this software is granted provided that it
|
||||||
|
* is identified as the "RSA Data Security, Inc. MD5 Message-Digest
|
||||||
|
* Algorithm" in all material mentioning or referencing this software
|
||||||
|
* or this function.
|
||||||
|
*
|
||||||
|
* License is also granted to make and use derivative works provided
|
||||||
|
* that such works are identified as "derived from the RSA Data
|
||||||
|
* Security, Inc. MD5 Message-Digest Algorithm" in all material
|
||||||
|
* mentioning or referencing the derived work.
|
||||||
|
*
|
||||||
|
* RSA Data Security, Inc. makes no representations concerning either
|
||||||
|
* the merchantability of this software or the suitability of this
|
||||||
|
* software for any particular purpose. It is provided "as is"
|
||||||
|
* without express or implied warranty of any kind.
|
||||||
|
*
|
||||||
|
* These notices must be retained in any copies of any part of this
|
||||||
|
* documentation and/or software.
|
||||||
|
*/
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
doc/man/recoll.1
|
|
||||||
doc/man/recoll.conf.5
|
|
||||||
doc/man/recollindex.1
|
|
||||||
@ -37,41 +37,22 @@ config.status: configure
|
|||||||
|
|
||||||
|
|
||||||
#Architecture
|
#Architecture
|
||||||
build: build-arch build-indep
|
build: build-arch
|
||||||
|
|
||||||
build-arch: build-arch-stamp
|
build-arch: build-arch-stamp
|
||||||
build-arch-stamp: config.status
|
build-arch-stamp: config.status
|
||||||
$(MAKE) static
|
$(MAKE)
|
||||||
touch $@
|
|
||||||
|
|
||||||
build-indep: build-indep-stamp
|
|
||||||
build-indep-stamp: config.status
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
|
rm -f build-arch-stamp #CONFIGURE-STAMP#
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
-$(MAKE) distclean
|
-$(MAKE) distclean
|
||||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
|
||||||
cp -f /usr/share/misc/config.sub config.sub
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
|
||||||
cp -f /usr/share/misc/config.guess config.guess
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
install: install-indep install-arch
|
install: install-arch
|
||||||
install-indep:
|
|
||||||
dh_testdir
|
|
||||||
dh_testroot
|
|
||||||
dh_clean -k -i
|
|
||||||
dh_installdirs -i
|
|
||||||
dh_install -i
|
|
||||||
|
|
||||||
install-arch:
|
install-arch:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
@ -101,13 +82,10 @@ binary-common:
|
|||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
# Build architecture independant packages using the common target.
|
|
||||||
binary-indep: build-indep install-indep
|
|
||||||
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
|
|
||||||
|
|
||||||
# Build architecture dependant packages using the common target.
|
# Build architecture dependant packages using the common target.
|
||||||
binary-arch: build-arch install-arch
|
binary-arch: build-arch install-arch
|
||||||
$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
|
$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
|
||||||
|
|
||||||
binary: binary-arch binary-indep
|
binary: binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch
|
.PHONY: build clean binary-arch binary install install-arch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user