debian/0000755000000000000000000000000011756273200007171 5ustar debian/compat0000644000000000000000000000000211720244677010376 0ustar 7 debian/qtsmbstatus-server.postinst0000644000000000000000000000036211720244677014704 0ustar #!/bin/sh set -e # Recover from incorrect init.d script runlevel settings in # version 2.1.2-2 and earlier if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "2.1.2-2" ; then update-rc.d -f qtsmbstatusd remove fi #DEBHELPER# debian/qtsmbstatus-client.menu0000644000000000000000000000031011720244677013726 0ustar ?package(qtsmbstatus-client): \ needs="X11" \ section="Applications/Network/Monitoring" \ title="QtSmbstatus Client" \ icon="/usr/share/pixmaps/qtsmbstatus.xpm" \ command="qtsmbstatus" debian/patches/0000755000000000000000000000000011720245170010614 5ustar debian/patches/0001-disable_check_for_upstream_updates.patch0000644000000000000000000000100411720244677021274 0ustar Description: Disable checking for upstream updates. Author: Alessio Treglia Forwarded: no --- client/mainwindows.cpp | 1 - 1 file changed, 1 deletion(-) --- qtsmbstatus.orig/client/mainwindows.cpp +++ qtsmbstatus/client/mainwindows.cpp @@ -77,7 +77,6 @@ MainWindows::MainWindows(QWidget *parent { debugQt("MainWindows::MainWindows()"); setupUi(this); - if (check_new_release) checkForUpdateOfQtSmbstatus(); msgError=new QErrorMessage(this); // an error message display dialog debian/patches/series0000644000000000000000000000005611720245165012036 0ustar 0001-disable_check_for_upstream_updates.patch debian/qtsmbstatus-server.qtsmbstatusd.init0000644000000000000000000000275611720244677016532 0ustar #!/bin/sh # script for qtsmbstatusd # # For LSB ### BEGIN INIT INFO # Provides: qtsmbstatusd # Required-Start: $remote_fs $syslog samba # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start qtsmbstatusd server at boot time # Description: QtSmbstatus is a graphical user interface for smbstatus ### END INIT INFO NAME=qtsmbstatusd # see if qtsmbstatusd is running pid=`ps ax | awk '{print $1,$5}' | grep $NAME | awk '{print $1}' | awk '{print $1}'` # get locale default_locale=en_US.UTF-8 if [ -f /etc/default/locale ]; then # Debian systems system_locale=`grep -re "LANG=" /etc/default/locale | awk 'BEGIN { FS = "[\"]" } { print $2 }'` fi if [ -z $system_locale ]; then system_locale=$default_locale; fi # Start or stop the qtsmbstatusd server case $1 in start | restart | reload | force-reload) export LANG=$system_locale if test "$pid" != ""; then kill $pid if /usr/bin/qtsmbstatusd -d; then echo "qtsmbstatusd server restarted." fi else if /usr/bin/qtsmbstatusd -d; then echo "qtsmbstatusd server started." fi fi ;; stop) if test "$pid" != ""; then kill -3 $pid fi echo "qtsmbstatusd server stopped" ;; status) if test "$pid" != ""; then echo "qtsmbstatusd : server is running." else echo "qtsmbstatusd : server is not running." fi ;; *) echo "Usage: qtsmbstatusd {start|stop|reload|restart|status|force-reload}" exit 1 ;; esac exit 0 debian/rules0000755000000000000000000000027511720244677010264 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh $@ --parallel override_dh_installinit: dh_installinit --name=qtsmbstatusd override_dh_installpam: dh_installpam --name=qtsmbstatusd debian/docs0000644000000000000000000000002011720244677010043 0ustar README README-* debian/qtsmbstatus-server.dirs0000644000000000000000000000004311720244677013756 0ustar usr/bin etc/pam.d etc/qtsmbstatusd debian/qtsmbstatus-light.dirs0000644000000000000000000000006111720244677013557 0ustar usr/bin usr/share/pixmaps usr/share/applications debian/control0000644000000000000000000000422111756273165010605 0ustar Source: qtsmbstatus Section: net Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 7.0.50~), libpam0g-dev, libqt4-dev Standards-Version: 3.9.2 Homepage: http://qtsmbstatus.free.fr/ Vcs-Git: git://git.debian.org/collab-maint/qtsmbstatus.git Vcs-Browser: http://git.debian.org/?p=collab-maint/qtsmbstatus.git Package: qtsmbstatus-language Architecture: all Depends: ${misc:Depends} Description: QtSmbstatus languages package QtSmbstatus is a smbstatus graphical interface (GUI). It is meant to provide the possibility of administering remote machines. QtSmbstatus was designed as a client/server system secured with SSL. . This package will install additional languages for qtsmbstatus-client and qtsmbstatus-light packages. Package: qtsmbstatus-light Architecture: any Depends: libqt4-sql, qtsmbstatus-language, ${misc:Depends}, ${shlibs:Depends} Description: GUI (graphical user interface) for smbstatus QtSmbstatus is a smbstatus graphical interface (GUI). It is meant to provide the possibility of administering remote machines. QtSmbstatus was designed as a client/server system secured with SSL. . This package provides the lightweight client-side application which works only locally and doesn't require qtsmbstatus-server. Package: qtsmbstatus-client Architecture: any Depends: libqt4-sql, qtsmbstatus-language, ${misc:Depends}, ${shlibs:Depends} Description: GUI (graphical user interface) for smbstatus (client) QtSmbstatus is a smbstatus graphical interface (GUI). It is meant to provide the possibility of administering remote machines. QtSmbstatus was designed as a client/server system secured with SSL. . This package provides the qtsmbtatus client application. Package: qtsmbstatus-server Architecture: any Depends: libqt4-sql, samba, ${misc:Depends}, ${shlibs:Depends} Description: GUI (graphical user interface) for smbstatus (server) QtSmbstatus is a smbstatus graphical interface (GUI). It is meant to provide the possibility of administering remote machines. QtSmbstatus was designed as a client/server system secured with SSL. . This package provides the server-side application. debian/qtsmbstatus-server.install0000644000000000000000000000024311720245036014453 0ustar server/bin/qtsmbstatusd usr/bin/ server/etc/*.pem etc/qtsmbstatusd/ server/etc/qtsmbstatusd.conf etc/qtsmbstatusd/ server/etc/qtsmbstatusd.users etc/qtsmbstatusd/ debian/qtsmbstatus-language.install0000644000000000000000000000004611720245036014731 0ustar client/tr/*.qm usr/share/qtsmbstatus/ debian/qtsmbstatus-light.install0000644000000000000000000000017611720245036014261 0ustar light/bin/qtsmbstatusl usr/bin/ light/qtsmbstatusl.desktop usr/share/applications/ light/qtsmbstatusl.xpm usr/share/pixmaps/ debian/qtsmbstatus-light.menu0000644000000000000000000000031011720244677013557 0ustar ?package(qtsmbstatus-light): \ needs="X11" \ section="Applications/Network/Monitoring" \ title="QtSmbstatus Light" \ icon="/usr/share/pixmaps/qtsmbstatusl.xpm" \ command="qtsmbstatusl" debian/changelog0000644000000000000000000000735711756273200011057 0ustar qtsmbstatus (2.2.1-2) unstable; urgency=low * QA upload. * Orphaning this. -- Alessio Treglia Mon, 21 May 2012 00:55:54 +0200 qtsmbstatus (2.2.1-1) unstable; urgency=low * New upstream release. -- Alessio Treglia Sun, 19 Feb 2012 20:16:28 +0100 qtsmbstatus (2.2.0-1) unstable; urgency=low * New upstream release: - Check server certificate (known host). A protection against Man-In-The-Middle Attacks. - Update translations. * Remove 0001-translations.patch. * debian/rules: - Enable parallel building. - Remove unneeded override_*. - Link with --as-needed. * debian/control: - Remove shlibs:Depends from qtsmbstatus-language's Depends field. - Remove Conflicts field, stable has qtsmbstatus >> 2.0.99 - Bump Standards. -- Alessio Treglia Fri, 01 Jul 2011 11:45:15 +0200 qtsmbstatus (2.1.3-2) unstable; urgency=low * debian/patches/0001-translations.patch: - Update translations. * debian/patches/0001-disable_check_for_upstream_updates.patch: - Don't check for upstream updates. * Bump Standards. * Add gbp's config file. * Update my e-mail address. * Drop DM-Upload-Allowed: yes. -- Alessio Treglia Mon, 14 Feb 2011 18:36:19 +0100 qtsmbstatus (2.1.3-1) unstable; urgency=low * New upstream release. * Move packaging to Git. * Switch to debian 3.0 (quilt) format. * Update debian/copyright. -- Alessio Treglia Sat, 24 Apr 2010 19:47:31 +0200 qtsmbstatus (2.1.2-3) unstable; urgency=low * debian/qtsmbstatus-server.qtsmbstatusd.init: - Fix incorrect init.d dependencies, fix runlevels, thanks to Petter Reinholdtsen for the patch (Closes: #569647). * Adjust postint script to replace the init.d script properly. * debian/control: - Bump Standards. - Set DMUA to yes. - Adjust versioned build-dependency on debhelper. -- Alessio Treglia Sat, 13 Feb 2010 10:17:29 +0100 qtsmbstatus (2.1.2-2) unstable; urgency=low * Architecure of qtsmbstatus-language must be all. * Fix debian/copyright. -- Alessio Treglia Thu, 10 Dec 2009 17:00:06 +0100 qtsmbstatus (2.1.2-1) unstable; urgency=low * Initial release (Closes: #558202). -- Alessio Treglia Fri, 27 Nov 2009 00:35:12 +0100 qtsmbstatus (2.1.2-0ubuntu1) karmic; urgency=low * New upstream bugfix release. * Drop debian/patches/01-gcc44_ftbfs.dpatch, applied by upstream. * Drop dpatch support, remove debian/patches. * debian/control: Update Maintainer field as-per-spec. * Update debian/copyright. -- Alessio Treglia Tue, 30 Jun 2009 11:54:11 +0200 qtsmbstatus (2.1.1-0ubuntu1) karmic; urgency=low [ Daniel Rocher ] * New upstream release (LP: #300445) * Bump Standards-Version to 3.8.1 * Create package for qtsmbstatus-light * Create a separate package for Languages (required by qtsmbstatus-client and qtsmbstatus-light) * Remove depend on openssl * debian/qtsmbstatus-server.qtsmbstatusd.init: set the LANG environment variable value [ Alessio Treglia ] * Add dpatch support. * Add 01-gcc44_ftbfs.dpatch patch to add missing #include, fix FTBFS. -- Alessio Treglia Thu, 14 May 2009 18:55:03 +0200 qtsmbstatus (2.0.4-0ubuntu1) intrepid; urgency=low [ Daniel Rocher ] * New upstream version [ Harald Sitter ] * Changed distribution in changelog to intrepid * Bump Standards-Version to 3.8.0 -- Harald Sitter Mon, 28 Jul 2008 14:40:59 +0200 qtsmbstatus (2.0.3-0ubuntu1) hardy; urgency=low * Initial release (LP: #119179) -- Daniel Rocher Wed, 02 Jan 2008 21:00:00 +0200 debian/qtsmbstatus-server.qtsmbstatusd.pam0000644000000000000000000000033711720244677016335 0ustar #%PAM-1.0 @include common-auth auth required pam_env.so auth required pam_listfile.so file=/etc/qtsmbstatusd/qtsmbstatusd.users onerr=fail sense=allow item=user @include common-account @include common-session debian/qtsmbstatus-language.dirs0000644000000000000000000000002611720244677014234 0ustar usr/share/qtsmbstatus debian/qtsmbstatus-client.manpages0000644000000000000000000000003011720244677014554 0ustar client/qtsmbstatus.7.gz debian/qtsmbstatus-server.manpages0000644000000000000000000000003111720244677014605 0ustar server/qtsmbstatusd.7.gz debian/gbp.conf0000644000000000000000000000005711720244677010621 0ustar [DEFAULT] pristine-tar = True sign-tags = True debian/qtsmbstatus-client.install0000644000000000000000000000017611720245036014430 0ustar client/bin/qtsmbstatus usr/bin/ client/qtsmbstatus.desktop usr/share/applications/ client/qtsmbstatus.xpm usr/share/pixmaps/ debian/copyright0000644000000000000000000000241711720245036011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: QtSmbstatus Maintainer: Daniel Rocher Source: http://qtsmbstatus.free.fr/index.php?page=downloads Copyright: 2004-2008, Daniel Rocher License: GPL-2+ File: ./debian/* Copyright: 2009-2010, Alessio Treglia 2007, Daniel Rocher License: GPL-2+ License: GPL-2+ 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. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. debian/qtsmbstatus-client.dirs0000644000000000000000000000006111720244677013726 0ustar usr/bin usr/share/pixmaps usr/share/applications debian/source/0000755000000000000000000000000011720244677010500 5ustar debian/source/format0000644000000000000000000000001411720244677011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010511720244677010225 0ustar version=3 http://qtsmbstatus.free.fr/files/qtsmbstatus-(.*)\.tar\.gz debian/qtsmbstatus-light.manpages0000644000000000000000000000003011720244677014405 0ustar light/qtsmbstatusl.7.gz