debian/0000755000000000000000000000000011601366003007162 5ustar debian/changelog0000644000000000000000000000466211601365752011056 0ustar kolabadmin (0.0.20080222-4) unstable; urgency=low * Fix "FTBFS: g++: error: unrecognized option '--no-add-needed'" thanks to Ilya Barygin on Ubuntu (Closes: #628260) * Updated Standards-Version to 3.9.2: no changes * Switch to dpkg-source 3.0 (quilt) format, removed quilt dep and deleted unneeded debian/README.source * New 20_spelling-error.diff: dont -> don't * Override lintian debian-watch-file-is-missing, as upstream is unreachable -- Mathieu Parent Sat, 25 Jun 2011 16:08:40 +0200 kolabadmin (0.0.20080222-3) unstable; urgency=low * Updated Standards-Version to 3.8.3: no changes * Change my email address, as I am now Debian developer * Added patch management with quilt * New 10_no-add-needed.diff: Explicitly link with library crypto, add "-Wl --no-add-needed" to fix "FTBFS with binutils-gold" (Closes: #555022) -- Mathieu Parent Wed, 11 Nov 2009 19:11:58 +0100 kolabadmin (0.0.20080222-2) unstable; urgency=low * Added me to uploaders * Bump Standards-Version to 3.8.2: no changes * Updated debian/copyright -- Mathieu Parent Tue, 14 Jul 2009 17:32:43 +0200 kolabadmin (0.0.20080222-1) unstable; urgency=low [ Peter Eisentraut ] * New upstream release - Fixes compilation with GCC 4.3 (closes: #417300) * Added Homepage control field * Removed generic Kolab part from package description * Updated standards version * Changed control fields XS-Vcs-* to Vcs-* [ Steffen Joeris ] * change my maintainer address -- Peter Eisentraut Sat, 23 Feb 2008 11:50:53 +0100 kolabadmin (0.0.20061103-1) unstable; urgency=low * New upstream release -- Peter Eisentraut Mon, 6 Nov 2006 14:32:29 +0100 kolabadmin (0.0.20060905-1) unstable; urgency=low * New upstream release * install target was fixed, so workaround removed * Added XS-X-Vcs-Svn field -- Peter Eisentraut Wed, 25 Oct 2006 19:07:11 +0200 kolabadmin (0.0.20060629-1) unstable; urgency=low * New upstream release * Use cdbs qmake class * Improved package description * Changed priority to extra for policy conformance * Added man page -- Peter Eisentraut Wed, 23 Aug 2006 13:01:54 +0200 kolabadmin (0.0.20060614-1) unstable; urgency=low * Initial release (Closes: #372930) -- Steffen Joeris Thu, 22 Jun 2006 16:51:03 +0200 debian/compat0000644000000000000000000000000211540713572010371 0ustar 5 debian/source.lintian-overrides0000644000000000000000000000006011601365226014044 0ustar kolabadmin source: debian-watch-file-is-missing debian/control0000644000000000000000000000146711601363024010575 0ustar Source: kolabadmin Section: admin Priority: extra Maintainer: Debian Kolab Maintainers Uploaders: Noèl Köthe , Steffen Joeris , Mathieu Parent Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5), libqt4-dev, libldap2-dev, libssl-dev Standards-Version: 3.9.2 Homepage: http://wgess16.dyndns.org/~tobias/qt/kolabadmin/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-kolab/kolabadmin/trunk/ Vcs-Svn: svn://svn.debian.org/pkg-kolab/kolabadmin/trunk/ Package: kolabadmin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Kolab administration tool This program is a graphical administration tool for the Kolab groupware server. It connects directly to the LDAP database and can be run from every system. debian/kolabadmin.10000644000000000000000000000043611540713572011361 0ustar .TH KOLABADMIN 1 2006-08-23 Kolab .SH NAME kolabadmin \- Kolab administration tool .SH SYNOPSIS \fBkolabadmin\fR .SH DESCRIPTION This program is a graphical administration tool for the Kolab groupware server. It connects directly to the LDAP database and can be run from every system. debian/svn-deblayout0000644000000000000000000000005411540713572011711 0ustar origDir=../upstream buildArea=../build-area debian/copyright0000644000000000000000000000257311540713572011135 0ustar This package was debianized: by Steffen Joeris on Tue, 13 Jun 2006 12:40:11 +0200. It was downloaded from: http://wgess16.dyndns.org/~tobias/qt/kolabadmin/ Upstream Author: Tobias Koenig Copyright: 2006 Tobias Koenig Aaron Seigo License: 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; either version 2 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 General Public License for more details. The Debian packaging is: Copyright (C) 2006, Steffen Joeris and is licensed under the GPL version 2 or (at your option) any later version, see above. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The used pixmaps are provided by the KDE project and licensed under the LGPL. On Debian systems, the complete text of the GNU Lesser General Public License version 2 can be found in `/usr/share/common-licenses/LGPL-2'. debian/patches/0000755000000000000000000000000011601366003010611 5ustar debian/patches/series0000644000000000000000000000005511601364470012034 0ustar 10_no-add-needed.diff 20_spelling-error.diff debian/patches/20_spelling-error.diff0000644000000000000000000000113611601364507014720 0ustar Goal: Correct spelling error Author: Mathieu Parent Upstream status: Upstream unreachable Index: b/passwordfield.cpp =================================================================== --- a/passwordfield.cpp 2011-06-25 15:49:30.000000000 +0200 +++ b/passwordfield.cpp 2011-06-25 15:49:53.000000000 +0200 @@ -62,7 +62,7 @@ if ( state == PagePolicy::Add || state == PagePolicy::Modify ) { if ( mPassword->text() != mPasswordVerify->text() ) { - msg = tr( "Passwords dont match" ); + msg = tr( "Passwords don't match" ); return false; } } debian/patches/10_no-add-needed.diff0000644000000000000000000000114211601361742014332 0ustar Goal: Explicitly link with library crypto, add -Wl --no-add-needed See binutils-gold/indirect linking http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking Author: Mathieu Parent Upstream status: Upstream unreachable Index: b/kolabadmin.pro =================================================================== --- a/kolabadmin.pro +++ b/kolabadmin.pro @@ -92,7 +92,8 @@ RESOURCES = application.qrc -LIBS += -lldap -lssl +QMAKE_LFLAGS += -Wl,--no-add-needed +LIBS += -lldap -lssl -lcrypto DEFINES += LDAP_DEPRECATED debian/rules0000755000000000000000000000026311601363007010244 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk QMAKE = qmake-qt4 DEB_INSTALL_MANPAGES_kolabadmin = debian/kolabadmin.1 debian/source/0000755000000000000000000000000011601366003010462 5ustar debian/source/format0000644000000000000000000000001411601362745011701 0ustar 3.0 (quilt)