debian/0000755000000000000000000000000012260577751007202 5ustar debian/changelog0000644000000000000000000000163212260577674011062 0ustar adcli (0.7.5-1) unstable; urgency=medium * New upstream release. * debian/control: Bump Standards-Version to 3.9.5 (no further changes) -- Laurent Bigonville Tue, 31 Dec 2013 18:32:38 +0100 adcli (0.7.3-1) unstable; urgency=low * New upstream release. - Drop d/p/01-Fix-FTBFS-on-freebsd-kernel.patch, applied upstream -- Laurent Bigonville Sun, 18 Aug 2013 19:10:29 +0200 adcli (0.7.1-2) unstable; urgency=low * debian/copyright: library/test.h is also under BSD-3-clause licence * debian/control: Fix typo, s/domaine/domain/ (Closes: #714897) * debian/patches/01-Fix-FTBFS-on-freebsd-kernel.patch: Fix FTBFS on kfreebsd-* -- Laurent Bigonville Fri, 19 Jul 2013 23:48:27 +0200 adcli (0.7.1-1) unstable; urgency=low * Initial release (Closes: #712233) -- Laurent Bigonville Sun, 30 Jun 2013 19:00:48 +0200 debian/docs0000644000000000000000000000001412260577674010054 0ustar NEWS README debian/compat0000644000000000000000000000000212260577674010404 0ustar 9 debian/control0000644000000000000000000000202312260577674010606 0ustar Source: adcli Section: admin Priority: optional Maintainer: Laurent Bigonville Build-Depends: autotools-dev, debhelper (>= 9), libkrb5-dev, libldap2-dev, libsasl2-dev, xmlto, xsltproc Standards-Version: 3.9.5 Homepage: http://www.freedesktop.org/software/realmd/ Vcs-Git: git://anonscm.debian.org/collab-maint/adcli.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/adcli.git;a=summary Package: adcli Architecture: any Depends: libsasl2-modules-gssapi-mit, ${misc:Depends}, ${shlibs:Depends} Description: Tool for performing actions on an Active Directory domain This tool allows the administrator to join the local machine to an Active Directory (AD) domain. It's taking care of creating the computer account on the domain and adjusting the kerberos (keytab) configuration. . It also allows the domain administrator to manage the users or the groups and the computer accounts in Active Directory (AD) domains. debian/doc-base0000644000000000000000000000056412260577674010613 0ustar Document: adcli Title: Adcli user and contributor Guide Author: Stef Walter Abstract: This manual describes what adcli is and how it can be used to manage active directory (AD) domains and how to contribute to the project. Section: System/Administration Format: HTML Index: /usr/share/doc/adcli/html/index.html Files: /usr/share/doc/adcli/html/*.html debian/rules0000755000000000000000000000120512260577674010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autotools-dev override_dh_auto_configure: dh_auto_configure -- --htmldir=/usr/share/doc/adcli/html override_dh_install: dh_install rm -f debian/adcli/usr/share/doc/adcli/html/adcli-docs.proc debian/watch0000644000000000000000000000012312260577674010233 0ustar version=3 http://www.freedesktop.org/software/realmd/releases/adcli-(.*)\.tar\.gz debian/gbp.conf0000644000000000000000000000023312260577674010623 0ustar [DEFAULT] debian-branch = debian upstream-branch = upstream pristine-tar = True [git-buildpackage] tarball-dir = ../tarballs/ export-dir = ../build-area/ debian/source/0000755000000000000000000000000012260577674010506 5ustar debian/source/format0000644000000000000000000000001412260577674011714 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000653112260577674011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: adcli Source: http://www.freedesktop.org/software/realmd/releases/ Files: * Copyright: 2012-2013 Red Hat Inc. License: LGPL-2.1+ This program 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. . You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . 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.1". Files: library/test.[ch] Copyright: 2013 Red Hat Inc. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The names of contributors to this software may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2013 Laurent Bigonville License: GPL-2+ This package 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 package 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".