debian/0000755000000000000000000000000012316614131007164 5ustar debian/source/0000755000000000000000000000000012053637344010475 5ustar debian/source/format0000644000000000000000000000001412053636675011711 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000000712053636675010053 0ustar README debian/compat0000644000000000000000000000000212053636675010401 0ustar 7 debian/copyright0000644000000000000000000000331312053636675011136 0ustar This package was debianized by Devid Antonio Filoni on Wed, 27 Aug 2008 12:54:50 +0200. It was downloaded from https://launchpad.net/gui-ufw Upstream Author: Marcos Alvarez Costales Copyright: Copyright © 2008-2012 Marcos Alvarez Costales Copyright © 2008-2011 Raul Soriano License: 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 3 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is © 2008, Devid Antonio Filoni and is licensed under the GPL, see above. ----------------------------------------------------------------------------- All pictures used are licenced by Creative Commons Attribution 3.0 Austria (http://creativecommons.org/licenses/by/3.0/at/). * Shields: http://www.gimpusers.com/tutorials/create-a-shield-symbol.html Author: Mike (http://michael.spiegel1.at/) All modified pictures are licenced by the same Creative Commons as original. debian/rules0000755000000000000000000000022612207451661010252 0ustar #!/usr/bin/make -f %: dh --with python2 $@ override_dh_auto_install: dh_auto_install -- --install-lib=usr/share/gufw\ --install-scripts=usr/bin debian/control0000644000000000000000000000200112273504530010563 0ustar Source: gui-ufw Section: admin Priority: optional Maintainer: Devid Antonio Filoni Uploaders: Python Applications Packaging Team , Miriam Ruiz Build-Depends: debhelper (>= 7.0.50~), python-distutils-extra, python (>= 2.6.6-3~) Standards-Version: 3.9.4 Homepage: http://gufw.org/ Vcs-Svn: svn://svn.debian.org/python-apps/packages/gui-ufw/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gui-ufw/trunk/ X-Python-Version: >= 2.3 Package: gufw Architecture: all Depends: ${python:Depends}, ${misc:Depends}, ufw (>= 0.31.1), gir1.2-gtk-3.0, policykit-1, gnome-icon-theme-symbolic, python-netifaces, gir1.2-webkit-3.0 XB-Python-Version: ${python:Versions} Description: graphical user interface for ufw gufw is an easy and intuitive way to manage your Linux firewall. It supports common tasks such as allowing or blocking pre-configured, common p2p, or individual port(s), and many others! debian/changelog0000644000000000000000000001641712316614131011047 0ustar gui-ufw (14.04.2-0ubuntu1) trusty; urgency=low * New upstream bug-fixes only release. Upstream changelog: - fixed #1286790: Very small height for Rules, Report and Log boxes - fixed #1277211: Firewall settings do not show in Unity control center - fixed #1295783: GUFW gui no longer appears in System Settings or menus - fixed #1275011: Missing samba under file sharing - fixed #1275090: XBMC remote, Vuze remote and UPnP apps -- Devid Antonio Filoni Tue, 01 Apr 2014 21:46:49 +0200 gui-ufw (14.04.1-0ubuntu1) trusty; urgency=low * New upstrem release. * debian/control: remove python-gobject from Depends field. -- Devid Antonio Filoni Sun, 02 Feb 2014 19:05:02 +0100 gui-ufw (13.10.2-0ubuntu1) saucy; urgency=low * New upstream release. * Remove custom gufw-pkexec binary, fixed upstream. * Bump Standards-Version to 3.9.4. -- Devid Antonio Filoni Wed, 28 Aug 2013 21:40:40 +0200 gui-ufw (13.10.0-0ubuntu2) saucy; urgency=low * Fix gufw-pkexec binary. -- Devid Antonio Filoni Mon, 24 Jun 2013 09:59:19 +0200 gui-ufw (13.10.0-0ubuntu1) saucy; urgency=low * New upstream release. * debian/rules: do not replace upstream /usr/bin/gufw binary, replace gufw-pkexec binary. * debian/control: remove notify-osd | notification-daemon, python-dbus and gir1.2-polkit-1.0 from Depends field. * debian/control: add python-netifaces and gir1.2-webkit-3.0 to Depends field. * debian/rules: remove override_dh_installchangelogs target. * debian/rules: fix install-scripts path. -- Devid Antonio Filoni Sun, 23 Jun 2013 23:31:38 +0200 gui-ufw (13.04.0-0ubuntu1) raring; urgency=low * New upstream release. * debian/control: update Homepage field. * Drop ubuntu_desktop.patch patch, merged upstream. * debian/rules: provide NEWS file. -- Devid Antonio Filoni Fri, 11 Jan 2013 21:52:41 +0100 gui-ufw (12.10.0-1ubuntu1) raring; urgency=low * Set to display in GNOME (LP: #1071915) -- Tim Lunn Fri, 23 Nov 2012 19:08:25 +1100 gui-ufw (12.10.0-1) unstable; urgency=low * New upstream release (Closes: #653166). * debian/rules: use python2 sequence. * debian/control: add python (>= 2.6.6-3~) and python-distutils-extra to Build-Depends field. * debian/control: remove Build-Depends-Indep field. * debian/control: add gnome-icon-theme-symbolic, gir1.2-gtk-3.0 and gir1.2-polkit-1.0 to Depends field. * debian/control: remove python-gtk2 and python-gnome2 from Depends field. * debian/control: set ufw minimum version to 0.31.1 in Depends field. * debian/{copyright, docs}: update files. * debian/menu: remove file. * debian/rules: replace /usr/bin/gufw upstream script with a new one. * Bump Standards-Version to 3.9.3. -- Devid Antonio Filoni Sun, 10 Jun 2012 05:38:45 +0200 gui-ufw (11.04.2-1) unstable; urgency=low * New upstream release (Closes: #584692, #550670). * Switch to format 3.0 (quilt). * debian/rules: add override_dh_auto_clean target to remove generated mo dir. * debian/control: add Python Applications Packaging Team to Uploaders field. * debian/control: add Vcs-Svn and Vcs-Browser fields. * debian/control: remove cdbs from Build-Depends field. * debian/control: add notify-osd | notification-daemon, policykit-1 and python-dbus to Depends field. * debian/control: remove gksu and python-glade2 from Depends field. * Update debian/copyright file. * Remove debian/watch, it does not work anymore. * debian/docs: look for doc files in doc/ path, patch by Alessio Treglia. * Fix unused-override lintian info. * Fix executable-not-elf-or-script lintian warnings. * Bump Standards-Version to 3.9.1. -- Devid Antonio Filoni Fri, 04 Mar 2011 17:34:50 +0100 gui-ufw (9.10.2-1) unstable; urgency=low [ Miriam Ruiz ] * Uploaded the package to Debian * Added myself to uploaders * Fixed debian/copyright -- Miriam Ruiz Thu, 03 Sep 2009 20:08:23 +0200 gui-ufw (9.10.2-0ubuntu1) karmic; urgency=low * New upstream release. * debian/control: bump Standards-Version to 3.8.3. -- Devid Antonio Filoni Sun, 23 Aug 2009 23:12:50 +0200 gui-ufw (9.10.1-0ubuntu1) karmic; urgency=low * New upstream release. * debian/control: bump Standards-Version to 3.8.2. -- Devid Antonio Filoni Sun, 26 Jul 2009 14:24:11 +0200 gui-ufw (9.10.0~bzr23-0ubuntu1) karmic; urgency=low * New upstream release (LP: #383279). * debian/control: bump Standards-Version to 3.8.1. -- Devid Antonio Filoni Wed, 03 Jun 2009 20:34:27 +0200 gui-ufw (9.04.0-0ubuntu1) karmic; urgency=low * New upstream release (LP: #376626, #377024). * Fix debhelper-but-no-misc-depends lintian warning. -- Devid Antonio Filoni Sun, 17 May 2009 17:57:33 +0200 gui-ufw (0.20.7-0ubuntu2) jaunty; urgency=low * Install images in the correct dirs. -- Devid Antonio Filoni Sat, 03 Jan 2009 11:54:45 +0100 gui-ufw (0.20.7-0ubuntu1) jaunty; urgency=low * New upstream release. * Remove usr/share/pixmaps from debian/dirs. * Add a lintian override for desktop-command-not-in-package lintian warning. -- Devid Antonio Filoni Wed, 31 Dec 2008 23:18:09 +0100 gui-ufw (0.20.6-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #289102). * Install upstream desktop file. * Remove debian/links as the upstream desktop file uses a different icon path. -- Devid Antonio Filoni Sat, 25 Oct 2008 15:46:04 +0200 gui-ufw (0.20.4-0ubuntu2) intrepid; urgency=low * Install missing files, LP: #280559. -- Devid Antonio Filoni Thu, 09 Oct 2008 15:38:17 +0200 gui-ufw (0.20.4-0ubuntu1) intrepid; urgency=low * New upstream release. * Install upstream man page, also remove useless debian/{manpages,gufw.1}. * This new version fixes LP: #275063. -- Devid Antonio Filoni Wed, 08 Oct 2008 20:20:51 +0200 gui-ufw (0.20.2-0ubuntu1) intrepid; urgency=low * New upstream release. * Update debian/gufw.desktop file. * Add gksu to Depends field in debian/control. -- Devid Antonio Filoni Wed, 24 Sep 2008 23:01:31 +0200 gui-ufw (0.20.2~bzr158-0ubuntu1) intrepid; urgency=low * New upstream bzr revision 158, LP: #273105. * Add gufw/changelog to debian/docs. * This upstream revision also fixes: LP: #267604, #270510, #272109. -- Devid Antonio Filoni Mon, 22 Sep 2008 23:20:01 +0200 gui-ufw (0.20.0-0ubuntu2) intrepid; urgency=low * Add python-gnome2 as a dependency (LP: #270115). -- Teemu Heinämäki Sun, 14 Sep 2008 17:15:51 +0300 gui-ufw (0.20.0-0ubuntu1) intrepid; urgency=low * New upstream version (LP: #262405). * Drop debian/gufw-launcher, now upstream ships it. * Update debian/copyright. * Adjust upstream email in debian/gufw.1. * Add gufw/todo to debian/docs. -- Devid Antonio Filoni Mon, 12 Sep 2008 21:31:47 +0200 gui-ufw (0.0.7c-0ubuntu1) intrepid; urgency=low * Initial release (LP: #252189). -- Devid Antonio Filoni Wed, 27 Aug 2008 12:54:50 +0200