[Python-apps-commits] r13651 - in packages/gui-ufw/trunk/debian (4 files)
dfiloni-guest at users.alioth.debian.org
dfiloni-guest at users.alioth.debian.org
Wed Nov 2 20:55:06 UTC 2016
Date: Wednesday, November 2, 2016 @ 20:55:05
Author: dfiloni-guest
Revision: 13651
New gui-ufw upstream release
Modified:
packages/gui-ufw/trunk/debian/changelog
packages/gui-ufw/trunk/debian/compat
packages/gui-ufw/trunk/debian/control
packages/gui-ufw/trunk/debian/rules
Modified: packages/gui-ufw/trunk/debian/changelog
===================================================================
--- packages/gui-ufw/trunk/debian/changelog 2016-11-02 19:23:00 UTC (rev 13650)
+++ packages/gui-ufw/trunk/debian/changelog 2016-11-02 20:55:05 UTC (rev 13651)
@@ -1,3 +1,13 @@
+gui-ufw (17.04.1-1) unstable; urgency=medium
+
+ * New upstream release, upstream changelog:
+ - Fix home and menu help icons in no GTK DE (like KDE)
+ - Add new PLEX preconfigured rule
+ - Update translations
+ * Switch to debhelper 9.
+
+ -- Devid Antonio Filoni <d.filoni at ubuntu.com> Wed, 02 Nov 2016 21:23:31 +0100
+
gui-ufw (16.10.0-1) unstable; urgency=medium
* New upstream release, upstream changelog:
Modified: packages/gui-ufw/trunk/debian/compat
===================================================================
--- packages/gui-ufw/trunk/debian/compat 2016-11-02 19:23:00 UTC (rev 13650)
+++ packages/gui-ufw/trunk/debian/compat 2016-11-02 20:55:05 UTC (rev 13651)
@@ -1 +1 @@
-7
+9
Modified: packages/gui-ufw/trunk/debian/control
===================================================================
--- packages/gui-ufw/trunk/debian/control 2016-11-02 19:23:00 UTC (rev 13650)
+++ packages/gui-ufw/trunk/debian/control 2016-11-02 20:55:05 UTC (rev 13651)
@@ -4,7 +4,7 @@
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Devid Antonio Filoni <d.filoni at ubuntu.com>,
Miriam Ruiz <miriam at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-python, python3-distutils-extra,
+Build-Depends: debhelper (>= 9), dh-python, python3-distutils-extra,
python3
Standards-Version: 3.9.8
Homepage: http://gufw.org/
Modified: packages/gui-ufw/trunk/debian/rules
===================================================================
--- packages/gui-ufw/trunk/debian/rules 2016-11-02 19:23:00 UTC (rev 13650)
+++ packages/gui-ufw/trunk/debian/rules 2016-11-02 20:55:05 UTC (rev 13651)
@@ -1,10 +1,13 @@
#!/usr/bin/make -f
+export PYBUILD_INSTALL_ARGS_python3=--install-lib=usr/share/gufw\
+ --install-scripts=usr/bin
+
%:
- dh --with python3 --buildsystem=pybuild $@
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
- dh_auto_clean --with python3 --buildsystem=pybuild
+ dh_auto_clean --
if [ -f "debian/gufw.pot" ]; then \
mv debian/gufw.pot po/gufw.pot; \
fi
@@ -12,8 +15,4 @@
override_dh_auto_build:
# create a copy of po/gufw.pot before build as it is changed by setup.py
cp po/gufw.pot debian/gufw.pot
- dh_auto_build --with python3 --buildsystem=pybuild
-
-override_dh_auto_install:
- dh_auto_install -- --install-args='--install-lib=usr/share/gufw\
- --install-scripts=usr/bin'
+ dh_auto_build --
More information about the Python-apps-commits
mailing list