[Python-apps-commits] r8857 - in packages/gui-ufw/trunk/debian (6 files)

dfiloni-guest at users.alioth.debian.org dfiloni-guest at users.alioth.debian.org
Sun Jun 10 03:57:10 UTC 2012


    Date: Sunday, June 10, 2012 @ 03:57:07
  Author: dfiloni-guest
Revision: 8857

New upstream release.

Modified:
  packages/gui-ufw/trunk/debian/changelog
  packages/gui-ufw/trunk/debian/control
  packages/gui-ufw/trunk/debian/copyright
  packages/gui-ufw/trunk/debian/docs
  packages/gui-ufw/trunk/debian/rules
Deleted:
  packages/gui-ufw/trunk/debian/menu

Modified: packages/gui-ufw/trunk/debian/changelog
===================================================================
--- packages/gui-ufw/trunk/debian/changelog	2012-06-09 22:44:12 UTC (rev 8856)
+++ packages/gui-ufw/trunk/debian/changelog	2012-06-10 03:57:07 UTC (rev 8857)
@@ -1,3 +1,20 @@
+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.
+  * Bump Standards-Version to 3.9.3.
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com>  Sun, 10 Jun 2012 05:38:45 +0200
+
 gui-ufw (11.04.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #584692, #550670).

Modified: packages/gui-ufw/trunk/debian/control
===================================================================
--- packages/gui-ufw/trunk/debian/control	2012-06-09 22:44:12 UTC (rev 8856)
+++ packages/gui-ufw/trunk/debian/control	2012-06-10 03:57:07 UTC (rev 8857)
@@ -3,18 +3,19 @@
 Priority: optional
 Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
- Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support (>= 0.5.3)
-Standards-Version: 3.9.1
+           Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7.0.50~), python-distutils-extra,
+               python (>= 2.6.6-3~)
+Standards-Version: 3.9.3
 Homepage: https://launchpad.net/gui-ufw
 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/
 
 Package: gufw
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, ufw, python-gtk2, python-gobject,
- python-gnome2, notify-osd | notification-daemon, policykit-1, python-dbus
+Depends: ${python:Depends}, ${misc:Depends}, ufw (>= 0.31.1), gir1.2-gtk-3.0,
+ gir1.2-polkit-1.0, notify-osd | notification-daemon, policykit-1,
+ python-dbus, python-gobject, gnome-icon-theme-symbolic
 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

Modified: packages/gui-ufw/trunk/debian/copyright
===================================================================
--- packages/gui-ufw/trunk/debian/copyright	2012-06-09 22:44:12 UTC (rev 8856)
+++ packages/gui-ufw/trunk/debian/copyright	2012-06-10 03:57:07 UTC (rev 8857)
@@ -9,7 +9,7 @@
 
 Copyright: 
 
-    Copyright © 2008-2011 Marcos Alvarez Costales
+    Copyright © 2008-2012 Marcos Alvarez Costales
     Copyright © 2008-2011 Raul Soriano
 
 License:

Modified: packages/gui-ufw/trunk/debian/docs
===================================================================
--- packages/gui-ufw/trunk/debian/docs	2012-06-09 22:44:12 UTC (rev 8856)
+++ packages/gui-ufw/trunk/debian/docs	2012-06-10 03:57:07 UTC (rev 8857)
@@ -1,3 +1 @@
-doc/readme
-doc/todo
-doc/changelog
+README

Deleted: packages/gui-ufw/trunk/debian/menu
===================================================================
--- packages/gui-ufw/trunk/debian/menu	2012-06-09 22:44:12 UTC (rev 8856)
+++ packages/gui-ufw/trunk/debian/menu	2012-06-10 03:57:07 UTC (rev 8857)
@@ -1,2 +0,0 @@
-?package(gufw):needs="X11" section="Applications/System/Security" \
-  title="gufw" command="/usr/bin/gufw"

Modified: packages/gui-ufw/trunk/debian/rules
===================================================================
--- packages/gui-ufw/trunk/debian/rules	2012-06-09 22:44:12 UTC (rev 8856)
+++ packages/gui-ufw/trunk/debian/rules	2012-06-10 03:57:07 UTC (rev 8857)
@@ -1,24 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf $(CURDIR)/mo
-
-override_dh_auto_install:
-	dh_auto_install
-
-	# Fix executable-not-elf-or-script lintian warnings
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/gufw/data/media/*.png
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/gufw/data/ui/*.ui
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/dbus-1/system-services/gufw.Daemon.service
-	chmod 644 $(CURDIR)/debian/gufw/etc/dbus-1/system.d/gufw.Daemon.conf
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/polkit-1/actions/gufw.daemon.policy
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/icons/hicolor/48x48/apps/gufw.png
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/gufw/*.py
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/gufw/model/*.py
-	chmod 644 $(CURDIR)/debian/gufw/usr/share/gufw/view/*.py
-
-	chmod 755 $(CURDIR)/debian/gufw/usr/share/gufw/gufw.py
+	dh --with python2 $@




More information about the Python-apps-commits mailing list